summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* add a helper to call llvm_shutdown()Chris Lattner2006-12-06
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-01
* remove 'target constructor' support.Chris Lattner2006-12-01
* Get the delegation right for InstVisitor.Reid Spencer2006-11-29
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Protect against null streams.Bill Wendling2006-11-27
* For PR950:Reid Spencer2006-11-27
* Add method that will take a function pointer so that it can handle thingsBill Wendling2006-11-26
* For PR950:Reid Spencer2006-11-20
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-17
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-17
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-17
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-17
* math.h creates ambiguityJim Laskey2006-11-09
* math.h for C's sake.Jim Laskey2006-11-09
* Make sure <cmath> comes firstJim Laskey2006-11-08
* Add backup support for HUGH_VALF.Jim Laskey2006-11-08
* For PR950:Reid Spencer2006-11-08
* Fix a small bug noticed on code review.Reid Spencer2006-11-06
* Unbreak VC++ build.Jeff Cohen2006-11-05
* For PR950:Reid Spencer2006-11-02
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-29
* For PR950:Reid Spencer2006-10-26
* simplify trivial functionChris Lattner2006-10-12
* Fix usage example.Nick Lewycky2006-10-09
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-02
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-28
* Add support for pattern matching cast operationsChris Lattner2006-09-18
* Add new option to leave asm names aloneChris Lattner2006-09-07
* Remove a dead class.Chris Lattner2006-08-27
* add directive to disable inliningChris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-23
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* Adding new Dwarf constants.Jim Laskey2006-08-21
* remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner2006-08-11
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-07
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* For PR780:Reid Spencer2006-07-26
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-18
* Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))Chris Lattner2006-07-18
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-07
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-06
* Add support for hidden visibilityChris Lattner2006-06-28
* For PR801:Reid Spencer2006-06-27
* Whoops, missed a couple more C-style casts.Reid Spencer2006-06-21