summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Remove an unnecessary -f.Dan Gohman2009-09-11
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-11
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-10
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-09
* When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman2009-09-09
* Add testcase for r81322 (PR4933).Torok Edwin2009-09-09
* add a testacse for the objc problem that required required r81305Chris Lattner2009-09-09
* disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner2009-09-09
* Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng2009-09-09
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-09
* this got merged into lea.llChris Lattner2009-09-09
* filecheckizeChris Lattner2009-09-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* update various tests for signedness changes in .s file.Chris Lattner2009-09-08
* adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner2009-09-08
* merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner2009-09-08
* tweak this to pass on linux.Chris Lattner2009-09-08
* convert to filecheck syntaxChris Lattner2009-09-08
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-08
* Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov2009-09-08
* filecheckize some testsChris Lattner2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-08
* UnbreakAnton Korobeynikov2009-09-08
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-08
* disable some irrelevant eh emissionChris Lattner2009-09-08
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-08
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-08
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-07
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-05
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-05
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-04
* Remove stale greps.Daniel Dunbar2009-09-04
* Convert tests to FileCheck.Bob Wilson2009-09-04
* Convert a test to FileCheck.Bob Wilson2009-09-04
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-03
* Remove dead greps.Daniel Dunbar2009-09-03
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-03
* Test cases for vector shifts changes r80935Mon P Wang2009-09-03
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-03
* merge all the basic linux/32 pic tests together into one test.Chris Lattner2009-09-03