summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-25
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-25
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-24
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-24
* 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
* Correct a comment.Dan Gohman2009-09-23
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-23
* s/*Location/*DebugLocation/gDevang Patel2009-09-23
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-23
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-23
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-23
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-22
* Check exisiting dbg MDKind first. Devang Patel2009-09-22
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-22
* Forgot this.Evan Cheng2009-09-22
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-22
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-22
* Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...Daniel Dunbar2009-09-22
* Add a TrackingVH value handle.Daniel Dunbar2009-09-22
* move DominatorTree::dominates for instructions out of line,Chris Lattner2009-09-21
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-21
* add a helper method.Chris Lattner2009-09-21
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-21
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* write rfind in terms of npos as daniel requestedChris Lattner2009-09-20
* remove a dead method.Chris Lattner2009-09-20
* smallvectorize getExtraOptionNamesChris Lattner2009-09-20
* add a helper method.Chris Lattner2009-09-20
* A few more tabs -> spaces.Daniel Dunbar2009-09-20
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-20
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-20
* add size_t and a version of rfind that allows specification of whereChris Lattner2009-09-20
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-19
* add a simple c_str() method to SmallString.Chris Lattner2009-09-19
* Prefer super class constructor to explicit initialization.Daniel Dunbar2009-09-19
* Tabs -> spaces (really?)Daniel Dunbar2009-09-19
* Strip trailing whitespace.Daniel Dunbar2009-09-19
* RHS of assignment should be const reference.Daniel Dunbar2009-09-19
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-19
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-19
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-19
* Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky2009-09-19
* Update comments.Evan Cheng2009-09-19
* remove an extraneous mem2reg pass early in the pipe. SinceChris Lattner2009-09-18
* reduce indentation by using an early exit, and add a comment,Chris Lattner2009-09-18