summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* remove a few dead insertion methods.Chris Lattner2009-08-24
* Remove alloca config.h support.Daniel Dunbar2009-08-24
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-24
* remove the dead std::ostream APInt inserterChris Lattner2009-08-23
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-23
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-23
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* This was supposed to go with r79803Chris Lattner2009-08-23
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* remove some dead print method variants.Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* remove a dead class.Chris Lattner2009-08-23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-22
* fix a build error on the clang-i686-linux tester.Chris Lattner2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* mcasminfo doesn't use std::stringChris Lattner2009-08-22
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-22
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-22
* Add new intrinsics for Neon vldN_lane and vstN_lane operations.Bob Wilson2009-08-22
* Make MSVC happy.Daniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-21
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-21
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21