| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -2/+0 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -2/+1 |
* | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+9 |
* | Revert r84890, which broke the linux build. | Jeffrey Yasskin | 2009-10-22 | 1 | -9/+0 |
* | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+9 |
* | Cosmetic changes. | Devang Patel | 2009-10-20 | 1 | -1/+1 |
* | 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 |
* | Add raw_ostream::write_escaped, for writing escaped strings. | Daniel Dunbar | 2009-10-17 | 1 | -0/+4 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 2 | -11/+6 |
* | One more iteration here and a yet better way to solve it. | Eric Christopher | 2009-10-14 | 1 | -14/+13 |
* | Fix the unused argument problem here a different way - cast to void. | Eric Christopher | 2009-10-14 | 1 | -1/+3 |
* | Delete bogus semicolons. | Dan Gohman | 2009-10-14 | 1 | -2/+2 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 2 | -4/+3 |
* | s/DebugLoc.CompileUnit/DebugLoc.Scope/g | Devang Patel | 2009-10-13 | 1 | -12/+12 |
* | Add is_same type trait | Douglas Gregor | 2009-10-13 | 1 | -0/+11 |
* | Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the | Jeffrey Yasskin | 2009-10-12 | 1 | -2/+7 |
* | add a helper for matching "1". | Chris Lattner | 2009-10-11 | 1 | -0/+12 |
* | there is no need to run mem2reg after jump threading at LTO time now. | Chris Lattner | 2009-10-11 | 1 | -3/+1 |
* | add some WeakVH::operator='s. Without these, assigning | Chris Lattner | 2009-10-10 | 1 | -0/+9 |
* | Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name... | Evan Cheng | 2009-10-04 | 1 | -6/+8 |
* | Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u... | Douglas Gregor | 2009-10-01 | 1 | -5/+2 |
* | Add another MDNode into DebugLocTuple. This will be used to keep track of inl... | Devang Patel | 2009-10-01 | 1 | -6/+10 |
* | Only one custom meadata of each kind can be attached with an instruction. | Devang Patel | 2009-09-29 | 1 | -2/+2 |
* | Do not use global typedef for MDKindID. | Devang Patel | 2009-09-28 | 1 | -1/+1 |
* | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -13/+8 |
* | For the NSWSub support in the builder to actually be useable, | Duncan Sands | 2009-09-26 | 3 | -0/+9 |
* | Add methods for creating NSW subtraction, as already exists | Duncan Sands | 2009-09-26 | 1 | -0/+6 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -2/+7 |
* | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 1 | -1/+0 |
* | Correct a comment. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -3/+86 |
* | Don't allow formatted_ostream to be unbuffered, even if its underlying buffer | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |
* | smallvectorize getExtraOptionNames | Chris Lattner | 2009-09-20 | 1 | -6/+6 |
* | A few more tabs -> spaces. | Daniel Dunbar | 2009-09-20 | 1 | -3/+3 |
* | convert a bunch more stuff to use StringRef. The ArgName arguments are now | Chris Lattner | 2009-09-20 | 1 | -19/+17 |
* | 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 |
* | convert a bunch of std::strings to use StringRef. This should eliminate | Chris Lattner | 2009-09-19 | 1 | -28/+22 |
* | remove an extraneous mem2reg pass early in the pipe. Since | Chris Lattner | 2009-09-18 | 1 | -2/+0 |
* | reduce indentation by using an early exit, and add a comment, | Chris Lattner | 2009-09-18 | 1 | -62/+65 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -1/+9 |
* | Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC | Julien Lerouge | 2009-09-17 | 1 | -1/+1 |
* | Add an interface to attach debugging information with an instruction. | Devang Patel | 2009-09-16 | 1 | -6/+24 |
* | Drop the raw_ostream required buffer size to 1. | Daniel Dunbar | 2009-09-15 | 1 | -1/+1 |