summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-25
* convert testcases to filecheck.Chris Lattner2009-09-25
* filecheck should not match a \n with a .Chris Lattner2009-09-25
* remove a large unreduced testcaseChris Lattner2009-09-25
* turn a std::pair into a real class.Chris Lattner2009-09-25
* Fix combiner-aa issue with bases which are different, but can alias.Nate Begeman2009-09-25
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-25
* Don't try to use pre-indexed addressing with sthbrx/stwbrxDan Gohman2009-09-25
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-25
* Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach2009-09-24
* Reenable sqrt IR generation test.Dale Johannesen2009-09-24
* Delete space after function name, before (, reflow a comment andMike Stump2009-09-24
* Fix spacing.Mike Stump2009-09-24
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* unconditionally request MMIChris Lattner2009-09-24
* wrap long lines.Chris Lattner2009-09-24
* Use CanonicalizeInputFile to canonicalize the entire buffer containing theChris Lattner2009-09-24
* change 'not' matching to use Pattern, move pattern parsing logic intoChris Lattner2009-09-24
* refactor out the match string into its own Pattern class.Chris Lattner2009-09-24
* Convert to FileCheck.Bob Wilson2009-09-24
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Add nounwind to this test.Dan Gohman2009-09-24
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-24
* Clarify that llvm attaches C language semantics toDale Johannesen2009-09-24
* Constant propagating byval pointer is safe if function is readonly.Torok Edwin2009-09-24
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Fix a hypothetical problem for targets with StackGrowsUp and a non-zeroBob Wilson2009-09-24
* Move parent assertion check before metadata deletion.Devang Patel2009-09-24
* Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin2009-09-24
* Add count/not tools as executables.Daniel Dunbar2009-09-24
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-24
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-24
* Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.Evan Cheng2009-09-24
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-24
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-24
* A minor improvment in accuracy to inline costDale Johannesen2009-09-23
* Disable test; what it's testing for is wrong.Dale Johannesen2009-09-23
* Checkpoint NEON scheduling itineraries.David Goodwin2009-09-23
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-23
* Spruce up some comments.Dan Gohman2009-09-23
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-23
* Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes.Dan Gohman2009-09-23
* Fix verification of explicit operands.Jakob Stoklund Olesen2009-09-23
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-23
* Correct a comment.Dan Gohman2009-09-23
* Delete attached metadata when an instruction is deleted.Devang Patel2009-09-23
* ARM does not support offset folding (yet). Disable it for now.Anton Korobeynikov2009-09-23
* Edit a comment.Bob Wilson2009-09-23
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-23
* Add nounwind.Evan Cheng2009-09-23