summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-6/+1
* pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson2009-09-251-5/+16
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-251-5/+8
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-251-0/+1
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+7
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-241-0/+8
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-1/+0
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+6
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-241-8/+1
* Spruce up some comments.Dan Gohman2009-09-231-6/+9
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-231-2/+2
* Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes.Dan Gohman2009-09-231-1/+7
* Correct a comment.Dan Gohman2009-09-231-1/+1
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-232-1/+8
* s/*Location/*DebugLocation/gDevang Patel2009-09-231-17/+19
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-231-3/+7
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-231-1/+5
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-233-9/+15
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-221-3/+9
* Check exisiting dbg MDKind first. Devang Patel2009-09-221-3/+3
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-221-6/+1
* Forgot this.Evan Cheng2009-09-221-2/+4
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-4/+8
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-221-4/+2
* Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...Daniel Dunbar2009-09-221-1/+2
* Add a TrackingVH value handle.Daniel Dunbar2009-09-221-3/+86
* move DominatorTree::dominates for instructions out of line,Chris Lattner2009-09-211-24/+3
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-211-4/+12
* add a helper method.Chris Lattner2009-09-211-0/+12
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-211-1/+6
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-0/+9
* write rfind in terms of npos as daniel requestedChris Lattner2009-09-201-6/+4
* remove a dead method.Chris Lattner2009-09-201-7/+0
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-6/+6
* add a helper method.Chris Lattner2009-09-201-0/+7
* A few more tabs -> spaces.Daniel Dunbar2009-09-202-6/+6
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-201-39/+23
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-19/+17
* add size_t and a version of rfind that allows specification of whereChris Lattner2009-09-201-3/+9
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-1/+3
* add a simple c_str() method to SmallString.Chris Lattner2009-09-191-0/+6
* Prefer super class constructor to explicit initialization.Daniel Dunbar2009-09-191-7/+4
* Tabs -> spaces (really?)Daniel Dunbar2009-09-191-4/+4
* Strip trailing whitespace.Daniel Dunbar2009-09-192-47/+47
* RHS of assignment should be const reference.Daniel Dunbar2009-09-191-1/+1
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-3/+3
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+17
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky2009-09-191-0/+6
* Update comments.Evan Cheng2009-09-191-0/+3