aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit ofDan Gohman2009-09-151-0/+19
* merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner2009-09-133-92/+100
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-131-0/+61
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-121-1/+1
* Remove an unnecessary -f.Dan Gohman2009-09-111-1/+1
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-1179-167/+105
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1110-12/+12
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-112-494/+494
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-111-1/+1
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-111-0/+48
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-111-3/+4
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-101-0/+11
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-101-3/+3
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-091-0/+18
* When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman2009-09-092-0/+66
* Add testcase for r81322 (PR4933).Torok Edwin2009-09-091-0/+21
* add a testacse for the objc problem that required required r81305Chris Lattner2009-09-091-0/+15
* disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner2009-09-092-494/+494
* Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng2009-09-091-2/+2
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-092-494/+494
* this got merged into lea.llChris Lattner2009-09-091-25/+0
* filecheckizeChris Lattner2009-09-091-7/+10
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091155-1627/+1627
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08968-1256/+1281
* update various tests for signedness changes in .s file.Chris Lattner2009-09-088-10/+13
* adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner2009-09-081-2/+2
* merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner2009-09-082-25/+34
* tweak this to pass on linux.Chris Lattner2009-09-081-3/+3
* convert to filecheck syntaxChris Lattner2009-09-081-3/+4
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-0813-36/+34
* Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov2009-09-081-0/+10
* filecheckize some testsChris Lattner2009-09-082-30/+30
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-083-5/+5
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0810-12/+12
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-089-0/+367
* UnbreakAnton Korobeynikov2009-09-081-1/+1
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-081-0/+48
* disable some irrelevant eh emissionChris Lattner2009-09-081-2/+2
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-081-0/+30
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-081-0/+14
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-071-3/+3
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-051-1/+1
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-055-8/+27
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-052-4/+4
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-042-1/+33
* Remove stale greps.Daniel Dunbar2009-09-041-3/+0
* Convert tests to FileCheck.Bob Wilson2009-09-042-6/+55
* Convert a test to FileCheck.Bob Wilson2009-09-041-5/+17
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+15
* Remove dead greps.Daniel Dunbar2009-09-031-3/+0