aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1735-133/+184
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-171-2/+2
* Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel2013-03-162-8/+0
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-161-0/+31
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-106/+10
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-151-0/+57
* ARM: Fix an old refacto.Benjamin Kramer2013-03-151-2/+12
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-155-4/+77
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-151-1/+1
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-152-3/+35
* Add a triple to the test.Nadav Rotem2013-03-151-0/+3
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-142-1/+12
* [fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier2013-03-141-0/+10
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-141-10/+10
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-0/+207
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-141-0/+16
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-141-2/+50
* Fix PR15309Michael Liao2013-03-141-0/+15
* test commit: remove blank line.Jiong Wang2013-03-141-1/+0
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-131-2/+2
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-1318-33/+33
* ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer2013-03-131-0/+153
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-1338-40/+43
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1236-36/+36
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-1222-22/+22
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1238-24/+35
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-126-33/+34
* llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi2013-03-116-0/+6
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1122-116/+118
* Remove duplicate test contents.David Blaikie2013-03-1118-224/+10
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+23
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-116-0/+494
* llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi2013-03-111-0/+1
* Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2013-03-112-0/+4
* Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames2013-03-111-0/+0
* Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2013-03-091-0/+13
* Test case hygiene.Benjamin Kramer2013-03-0916-27/+26
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0838-0/+24
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-0/+40
* R600: Optimize another selectcc caseTom Stellard2013-03-081-2/+29
* R600: Improve custom lowering of select_ccTom Stellard2013-03-082-3/+40
* R600: Change operation action from Custom to Expand for BR_CCTom Stellard2013-03-081-2/+3
* R600: Change operation action from Custom to Expand for SETCCTom Stellard2013-03-081-3/+25
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-0/+26
* R600: Change addresspace in fold-kcache.llVincent Lejeune2013-03-081-12/+12
* AArch64: specify full triple in test as only Linux works for now.Tim Northover2013-03-081-1/+1
* R600/SI: adjust test to recent changesChristian Konig2013-03-081-8/+6
* Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma2013-03-081-0/+25
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-081-0/+35
* Another test fix for r176671.David Blaikie2013-03-081-1/+1