Age | Commit message (Expand) | Author |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-08 | Fix the AssertingVH unittests. | Jeffrey Yasskin |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Start converting to new error handling API. | Torok Edwin |
2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
2009-06-18 | Simplify by using no-op-when-not-multithreaded locks. | Owen Anderson |
2009-06-18 | Move Threading.[h|cpp] from Support to System. | Owen Anderson |
2009-06-17 | Protect the ValueHandle table. | Owen Anderson |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-05-02 | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman |
2009-04-15 | Limit the number of times we're willing to chase pointers. Removes an O(n^2) | Nick Lewycky |
2009-03-31 | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner |
2009-03-12 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
2008-12-29 | Make stripPointerCasts and getUnderlyingObject | Duncan Sands |
2008-12-13 | These messages should always be emitted when NDEBUG is unset, not when | Chris Lattner |
2008-12-02 | Comment typeo fix, thanks Duncan! | Chris Lattner |
2008-12-02 | add a little helper function that does PHI translation. | Chris Lattner |
2008-10-01 | Factorize code: remove variants of "strip off | Duncan Sands |
2008-09-25 | Make pointer parameter const for isUsedInBasicBlock. | Bill Wendling |
2008-09-19 | backing out my last commit, it was not intended to go on the trunk | Gabor Greif |
2008-09-19 | first shot at removing Use::Val | Gabor Greif |
2008-07-24 | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng |
2008-06-21 | fix some warnings when assertions are disabled. | Chris Lattner |
2008-06-12 | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng |
2008-05-15 | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman |
2008-05-07 | Turn StripPointerCast() into a method | Anton Korobeynikov |
2008-05-06 | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov |
2008-04-30 | fix a bug in my previous patch, a classic =/== bug. | Chris Lattner |
2008-04-30 | add a method for comparing to see if a value has a specified name. | Chris Lattner |
2008-03-01 | Print the name, not a pointer. | Nick Lewycky |
2008-02-21 | Let invoke return aggregate value. | Devang Patel |
2008-02-21 | Let function call return aggregate. | Devang Patel |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
2007-12-10 | fix some warnings. | Chris Lattner |
2007-12-10 | Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-... | Chris Lattner |
2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-09-28 | Make Value::getNameLen not crash on an empty name, fixing PR1712. | Chris Lattner |
2007-08-21 | simplify code, improve a comment. | Chris Lattner |
2007-08-10 | add Value::getNameStart/getNameLen() accessors. | Chris Lattner |
2007-03-20 | Fix a nasty memory leak, caused by my revamp of the value symbol table. | Chris Lattner |
2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
2007-02-15 | rewrite Value::takeName to take advantage of the new symtab stuff. This | Chris Lattner |
2007-02-15 | Add a new Value::getNameStr method, which is preferred over getName. | Chris Lattner |
2007-02-13 | add a setName variant that takes a null-terminated string. This can be | Chris Lattner |
2007-02-12 | Add new setName accessor which doesn't require creating a string. | Chris Lattner |
2007-02-12 | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner |
2007-02-11 | fix uninitialized variable | Chris Lattner |