aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert r174343, "When the target-independent DAGCombiner inferred a higher al...NAKAMURA Takumi2013-02-052-5/+4
* Link .ARM.exidx with corresponding text section.Logan Chien2013-02-051-0/+47
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-051-2/+2
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-052-4/+5
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-041-2/+2
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-042-1/+56
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-041-1/+41
* X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer2013-02-041-0/+10
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-044-7/+7
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-023-14/+7
* Start static relocation implementation for mips16.Reed Kotler2013-02-021-0/+7
* rdar://13126763Shuxin Yang2013-02-021-0/+42
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-011-0/+14
* Two changes relevant to LEA and x32:David Sehr2013-02-012-0/+41
* Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma2013-02-011-0/+70
* Add explicit triples to AArch64 testsTim Northover2013-02-0171-76/+76
* R600: Fold clamp, neg, absTom Stellard2013-01-311-2/+1
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-311-25/+52
* Add AArch64 as an experimental target.Tim Northover2013-01-3179-0/+8606
* Check and allow floating point registers to select the size of theEric Christopher2013-01-311-0/+42
* Replace some more greps with FileChecks in testsEli Bendersky2013-01-313-22/+30
* Rewrite this test properly with a FileCheck instead of grepsEli Bendersky2013-01-311-8/+10
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-301-0/+23
* Forgot the test case before.Evan Cheng2013-01-301-0/+40
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-301-0/+10
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-0/+28
* Add missing header and test cases for r173939.Logan Chien2013-01-304-0/+211
* [mips] Test case for r173862.Akira Hatanaka2013-01-302-0/+164
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-291-0/+147
* This patch addresses bug 15031.Bill Schmidt2013-01-281-0/+370
* When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer2013-01-271-0/+11
* X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer2013-01-262-17/+7
* FileCheckize and merge some tests.Benjamin Kramer2013-01-264-127/+227
* FileCheck-ify some grep testsReid Kleckner2013-01-251-2/+2
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-252-4/+43
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-1/+1
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-251-2/+2
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-251-3/+0
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-251-0/+3
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-251-0/+13
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-241-0/+256
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-231-12/+2518
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-21/+628
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-221-0/+110
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-223-7/+7
* llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.NAKAMURA Takumi2013-01-201-1/+1
* Revert 172708.Nadav Rotem2013-01-202-68/+0
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-198-27/+38
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-194-12/+12
* On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem2013-01-182-1/+22