Ignore the documentation-suggested location for compile_commands.json
[oota-llvm.git] / test /
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'...
2012-08-08 Eli FriedmanisAllocLikeFn is allowed to return true for functions...
2012-08-08 Manman RenX86: enable CSE between CMP and SUB
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-08-07 Bob WilsonFix a serious typo in InstCombine's optimization of...
2012-08-07 Evan ChengX86 cmp lowering is looking past truncate on the condit...
2012-08-07 Alexey SamsonovFix the representation of debug line table in DebugInfo...
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-08-07 Manman RenMachineCSE: Update the heuristics for isProfitableToCSE.
2012-08-07 Jack CarterThe define for 64 bit sign extension neglected to
2012-08-06 Jack CarterThe Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-08-06 Hal FinkelMFTB on PPC64 should really be encoded using MFSPR.
2012-08-06 Craig TopperImplement proper handling for pcmpistri/pcmpestri intri...
2012-08-05 Craig TopperUpdate test to check for r161305
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-04 Anton KorobeynikovAdd stack spill / reload instructions for DTriple and...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-08-03 Akira Hatanaka1. Redo mips16 instructions to avoid multiple opcodes...
2012-08-03 Bob WilsonFix memcmp code-gen to honor -fno-builtin.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-03 Jush Lu[arm-fast-isel] Add support for shl, lshr, and ashr.
2012-08-03 NAKAMURA Takumi[CMake] Add yaml2obj to check-llvm.
2012-08-02 Matt Beaumont-GayMove test yaml files under Inputs until they are conver...
next