summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* 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
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* 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
* 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-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
* 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
* 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
* 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
* rename testChris Lattner2009-09-03
* eliminate some uses of prcontext. Any help here would be appreciated :)Chris Lattner2009-08-30
* CMOV_GR8 clobbers EFLAGS when its expansion involves an xor to setDan Gohman2009-08-29
* X86FastISel support for loading and storing values of type i1.Dan Gohman2009-08-27
* Expand i8 selects into control flow instead of 16-bit conditionalDan Gohman2009-08-27
* Don't use INSERT_SUBREG to model anyext operations on x86-64, as itDan Gohman2009-08-26
* convert to filecheckChris Lattner2009-08-25
* Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-25
* Split test into 3.Dale Johannesen2009-08-24
* Fix PR4753.Jakob Stoklund Olesen2009-08-23
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-22
* rename test, make more specific.Chris Lattner2009-08-22