aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2007-02-20add a way to register an arbitrary cleanup function.Chris Lattner
2007-02-13I love non-deturminism. Returning objects with references to stack objects i...Andrew Lenharth
2007-02-11Fix comments to match names of functions.Nick Lewycky
2007-02-10add helper method.Chris Lattner
2007-02-05StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,Chris Lattner
2007-02-05Use unsigned char& instead of std::vector<>::reference.Bill Wendling
2007-02-03Added some accessor methods.Bill Wendling
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-02-01Fix a homonymo in a comment.Reid Spencer
2007-02-01Add PrintVersionMessage() that tools can use to print version numberDevang Patel
2007-01-23Moved disassembler to libSystemAnton Korobeynikov
2007-01-21For PR970:Reid Spencer
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov
2007-01-18Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling
2007-01-17Refactored output buffer methods from MachO and ELF writers.Bill Wendling
2007-01-11For PR1043:Zhou Sheng
2007-01-03The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling
2006-12-23For PR950:Reid Spencer
2006-12-19Doxgenate comments.Chris Lattner
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Ignoring the upper 32 bits of a 64 bit constant is not a good thing.Jim Laskey
2006-12-06add a helper to call llvm_shutdown()Chris Lattner
2006-12-01Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner
2006-12-01remove 'target constructor' support.Chris Lattner
2006-11-29Get the delegation right for InstVisitor.Reid Spencer
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-11-27Protect against null streams.Bill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-26Add method that will take a function pointer so that it can handle thingsBill Wendling
2006-11-20For PR950:Reid Spencer
2006-11-17Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling
2006-11-17Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling
2006-11-17#ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling
2006-11-17Adjusted the // comments so that doxygen picks them up.Bill Wendling
2006-11-17Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling
2006-11-09math.h creates ambiguityJim Laskey
2006-11-09math.h for C's sake.Jim Laskey
2006-11-08Make sure <cmath> comes firstJim Laskey
2006-11-08Add backup support for HUGH_VALF.Jim Laskey
2006-11-08For PR950:Reid Spencer
2006-11-06Fix a small bug noticed on code review.Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-11-02For PR950:Reid Spencer
2006-10-29Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner
2006-10-26For PR950:Reid Spencer
2006-10-12simplify trivial functionChris Lattner