aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-09Cleanup and relax a restriction on the matching of global offsets intoChandler Carruth
2012-04-09Fold 15 tiny test cases into a single file that implements theChandler Carruth
2012-04-08Only have codegen turn fdiv by a constant into fmul by the reciprocalDuncan Sands
2012-04-08Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth
2012-04-08Teach InstCombine to nuke a common alloca pattern -- an alloca which hasChandler Carruth
2012-04-08AVX2: Build splat vectors by broadcasting a scalar from the constant pool.Nadav Rotem
2012-04-08Remove old 'grep' lines.Bill Wendling
2012-04-08FileCheckize these testcases.Bill Wendling
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem
2012-04-07Convert floating point division by a constant into multiplication by theDuncan Sands
2012-04-07Fix ValueTracking to conclude that debug intrinsics are safe toChandler Carruth
2012-04-07SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer
2012-04-07Make the test for r154235 more platform-independent with a shorterSean Hunt
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-06Add lines in global-address.ll to test N32 and N64 code generation.Akira Hatanaka
2012-04-06Allow negative immediates in ARM and Thumb2 compares.Jakob Stoklund Olesen
2012-04-06Sink the collection of return instructions until after *all*Chandler Carruth
2012-04-06Tweak this test to ensure the inliner did indeed fire. Thanks to RichardChandler Carruth
2012-04-06Test case for PR12413Craig Topper
2012-04-06Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...Craig Topper
2012-04-06Add the tests that were supposed to go with r153935 that I forgot svn addCraig Topper
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