| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 1 | -6/+1 |
* | pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. | Bob Wilson | 2009-09-25 | 1 | -5/+16 |
* | Update the description of MachineFrameInfo's OffsetAdjustment. The value of | Bob Wilson | 2009-09-25 | 1 | -5/+8 |
* | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman | 2009-09-25 | 1 | -0/+1 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -2/+7 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 1 | -0/+8 |
* | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 1 | -1/+0 |
* | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 1 | -1/+6 |
* | Clean up LiveVariables and change how it deals with partial updates and kills... | Evan Cheng | 2009-09-24 | 1 | -8/+1 |
* | Spruce up some comments. | Dan Gohman | 2009-09-23 | 1 | -6/+9 |
* | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -2/+2 |
* | Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes. | Dan Gohman | 2009-09-23 | 1 | -1/+7 |
* | Correct a comment. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | Do not leave behind metadata while cloning an instruction. | Devang Patel | 2009-09-23 | 2 | -1/+8 |
* | s/*Location/*DebugLocation/g | Devang Patel | 2009-09-23 | 1 | -17/+19 |
* | Make the type traits for a const pointer defer to those for a unqualified | John McCall | 2009-09-23 | 1 | -3/+7 |
* | Fix PR5024. LiveVariables physical register defs should *commit* only after all | Evan Cheng | 2009-09-23 | 1 | -1/+5 |
* | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 3 | -9/+15 |
* | Add SetLocation() to allow IRBuilder user to set location info for an instruc... | Devang Patel | 2009-09-22 | 1 | -3/+9 |
* | Check exisiting dbg MDKind first. | Devang Patel | 2009-09-22 | 1 | -3/+3 |
* | Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying | Daniel Dunbar | 2009-09-22 | 1 | -6/+1 |
* | Forgot this. | Evan Cheng | 2009-09-22 | 1 | -2/+4 |
* | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar | 2009-09-22 | 1 | -4/+8 |
* | Switch FoldingSet::AddString to StringRef based API. | Daniel Dunbar | 2009-09-22 | 1 | -4/+2 |
* | Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w... | Daniel Dunbar | 2009-09-22 | 1 | -1/+2 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -3/+86 |
* | move DominatorTree::dominates for instructions out of line, | Chris Lattner | 2009-09-21 | 1 | -24/+3 |
* | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman | 2009-09-21 | 1 | -4/+12 |
* | add a helper method. | Chris Lattner | 2009-09-21 | 1 | -0/+12 |
* | Don't allow formatted_ostream to be unbuffered, even if its underlying buffer | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 1 | -0/+9 |
* | write rfind in terms of npos as daniel requested | Chris Lattner | 2009-09-20 | 1 | -6/+4 |
* | remove a dead method. | Chris Lattner | 2009-09-20 | 1 | -7/+0 |
* | smallvectorize getExtraOptionNames | Chris Lattner | 2009-09-20 | 1 | -6/+6 |
* | add a helper method. | Chris Lattner | 2009-09-20 | 1 | -0/+7 |
* | A few more tabs -> spaces. | Daniel Dunbar | 2009-09-20 | 2 | -6/+6 |
* | move a couple non-trivial methods out of line, add new | Chris Lattner | 2009-09-20 | 1 | -39/+23 |
* | convert a bunch more stuff to use StringRef. The ArgName arguments are now | Chris Lattner | 2009-09-20 | 1 | -19/+17 |
* | add size_t and a version of rfind that allows specification of where | Chris Lattner | 2009-09-20 | 1 | -3/+9 |
* | add some more overloads of StringRef::getAsInteger for | Chris Lattner | 2009-09-19 | 1 | -1/+3 |
* | add a simple c_str() method to SmallString. | Chris Lattner | 2009-09-19 | 1 | -0/+6 |
* | Prefer super class constructor to explicit initialization. | Daniel Dunbar | 2009-09-19 | 1 | -7/+4 |
* | Tabs -> spaces (really?) | Daniel Dunbar | 2009-09-19 | 1 | -4/+4 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 2 | -47/+47 |
* | RHS of assignment should be const reference. | Daniel Dunbar | 2009-09-19 | 1 | -1/+1 |
* | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky | 2009-09-19 | 1 | -3/+3 |
* | provide a "strtoull" operation that works on StringRef's. | Chris Lattner | 2009-09-19 | 1 | -0/+17 |
* | convert a bunch of std::strings to use StringRef. This should eliminate | Chris Lattner | 2009-09-19 | 1 | -28/+22 |
* | Lett users of sparse propagation do their own thing with phi nodes if they want | Nick Lewycky | 2009-09-19 | 1 | -0/+6 |
* | Update comments. | Evan Cheng | 2009-09-19 | 1 | -0/+3 |