aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,Chris Lattner2007-02-051-22/+11
* Use unsigned char& instead of std::vector<>::reference.Bill Wendling2007-02-051-4/+2
* Added some accessor methods.Bill Wendling2007-02-031-0/+9
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-022-17/+16
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-1/+19
* Fix a homonymo in a comment.Reid Spencer2007-02-011-1/+1
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-011-0/+1
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-36/+0
* For PR970:Reid Spencer2007-01-211-31/+0
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-191-0/+36
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-6/+5
* Refactored output buffer methods from MachO and ELF writers.Bill Wendling2007-01-171-0/+146
* For PR1043:Zhou Sheng2007-01-112-8/+7
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-032-7/+1
* For PR950:Reid Spencer2006-12-233-16/+57
* Doxgenate comments.Chris Lattner2006-12-191-74/+84
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-173-6/+11
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-076-31/+47
* Ignoring the upper 32 bits of a 64 bit constant is not a good thing.Jim Laskey2006-12-061-4/+4
* add a helper to call llvm_shutdown()Chris Lattner2006-12-061-0/+8
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-011-8/+0
* remove 'target constructor' support.Chris Lattner2006-12-011-2/+1
* Get the delegation right for InstVisitor.Reid Spencer2006-11-291-1/+13
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-0/+1
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+4
* Protect against null streams.Bill Wendling2006-11-271-1/+1
* For PR950:Reid Spencer2006-11-272-35/+2
* 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