aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* it's pointed out that R11 can be used for magic things, and doing things just...Chris Lattner2012-05-302-17/+16
* Extend the (abi-irrelevant) return convention to be able to return more than ...Chris Lattner2012-05-301-0/+17
* [arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.Chad Rosier2012-05-301-0/+100
* Teach taildup to update livein set. rdar://11538365Evan Cheng2012-05-301-0/+140
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-0/+14
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-2/+39
* Add llvm.fabs intrinsic.Peter Collingbourne2012-05-281-0/+21
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-273-24/+26
* SelectionDAGBuilder: When emitting small compare chains for switches order th...Benjamin Kramer2012-05-261-0/+37
* [NVPTX] Add a new test case for the newly-enabled call handlingJustin Holewinski2012-05-251-0/+26
* test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....NAKAMURA Takumi2012-05-251-12/+0
* test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...NAKAMURA Takumi2012-05-251-2/+2
* Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman2012-05-251-6/+35
* Fix for CHECK-NOT misspelling.David Blaikie2012-05-241-1/+1
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-2430-2186/+0
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-241-0/+3
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-241-0/+10
* Add a test case for global live range splitting.Jakob Stoklund Olesen2012-05-231-0/+27
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-231-0/+22
* Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen2012-05-231-0/+82
* [arm-fast-isel] Add support for non-global callee.Chad Rosier2012-05-231-0/+20
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-227-31/+15
* Only erase virtregs with no uses left.Jakob Stoklund Olesen2012-05-221-0/+118
* FileCheck'ize test, and add a bit to test for r157221.Jim Grosbach2012-05-211-1/+7
* Allow 256-bit shuffles to still be split even if only half of the shuffle com...Craig Topper2012-05-211-6/+15
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-201-0/+18
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-201-0/+28
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-201-2/+2
* Transfer memory operands to the right instruction.Jakob Stoklund Olesen2012-05-201-4/+4
* Properly constrain register classes for sub-registers.Jakob Stoklund Olesen2012-05-201-2/+2
* Properly constrain register classes in 2-addr.Jakob Stoklund Olesen2012-05-201-1/+1
* Fix 12892.Jakob Stoklund Olesen2012-05-191-0/+122
* Erase joined copies immediately.Jakob Stoklund Olesen2012-05-191-6/+6
* On Haswell, perfer storing YMM registers using a single instruction.Nadav Rotem2012-05-191-0/+14
* Add support for additional in-reg vbroadcast patternsNadav Rotem2012-05-191-0/+37
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-191-0/+6
* Refactor data-in-code annotations.Jim Grosbach2012-05-182-1/+45
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-181-0/+6
* Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper2012-05-182-5/+6
* Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng2012-05-181-0/+16
* Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen2012-05-181-12/+1
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-1717-232/+227
* Remove incorrect pattern for ARM SMML instruction.Tim Northover2012-05-171-0/+13
* Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng2012-05-161-0/+46
* Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen2012-05-151-0/+68
* Enable all Hexagon tests.Sirish Pande2012-05-1511-28/+18
* Fix PR12821.Jakob Stoklund Olesen2012-05-141-1/+33
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-142-74/+4
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-2/+2
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-122-0/+63