aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Add method that will take a function pointer so that it can handle thingsBill Wendling2006-11-261-0/+7
* For PR950:Reid Spencer2006-11-201-0/+3
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-174-31/+13
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-171-0/+47
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-171-0/+2
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-171-7/+7
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-171-0/+30
* math.h creates ambiguityJim Laskey2006-11-091-0/+4
* math.h for C's sake.Jim Laskey2006-11-091-1/+1
* Make sure <cmath> comes firstJim Laskey2006-11-081-0/+2
* Add backup support for HUGH_VALF.Jim Laskey2006-11-081-0/+4
* For PR950:Reid Spencer2006-11-081-3/+43
* Fix a small bug noticed on code review.Reid Spencer2006-11-061-1/+1
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+1
* For PR950:Reid Spencer2006-11-021-2/+14
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-291-0/+48
* For PR950:Reid Spencer2006-10-261-2/+14
* simplify trivial functionChris Lattner2006-10-121-5/+1
* Fix usage example.Nick Lewycky2006-10-091-1/+1
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-022-2/+4
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-281-0/+79
* Add support for pattern matching cast operationsChris Lattner2006-09-181-0/+33
* Add new option to leave asm names aloneChris Lattner2006-09-071-0/+8
* Remove a dead class.Chris Lattner2006-08-271-17/+0
* add directive to disable inliningChris Lattner2006-08-271-0/+8
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-23/+0
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-271-2/+37
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-271-0/+40
* For PR797:Reid Spencer2006-08-231-1/+5
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-1/+6
* Adding new Dwarf constants.Jim Laskey2006-08-211-2/+3
* remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner2006-08-111-3/+0
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-071-3/+0
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-4/+4
* For PR780:Reid Spencer2006-07-265-66/+12
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+3
* Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))Chris Lattner2006-07-181-1/+14
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-071-12/+12
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-9/+8
* Add support for hidden visibilityChris Lattner2006-06-281-0/+23
* For PR801:Reid Spencer2006-06-271-0/+58
* Whoops, missed a couple more C-style casts.Reid Spencer2006-06-211-2/+2
* Use C++ style casts instead of C-style casts to shut up compiler warningsReid Spencer2006-06-211-6/+18
* 1. Revise vector debug support.Jim Laskey2006-06-161-0/+2
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-3/+10
* Add some more matcher classes for shifts.Chris Lattner2006-06-151-6/+21
* For PR780:Reid Spencer2006-06-071-0/+4
* For PR780:Reid Spencer2006-06-071-3/+5
* For PR780:Reid Spencer2006-06-071-8/+31
* For PR780:Reid Spencer2006-06-071-0/+40