summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Fix a comment.Bob Wilson2009-08-21
* Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-20
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-20
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* Various comment and whitespace cleanups.Dan Gohman2009-08-20
* Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPEErick Tryzelaar2009-08-20
* Add some comments clarifying what appear to be the intent of variousDan Gohman2009-08-20