Make sure we add the predicate after all of the registers are added.
[oota-llvm.git] / test /
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Craig TopperCommit test change for r162658.
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-27 Craig TopperMake sure that FMA3 is favored even when FMA4 is also...
2012-08-24 Jakob Stoklund OlesenInfer instruction properties from single-instruction...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherMake this darwin specific to try to silence the bots.
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherFilecheck-ize.
2012-08-22 Benjamin KramerSimplifyLibCalls: Give all safely-shrinkable libcalls...
2012-08-22 Chad RosierWhitespace.
2012-08-22 Chad RosierAdd test case for r162368.
2012-08-22 Stepan DyatkovskiyRejected 169195. As Duncan commented, bitcasting to...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Tim NorthoverAdd correct set of regression tests for r162094 commit.
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-21 Jakob Stoklund OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Stepan DyatkovskiyForget to add testcase for r162195. Sorry.
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-08-16 Akira HatanakaTest case for r162008.
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-08-15 Bill WendlingRework test so that it reproduces the error without...
2012-08-15 Bill WendlingRemove invalid test. This test requires that dead basic...
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-14 Anton KorobeynikovThe names of VFP variants of half-to-float conversion...
2012-08-14 Michael Liaofix PR11334
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-14 NAKAMURA Takumillvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-08-13 Jim GrosbachARM: Move Thumb2 tests to Thumb2 test file and fix...
2012-08-13 Bill WendlingRename test since it's not linux-specific.
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Manman RenFix failure on Atom bot due to r161769
2012-08-13 Nadav RotemDo not optimize (or (and X,Y), Z) into BFI and other...
2012-08-13 Manman RenX86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr...
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-13 Tim NorthoverAdd test for previous commit correcting NEON load patterns.
2012-08-12 Nick LewyckyGive this test an explicit triple.
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-11 Michael Liaofix PR13577, an issue introduced by r161687
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-10 Manman RenX86: when we are auto-detecting the subtarget features...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Michael Liaoadd X86-specific DAG optimization to simplify boolean...
2012-08-10 Pete CooperFix crash when when do lto on Bullet. Dynamic GEPs...
2012-08-10 Jakob Stoklund OlesenUpdate edge weights correctly in replaceSuccessor().
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenPartition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-08-09 Chandler CarruthTeach the LLVM test makefile to run the extra Clang...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-09 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-09 Nadav RotemFix the legalization of ExtLoad on ARM. ExpandUnaligne...
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-08 NAKAMURA Takumillvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
next