summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Check and allow floating point registers to select the size of theEric Christopher2013-01-31
* Replace some more greps with FileChecks in testsEli Bendersky2013-01-31
* Rewrite this test properly with a FileCheck instead of grepsEli Bendersky2013-01-31
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-30
* Forgot the test case before.Evan Cheng2013-01-30
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-30
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Add missing header and test cases for r173939.Logan Chien2013-01-30
* [mips] Test case for r173862.Akira Hatanaka2013-01-30
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-29
* This patch addresses bug 15031.Bill Schmidt2013-01-28
* When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer2013-01-27
* X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer2013-01-26
* FileCheckize and merge some tests.Benjamin Kramer2013-01-26
* FileCheck-ify some grep testsReid Kleckner2013-01-25
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-25
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-25
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-22
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.NAKAMURA Takumi2013-01-20
* Revert 172708.Nadav Rotem2013-01-20
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-19
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-19
* On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem2013-01-18
* llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi2013-01-18
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-17
* Remove bad test caseBill Schmidt2013-01-17
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-17
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-14
* X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer2013-01-13
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-12
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-11
* Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd2013-01-11
* For inline asm:Eric Christopher2013-01-11
* Simplify writing floating types to assembly.Tim Northover2013-01-11
* llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi2013-01-10
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10