aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-06Actually finish this sentence in the comment the way I intended. ThanksChandler Carruth
2012-04-06Sink the return instruction collection until after we're done deletingChandler Carruth
2012-04-05ARM assembly aliases for add negative immediates using sub.Jim Grosbach
2012-04-05Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka
2012-04-05Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher
2012-04-05Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen
2012-04-05Fix accidentally inverted logic from r152803, and make theDan Gohman
2012-04-05Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...Silviu Baranga
2012-04-05Added support for handling unpredictable arithmetic instructions on ARM.Silviu Baranga
2012-04-05An oversight when applying the patches for r150956 and r150957 to a vanilla t...James Molloy
2012-04-05ARM assembly aliases for two-operand V[R]SHR instructions.Jim Grosbach
2012-04-05ARM assembly parsing for 'msr' plain 'cpsr' operand.Jim Grosbach
2012-04-05Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen
2012-04-04Reapply 154038 without the failing test.Akira Hatanaka
2012-04-04Revert r154038. It was causing make check failures.Owen Anderson
2012-04-04Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen
2012-04-04Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Add testcase for r154007, when a function has the optsize attribute,Hongbin Zheng
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-03Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper
2012-04-03Fix thinko check for number of operands to be the one that actuallyEric Christopher
2012-04-03Add an additional testcase which checks ops with multiple users.Nadav Rotem
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-04-03Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2012-04-02During two-address lowering, rescheduling an instruction does not untieLang Hames
2012-04-02No need to run llvm-as.Rafael Espindola
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Fast fix for PR12343:Stepan Dyatkovskiy
2012-04-02Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga
2012-04-02Optimizing swizzles of complex shuffles may generate additional complex shuff...Nadav Rotem
2012-04-01Enable prefetch generation on PPC64.Hal Finkel
2012-04-01This commit contains a few changes that had to go in together.Nadav Rotem
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-04-01Add some more testing to cover the remaining two cases whereChandler Carruth
2012-04-01Fix a pretty scary bug I introduced into the always inliner withChandler Carruth
2012-04-01Replace four tiny tests with various uses of grep and not with a singleChandler Carruth
2012-03-31Add a triple to the test.Rafael Espindola
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-31Clean up the naming in this test. Someone pointed this out in review atChandler Carruth
2012-03-31FileCheck-ize this test, and generally tidy it up prior to changingChandler Carruth
2012-03-31Correctly vectorize powi.Hal Finkel
2012-03-30ARM assembler should prefer non-aliases encoding of cmp.Jim Grosbach
2012-03-30ARM encoding for VSWP got the second operand incorrect.Jim Grosbach