Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
36b0fd51de0c2883e5e715287691a2f3d9623c05
36b0fd5
[mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6
by Daniel Sanders
· 11 years ago
f2938bf
[asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity.
by Kostya Serebryany
· 11 years ago
4f22c98
Updated the llvm.mem.parallel_loop_access semantics to include the possibility
by Pekka Jaaskelainen
· 11 years ago
fa16c88
Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel headers
by Bradley Smith
· 11 years ago
84a0dc3
[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.
by Simon Atanasyan
· 11 years ago
7a0a087
Typedef NumeredTypesMapTy is not used anywhere.
by Yaron Keren
· 11 years ago
cfce940
Test commit.
by Jingyue Wu
· 11 years ago
f97e200
llvm-ar: Output the file we errored on.
by Filipe Cabecinhas
· 11 years ago
1ed412c
Rename a couple of variables to be more accurate.
by David Blaikie
· 11 years ago
e4dfe5d
DebugInfo: Fix cross-CU references for scopes (and variables within those scopes) in abstract definitions of cross-CU inlined functions
by David Blaikie
· 11 years ago
df9a782
MC: remove unnecessary restriction on tests
by Saleem Abdulrasool
· 11 years ago
d7689b6
[ARM64] Fix a bug in shuffle vector lowering to generate corect vext ISD with swapped input vectors.
by Jiangning Liu
· 11 years ago
0e93fa9
Attempt to placate compilers that warn on casts between pointer-to-object and
by Richard Smith
· 11 years ago
e318ce6
ScalarEvolution: Fix handling of AddRecs in isKnownPredicate
by Justin Bogner
· 11 years ago
c86ebbd
[Graph Writer] Limit the length of the graph name because Windows can't handle it.
by Michael J. Spencer
· 11 years ago
ef518f1
Make these bool bitfields.
by Eric Christopher
· 11 years ago
8f33e4c
[RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs on
by Lang Hames
· 11 years ago
ff93350
Update some AliasAnalysis pass docs for getAdjustedAnalysisPointer.
by Eric Christopher
· 11 years ago
fed4bab
R600: Add definition for flat address space ID.
by Matt Arsenault
· 11 years ago
3c698f3
R600: Try to convert BFE back to standard bit ops when possible.
by Matt Arsenault
· 11 years ago
e3ed404
R600: Add dag combine for BFE
by Matt Arsenault
· 11 years ago
7e12b82
R600: Implement ComputeNumSignBitsForTargetNode for BFE
by Matt Arsenault
· 11 years ago
9859540
R600: Implement computeMaskedBitsForTargetNode for BFE
by Matt Arsenault
· 11 years ago
cb0402e
R600: Expand mul24 for GPUs without it
by Matt Arsenault
· 11 years ago
21851f9
R600: Expand mad24 for GPUs without it
by Matt Arsenault
· 11 years ago
f49da43
R600: Add intrinsics for mad24
by Matt Arsenault
· 11 years ago
bd0283a
Return false if we're not going to do anything.
by Eric Christopher
· 11 years ago
351c658
R600/SI: Move instruction pattern to instruction definition
by Matt Arsenault
· 11 years ago
c647710
Remove LLVMContextImpl::optimizationRemarkEnabledFor.
by Diego Novillo
· 11 years ago
3957d424
[X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8.
by Andrea Di Biagio
· 11 years ago
634d64e
ARM64: remove '#' from annotation of add/sub immediate
by Tim Northover
· 11 years ago
d16404a
Add support for missed and analysis optimization remarks.
by Diego Novillo
· 11 years ago
de70176
Segmented stacks: omit __morestack call when there's no frame.
by Tim Northover
· 11 years ago
65ea1ad
ARM64: these work too
by Tim Northover
· 11 years ago
213f915
Yes they do
by Tim Northover
· 11 years ago
369e565
ARM64: model pre/post-indexed operations properly.
by Tim Northover
· 11 years ago
e072ed7
ARM64: separate load/store operands to simplify assembler
by Tim Northover
· 11 years ago
b08e038
[mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/MIPS64r6
by Daniel Sanders
· 11 years ago
98eba92
[mips] Change lwl and lwr in inlineasm_constraint.ll to lw
by Daniel Sanders
· 11 years ago
8afb08e
[mips] Use addiu in inline assembly tests since addi is not available in all ISA's
by Daniel Sanders
· 11 years ago
00011c7
Extend sys::getHostCPUFeatures to work on AArch64 platforms
by Bradley Smith
· 11 years ago
e3ece90
[mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6
by Daniel Sanders
· 11 years ago
5f45ba1
[mips][mips64r6] Test that paired single instructions are invalid
by Daniel Sanders
· 11 years ago
c96096c
[mips][mips64r6] Add b[on]vc
by Daniel Sanders
· 11 years ago
2447dcc
ARM64: assert if we see i64 -> i64 extend in the DAG.
by Tim Northover
· 11 years ago
de9e4c8
AArch64/ARM64: enable more AArch64 tests.
by Tim Northover
· 11 years ago
327edb4
MC: initialise MCAsmParser variable
by Saleem Abdulrasool
· 11 years ago
9c553cf
Remove unused variable.
by Eric Christopher
· 11 years ago
71ce211
ARM: introduce llvm.arm.undefined intrinsic
by Saleem Abdulrasool
· 11 years ago
bce7d05
R600/SI: Match fp_to_uint / uint_to_fp for f64
by Matt Arsenault
· 11 years ago
f4f930c
MC: formalise some assertions into proper errors
by Saleem Abdulrasool
· 11 years ago
424bbbb
Override runOnMachineFunction for ARMISelDAGToDAG so that we can
by Eric Christopher
· 11 years ago
c5f6f15
Override runOnMachineFunction for X86ISelDAGToDAG so that we can
by Eric Christopher
· 11 years ago
26bbeec
Avoid using subtarget features when adding X86 specific passes to
by Eric Christopher
· 11 years ago
1e264de
Remove extra local variable.
by Eric Christopher
· 11 years ago
42854e5
Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to make
by Eric Christopher
· 11 years ago
4551b0a
Fix typo.
by Eric Christopher
· 11 years ago
6ccae2d
Avoid using subtarget features when initializing the pass pipeline on PPC.
by Eric Christopher
· 11 years ago
58d9172
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
by Eric Christopher
· 11 years ago
162180c
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
by Eric Christopher
· 11 years ago
14fb9b6
Sort includes.
by Eric Christopher
· 11 years ago
b1a3b17
DebugInfo: Simplify dead variable collection slightly.
by David Blaikie
· 11 years ago
facca6e
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
by Andrew Trick
· 11 years ago
107db21
Similar to bitcast, treat addrspacecast as a foldable operand.
by Eli Bendersky
· 11 years ago
a2f371b
Fix compilation issues.
by Eric Christopher
· 11 years ago
189fe78
Make early if conversion dependent upon the subtarget and add
by Eric Christopher
· 11 years ago
595bdb7
Group the scheduling functions together.
by Eric Christopher
· 11 years ago
8a0240d
Revert "DebugInfo: Don't put fission type units in comdat sections."
by David Blaikie
· 11 years ago
cba7ac7
MC: correct IMAGE_REL_ARM_MOV32T relocation emission
by Saleem Abdulrasool
· 11 years ago
159ccc8
MC: introduce ability to restrict recorded relocations
by Saleem Abdulrasool
· 11 years ago
111bad3
DebugInfo: Use the SPMap to find the parent CU of inlined functions as they may not be in the current CU
by David Blaikie
· 11 years ago
afd1747
R600: Add comment describing problems with LowerConstantInitializer
by Matt Arsenault
· 11 years ago
bd124c8
R600: Partially fix constant initializers for structs and vectors.
by Matt Arsenault
· 11 years ago
713096f
R600: Add failing testcases for constant initializers.
by Matt Arsenault
· 11 years ago
5fe59a2
Remove getTargetLowering from TargetPassConfig as the target lowering
by Eric Christopher
· 11 years ago
9bfc3f5
Remove unused member variable from hexagon pass.
by Eric Christopher
· 11 years ago
3043645
DebugInfo: Ensure concrete out of line variables from inlined functions reference their abstract origins.
by David Blaikie
· 11 years ago
fd0096a
[X86] Fix a bug in the lowering of BLENDI introduced in r209043.
by Quentin Colombet
· 11 years ago
d1b5bda
Move MCOptions that aren't shared between programs into their specific
by Eric Christopher
· 11 years ago
9a37986
Make a couple of command lines static and remove an unnecessary initialization.
by Eric Christopher
· 11 years ago
c10a1ed
DebugInfo: Simplify subprogram declaration creation/references and accidentally refix PR11300.
by David Blaikie
· 11 years ago
4932377
Use cast<> instead of unchecked dyn_cast
by Matt Arsenault
· 11 years ago
5dd4b9f
MC: loosen an overzealous assertion
by Saleem Abdulrasool
· 11 years ago
03b003b
Use llvm-lit if LLVM source tree is unavailable.
by Greg Fitzgerald
· 11 years ago
c12c3d0
Test comment commit.
by Dave Estes
· 11 years ago
82086153
[mips][mips64r6] Add bc[12](eq|ne)z
by Daniel Sanders
· 11 years ago
3046dcb
[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeatures
by Daniel Sanders
· 11 years ago
c0e6693
[asan] Fix x86-32 asm instrumentation to preserve flags.
by Evgeniy Stepanov
· 11 years ago
8235ed1
MC: mark COFF .drectve section as REMOVE
by Saleem Abdulrasool
· 11 years ago
651f680
[modules] Add module maps for LLVM. These are not quite ready for prime-time
by Richard Smith
· 11 years ago
91bbc25
ARM: correct bundle generation for MOV32T relocations
by Saleem Abdulrasool
· 11 years ago
e648d75
This command line option is only used in one place. Move it there and
by Eric Christopher
· 11 years ago
1102603
Add a comment here.
by Eric Christopher
· 11 years ago
3d5f46b
Move this test to the backend from the frontend.
by Eric Christopher
· 11 years ago
4f6d26d
Move the verbose asm option to be part of the options struct and
by Eric Christopher
· 11 years ago
b38059a
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
by Kevin Enderby
· 11 years ago
acf6215
Fix test added in r209242: llc shouldn't create files in source tree
by Alexey Samsonov
· 11 years ago
ed3abe4
Revert "DebugInfo: Assume all subprogram DIEs have been created before any abstract subprograms are constructed."
by David Blaikie
· 11 years ago
adf1668
[ARM64] PR19792: Fix cycle in DAG after performPostLD1Combine
by Adam Nemet
· 11 years ago
e94103a
Unbreak the sanitizer buildbots after r209226 due to SROA issue described in http://reviews.llvm.org/D3714
by David Blaikie
· 11 years ago
Next »