aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test case for PR12413Craig Topper2012-04-061-0/+15
* Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper2012-04-061-1/+2
* Add the tests that were supposed to go with r153935 that I forgot svn addCraig Topper2012-04-062-0/+73
* Actually finish this sentence in the comment the way I intended. ThanksChandler Carruth2012-04-061-1/+1
* Sink the return instruction collection until after we're done deletingChandler Carruth2012-04-061-0/+37
* ARM assembly aliases for add negative immediates using sub.Jim Grosbach2012-04-051-0/+4
* Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka2012-04-051-0/+42
* Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher2012-04-051-2/+4
* Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen2012-04-052-8/+45
* Fix accidentally inverted logic from r152803, and make theDan Gohman2012-04-051-0/+6
* Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...Silviu Baranga2012-04-051-0/+17
* Added support for handling unpredictable arithmetic instructions on ARM.Silviu Baranga2012-04-052-12/+7
* An oversight when applying the patches for r150956 and r150957 to a vanilla t...James Molloy2012-04-052-0/+76
* ARM assembly aliases for two-operand V[R]SHR instructions.Jim Grosbach2012-04-051-0/+70
* ARM assembly parsing for 'msr' plain 'cpsr' operand.Jim Grosbach2012-04-051-0/+2
* Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen2012-04-051-0/+4
* Reapply 154038 without the failing test.Akira Hatanaka2012-04-042-15/+15
* Revert r154038. It was causing make check failures.Owen Anderson2012-04-043-61/+15
* Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-043-15/+61
* Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka2012-04-041-5/+18
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-043-2/+65
* Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-041-10/+30
* Add testcase for r154007, when a function has the optsize attribute,Hongbin Zheng2012-04-041-0/+35
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-0/+15
* Add YAML parser to Support.Michael J. Spencer2012-04-03172-0/+1496
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-031-0/+8
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-031-0/+47
* Add an additional testcase which checks ops with multiple users.Nadav Rotem2012-04-031-0/+12
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-032-0/+780
* Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka2012-04-038-0/+0
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-038-2042/+0
* MIPS disassembler support.Akira Hatanaka2012-04-038-0/+2042
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-025-15/+36
* During two-address lowering, rescheduling an instruction does not untieLang Hames2012-04-021-0/+24
* No need to run llvm-as.Rafael Espindola2012-04-021-1/+1
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-5/+30
* Fast fix for PR12343:Stepan Dyatkovskiy2012-04-021-0/+46
* Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga2012-04-021-0/+15
* Optimizing swizzles of complex shuffles may generate additional complex shuff...Nadav Rotem2012-04-021-0/+17
* Enable prefetch generation on PPC64.Hal Finkel2012-04-011-0/+15
* This commit contains a few changes that had to go in together.Nadav Rotem2012-04-016-14/+28
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-0/+33
* Add some more testing to cover the remaining two cases whereChandler Carruth2012-04-011-0/+45
* Fix a pretty scary bug I introduced into the always inliner withChandler Carruth2012-04-011-0/+38
* Replace four tiny tests with various uses of grep and not with a singleChandler Carruth2012-04-015-46/+42
* Add a triple to the test.Rafael Espindola2012-03-311-1/+1
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-311-0/+14
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-315-55/+153
* Clean up the naming in this test. Someone pointed this out in review atChandler Carruth2012-03-311-3/+3
* FileCheck-ize this test, and generally tidy it up prior to changingChandler Carruth2012-03-311-21/+26