summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Reword a few comments for AnalyzeBranch and InsertBranch, and fixDan Gohman2009-08-20
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-19
* Remove an unnecessary include. Now we won't have circular includeDavid Greene2009-08-19
* Switch IRBuilder to using Twine references for names.Daniel Dunbar2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing header.David Greene2009-08-19
* Add triple parsing support for TCE.Eli Friedman2009-08-19
* Unbreak GetBufferSize() on uninitialized streams. This fixes a problemDan Gohman2009-08-19