summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Get rid of annoying spaces.David Greene2007-07-11
* Added support for Mips specific GAS directivesBruno Cardoso Lopes2007-07-11
* Added support for framepointerBruno Cardoso Lopes2007-07-11
* Handle the case where an entire structure is freed, and its dependency is a s...Owen Anderson2007-07-11
* Now that stack is represented the right way, LOA starts at 0Bruno Cardoso Lopes2007-07-11
* Fixed AddLiveOut issuesBruno Cardoso Lopes2007-07-11
* Removed unused immediate PatLeaf, fixed lui instructionBruno Cardoso Lopes2007-07-11
* Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti...Bruno Cardoso Lopes2007-07-11
* Add support for eliminate stores to stack-allocated memory locations at the endOwen Anderson2007-07-11
* Handle eliminating stores that occur right before a free.Owen Anderson2007-07-11
* Handle packed structs in the CBackend.Lauro Ramos Venancio2007-07-11
* Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov2007-07-11
* Add test case for PR1545.Evan Cheng2007-07-11
* Missed a couple of places where new instructions are added due to spill / res...Evan Cheng2007-07-11
* Clean up a few things based on Chris' feedback.Owen Anderson2007-07-11
* Adding ability to demote phi to stack. Tanya Lattner2007-07-11
* Fix hang compiling TimberWolf (allow for islandsDale Johannesen2007-07-11
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-11
* Exception handling has been implemented.Duncan Sands2007-07-11
* Fix an oversight: for modules with no other identifying target info,Chris Lattner2007-07-11
* If assertions are not enabled, we should return False here.Duncan Sands2007-07-11
* No longer need to track last def / use.Evan Cheng2007-07-11
* Fix for PR1545: Revamp code that update kill information due to register reuse.Evan Cheng2007-07-11
* Adjust this per the changes to the configuration script in the llvm-top module.Reid Spencer2007-07-11
* Add FastDSE, a new algorithm for doing dead store elimination. This algorith...Owen Anderson2007-07-11
* Make this work with GLIBCXX_DEBUG.David Greene2007-07-10
* Didn't mean the last commit. Revert.Evan Cheng2007-07-10
* Fix fp_constant_op failure.Dale Johannesen2007-07-10
* Update.Evan Cheng2007-07-10
* fix 80 columnn violations, increasing the world'sDale Johannesen2007-07-10
* Calculate the size of a array allocation correctly.Owen Anderson2007-07-10
* Fix a crasher when finding the dependency of a call.Owen Anderson2007-07-10
* Make this pass registration static as well.Owen Anderson2007-07-10
* Make the pass registration static.Owen Anderson2007-07-10
* add a noteChris Lattner2007-07-10
* check for correct usage of the byval attributeRafael Espindola2007-07-10
* During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov2007-07-10
* Handle vaarg instructions correctly.Owen Anderson2007-07-10
* Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look forDan Gohman2007-07-10
* Volatile loads and stores depend on each other.Owen Anderson2007-07-10
* Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng2007-07-10
* Remove clobbersPred.Evan Cheng2007-07-10
* Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...Evan Cheng2007-07-10
* Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng2007-07-10
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-10
* If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def.Evan Cheng2007-07-10
* Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone.Evan Cheng2007-07-10
* Fix the build, and fix the handling of pointer sizes.Owen Anderson2007-07-10
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-10
* Add a regression test for folding spill code into scalar min and max.Dan Gohman2007-07-10