aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-15ARM cost model: Fix costs for some vector selectsArnold Schwaighofer
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-15ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer
2013-03-15Protect PPC Altivec patterns with a predicateHal Finkel
2013-03-15Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-15Add a triple to the test.Nadav Rotem
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14Not all PPC functions with a frame pointer need a RS spill slotHal Finkel
2013-03-14ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-14Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-14Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl
2013-03-14R600: Factorize code handling Const Read Port limitationVincent Lejeune
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-14Fix PR15309Michael Liao
2013-03-14test commit: remove blank line.Jiong Wang
2013-03-14Remove a change to the debug info in this test, that I made while testingNick Lewycky
2013-03-14Try using %S to find the emitted .gcno file.Nick Lewycky
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Remove an extra operand to a DIFile metadata entryDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer
2013-03-12Correct invalid debug info metadataDavid Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel
2013-03-12In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund
2013-03-11llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Remove duplicate test contents.David Blaikie
2013-03-11Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling