| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -380/+0 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -2/+3 |
* | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -3/+2 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -2/+3 |
* | Cleanup the simplify_type implementation. | Rafael Espindola | 2013-03-27 | 1 | -41/+4 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 1 | -2/+2 |
* | LICM uses AliasSet information to hoist and sink instructions. However, other... | Nadav Rotem | 2012-08-13 | 1 | -1/+2 |
* | Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the... | Benjamin Kramer | 2012-05-19 | 1 | -5/+3 |
* | Allow subclasses of the ValueHandleBase to store information as part of the | Bill Wendling | 2012-04-08 | 1 | -17/+26 |
* | Revert r122114 (CallbackVH observing use-list changes) because it caused seve... | Owen Anderson | 2010-12-20 | 1 | -6/+0 |
* | Header warning patrol. | Eric Christopher | 2010-12-18 | 1 | -1/+1 |
* | Add support to CallbackVH to receive notification when a Value's use-list cha... | Owen Anderson | 2010-12-18 | 1 | -0/+6 |
* | Fix TrackingVH to handle const Value subclasses. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 1 | -2/+1 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 1 | -1/+1 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -4/+7 |
* | Clean up the JITResolver stub/callsite<->function maps. | Jeffrey Yasskin | 2009-10-19 | 1 | -0/+25 |
* | More warnings patrol: Another unused argument and more implicit | Eric Christopher | 2009-10-17 | 1 | -1/+1 |
* | Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the | Jeffrey Yasskin | 2009-10-12 | 1 | -2/+7 |
* | add some WeakVH::operator='s. Without these, assigning | Chris Lattner | 2009-10-10 | 1 | -0/+9 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -3/+86 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 1 | -9/+9 |
* | RHS of assignment should be const reference. | Daniel Dunbar | 2009-09-19 | 1 | -1/+1 |
* | To catch bugs like the one fixed in | Jeffrey Yasskin | 2009-08-07 | 1 | -2/+7 |
* | Teach ValueHandleBase to treat DenseMap's special Empty and Tombstone | Dan Gohman | 2009-07-31 | 1 | -7/+14 |
* | Fix comment. | Devang Patel | 2009-07-30 | 1 | -2/+2 |
* | Add simplify_type specializations to allow WeakVH, AssertingVH, and | Dan Gohman | 2009-05-06 | 1 | -2/+37 |
* | Add an explicit keyword. | Dan Gohman | 2009-05-05 | 1 | -1/+2 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -1/+45 |
* | Add tests for WeakVH and AssertingVH. These pointed out that the overloads for | Jeffrey Yasskin | 2009-04-27 | 1 | -42/+2 |
* | Fix missing text in doxygen documentation. | Nick Lewycky | 2009-04-19 | 1 | -1/+1 |
* | Work around an apparent GCC miscompilation by specializing different, | Chris Lattner | 2009-04-03 | 1 | -0/+12 |
* | add missing * | Chris Lattner | 2009-04-02 | 1 | -2/+2 |
* | add a converting operator | Chris Lattner | 2009-03-31 | 1 | -0/+3 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -0/+217 |