summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Support correct build:Reid Spencer2006-06-01
* Tighten this script up a bit.Reid Spencer2006-06-01
* Remove a warningEvan Cheng2006-06-01
* Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng2006-05-31
* Fix casting so there's no warning on Alpha.Reid Spencer2006-05-31
* Add my most recent work.Owen Anderson2006-05-31
* Sign extenderEvan Cheng2006-05-31
* Squelch this warning:Reid Spencer2006-05-31
* Fix utostr once and for all, by making there only be one function namedChris Lattner2006-05-31
* Swap the order of operands created here. For +&|^, the order doesn't matter,Chris Lattner2006-05-31
* Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs.Owen Anderson2006-05-31
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-31
* fix utostrAndrew Lenharth2006-05-31
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-31
* revert for nowAndrew Lenharth2006-05-31
* Rename instructions for consistency sake.Evan Cheng2006-05-31
* make 64-bit safe and fix the build on alphaAndrew Lenharth2006-05-31
* commuteInstruction() does not always create a new MI!Evan Cheng2006-05-31
* Add a brief description for the tblgen program. More detail is needed butReid Spencer2006-05-31
* Update the documentation for llvm2cpp after the -gen-* options were added.Reid Spencer2006-05-31
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-31
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-31
* Clarify type naming.Vladimir Prus2006-05-31
* Improve InstVisitor docs.Vladimir Prus2006-05-31
* Eliminate a memory leak.Evan Cheng2006-05-31
* visitVBinOp: Can't fold divide by zero!Evan Cheng2006-05-31
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-31
* Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.Evan Cheng2006-05-31
* Remove dead code.Evan Cheng2006-05-31
* Update vector extract test cases.Evan Cheng2006-05-31
* A new entryEvan Cheng2006-05-30
* MAXP{D|S} and MINP{D|S} are commutable.Evan Cheng2006-05-30
* Commute shufps / shufpd.Evan Cheng2006-05-30
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-30
* Somehow I lost a condition when I was shuffling some code around. Anyway,Evan Cheng2006-05-30
* Fix a build breaker.Evan Cheng2006-05-30
* Oops. PSHUFD is only available with SSE2.Evan Cheng2006-05-30
* Add a noteChris Lattner2006-05-30
* Always reserve space for 8 spilled GPRs. GCC apparently assumes that thisChris Lattner2006-05-30
* llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer2006-05-30
* Add the new command line arguments.Reid Spencer2006-05-30
* Fix more bugs. This version now passes all of the Feature test except forReid Spencer2006-05-30
* Added a test case for parameter passing of vector values.Evan Cheng2006-05-30
* Fix the test failure on non-Darwin targets.Evan Cheng2006-05-30
* Allow shufps x, x, mask to be converted to pshufd x, mask to save a move.Evan Cheng2006-05-30
* Remove bogus comment.Evan Cheng2006-05-30
* Add llvm2cpp program.Reid Spencer2006-05-30
* Provide a simpler interface for getting a ConstantArray from a characterReid Spencer2006-05-30
* Make sure the register pressure reduction schedulers work for non-uniformEvan Cheng2006-05-30