aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Changed Allocate to use size_t instead of unsigned.Mon P Wang2009-03-101-2/+2
* Add an explicit keyword.Dan Gohman2009-03-101-1/+1
* Fixed rounding up EltSizeMon P Wang2009-03-101-1/+1
* PR3478: raw_ostream should not buffer stderrDaniel Dunbar2009-03-101-4/+18
* Add C++ marker.Daniel Dunbar2009-03-101-1/+1
* Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar2009-03-061-4/+36
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-041-0/+1
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-041-0/+65
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-0/+3
* Removed trailing whitespace.Misha Brukman2009-02-2022-202/+202
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-181-4/+9
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+2
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-161-0/+12
* Deallocate() methods now take a 'const void*' instead of a 'void *', matching...Ted Kremenek2009-02-061-4/+3
* add a method to BumpPtrAllocator that allows allocating elements Chris Lattner2009-02-031-0/+14
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-34/+25
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-301-0/+33
* Add method raw_fd_ostream::seek() for random access within a file.Ted Kremenek2009-01-261-1/+5
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-1/+5
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-0/+4
* Do not use host floating point types when emittingDale Johannesen2009-01-211-2/+6
* indentation...Devang Patel2009-01-201-5/+5
* Need only one set of debug info versions enum.Devang Patel2009-01-201-0/+11
* make comparisons a bist fasterGabor Greif2009-01-171-5/+3
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-161-2/+21
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-162-29/+56
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-66/+66
* Add the private linkage.Rafael Espindola2009-01-151-1/+2
* Add member template MallocAllocator::Allocate(Num) (to match the same functio...Ted Kremenek2009-01-141-0/+5
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-121-5/+0
* drats! remove tabsGabor Greif2009-01-111-1/+1
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-111-21/+38
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-071-151/+0
* no need to negate the APInt for 0.Chris Lattner2009-01-061-1/+1
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-051-11/+10
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-051-1/+10
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-059-11/+3
* add #include guards, thanks Dan.Chris Lattner2009-01-041-0/+5
* * Alphabetized system headers per the style guideMisha Brukman2009-01-022-8/+6
* newline at end of phileChris Lattner2008-12-091-1/+2
* pred_iterator got a lot slower since use-diet landed. This is a Chris Lattner2008-12-091-0/+56
* Have raw_fd_ostream keep track of the position in the file to make tell() go ...Ted Kremenek2008-12-041-1/+4
* Add 'tell' method to raw_fd_ostream that clients can use to query the current...Ted Kremenek2008-11-261-1/+4
* change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes2008-11-261-4/+3
* Roll back rev 59890, since Chris says this can never happen.Scott Michel2008-11-231-1/+1
* Check for NULL before traversing the isa<> type hierarchy checking with aScott Michel2008-11-221-1/+1
* add a write method.Chris Lattner2008-11-191-0/+6
* add a new m_Specific pattern that matches only if we have a specific Value*.Chris Lattner2008-11-161-0/+15
* add a new template for matching a select between two constants.Chris Lattner2008-11-161-0/+11
* Clean up some strange whitespace.Nick Lewycky2008-11-151-7/+6