aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-2/+0
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-2/+1
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+9
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-9/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+9
* Cosmetic changes.Devang Patel2009-10-201-1/+1
* Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin2009-10-191-0/+25
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-171-1/+1
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-171-0/+4
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-172-11/+6
* One more iteration here and a yet better way to solve it.Eric Christopher2009-10-141-14/+13
* Fix the unused argument problem here a different way - cast to void.Eric Christopher2009-10-141-1/+3
* Delete bogus semicolons.Dan Gohman2009-10-141-2/+2
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-142-4/+3
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-12/+12
* Add is_same type traitDouglas Gregor2009-10-131-0/+11
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-2/+7
* add a helper for matching "1".Chris Lattner2009-10-111-0/+12
* there is no need to run mem2reg after jump threading at LTO time now.Chris Lattner2009-10-111-3/+1
* add some WeakVH::operator='s. Without these, assigningChris Lattner2009-10-101-0/+9
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-041-6/+8
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-011-5/+2
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-011-6/+10
* Only one custom meadata of each kind can be attached with an instruction.Devang Patel2009-09-291-2/+2
* Do not use global typedef for MDKindID.Devang Patel2009-09-281-1/+1
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-13/+8
* For the NSWSub support in the builder to actually be useable,Duncan Sands2009-09-263-0/+9
* Add methods for creating NSW subtraction, as already existsDuncan Sands2009-09-261-0/+6
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+7
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-1/+0
* Correct a comment.Dan Gohman2009-09-231-1/+1
* s/*Location/*DebugLocation/gDevang Patel2009-09-231-17/+19
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-231-3/+7
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-221-3/+9
* Check exisiting dbg MDKind first. Devang Patel2009-09-221-3/+3
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-221-6/+1
* Add a TrackingVH value handle.Daniel Dunbar2009-09-221-3/+86
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-211-1/+6
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-6/+6
* A few more tabs -> spaces.Daniel Dunbar2009-09-201-3/+3
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-19/+17
* Strip trailing whitespace.Daniel Dunbar2009-09-191-9/+9
* RHS of assignment should be const reference.Daniel Dunbar2009-09-191-1/+1
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* remove an extraneous mem2reg pass early in the pipe. SinceChris Lattner2009-09-181-2/+0
* reduce indentation by using an early exit, and add a comment,Chris Lattner2009-09-181-62/+65
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-1/+9
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-171-1/+1
* Add an interface to attach debugging information with an instruction.Devang Patel2009-09-161-6/+24
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-1/+1