aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-257-48/+18
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-241-12/+17
* Resubmit an earlier patch of mine:Gabor Greif2009-08-247-18/+48
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-241-0/+32
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+8
* Add StringRef based APIs to BitstreamWriter.Daniel Dunbar2009-08-241-4/+18
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-241-0/+5
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-6/+22
* Add missing include (for MSVC).Daniel Dunbar2009-08-241-0/+1
* remove the last *stream> #include from a public header.Chris Lattner2009-08-241-1/+0
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-242-19/+42
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-9/+1
* remove a few dead insertion methods.Chris Lattner2009-08-244-15/+0
* Remove alloca config.h support.Daniel Dunbar2009-08-242-30/+0
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-241-49/+0
* remove the dead std::ostream APInt inserterChris Lattner2009-08-231-5/+2
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-235-49/+20
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-231-91/+0
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-231-4/+3
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-13/+5
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-34/+27
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-0/+2
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-2/+2
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-9/+0
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-233-52/+19
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-20/+5
* remove a few DOUTs here and there.Chris Lattner2009-08-231-2/+2
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-2316-40/+19
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-236-48/+20
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-232-8/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-233-13/+6
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-233-26/+4
* remove various std::ostream version of printing methods fromChris Lattner2009-08-232-21/+0
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-233-6/+3
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-10/+23
* This was supposed to go with r79803Chris Lattner2009-08-231-0/+1
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-232-5/+4
* remove some dead print method variants.Chris Lattner2009-08-232-9/+0
* remove dead PrefixPrinter class.Chris Lattner2009-08-233-79/+11
* remove a dead class.Chris Lattner2009-08-231-32/+0
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-221-5/+0
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-221-0/+4
* fix a build error on the clang-i686-linux tester.Chris Lattner2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-228-16/+16
* mcasminfo doesn't use std::stringChris Lattner2009-08-221-1/+0
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-222-4/+4
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-226-586/+580
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-2218-51/+57
* Record variable debug info at ISel time directly.Devang Patel2009-08-223-13/+2
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-222-4/+14