| Commit message (Expand) | Author | Age | Files | Lines |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 6 | -586/+580 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 18 | -51/+57 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 3 | -13/+2 |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 2 | -4/+14 |
* | llvm-mc/Mach-O: Sketch symbol table support. | Daniel Dunbar | 2009-08-22 | 1 | -2/+56 |
* | llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer | Daniel Dunbar | 2009-08-22 | 1 | -10/+0 |
* | llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the | Daniel Dunbar | 2009-08-22 | 1 | -9/+8 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 2 | -17/+49 |
* | Change SmallString::operator{=,+=} to take a StringRef. | Daniel Dunbar | 2009-08-22 | 1 | -3/+3 |
* | Add new intrinsics for Neon vldN_lane and vstN_lane operations. | Bob Wilson | 2009-08-22 | 1 | -0/+32 |
* | Make MSVC happy. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 1 | -17/+11 |
* | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 1 | -0/+2 |
* | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 2 | -7/+18 |
* | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 1 | -1/+5 |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 1 | -10/+246 |
* | Fix a comment. | Bob Wilson | 2009-08-21 | 1 | -1/+1 |
* | Fix build on platforms where stdint.h is not implicitly included in the stand... | Benjamin Kramer | 2009-08-21 | 1 | -0/+1 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 1 | -0/+137 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 1 | -12/+0 |
* | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson | 2009-08-20 | 1 | -8/+13 |
* | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson | 2009-08-20 | 1 | -13/+8 |
* | --- Reverse-merging r79555 into '.': | Bill Wendling | 2009-08-20 | 1 | -8/+13 |
* | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson | 2009-08-20 | 1 | -13/+8 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 4 | -17/+17 |
* | Various comment and whitespace cleanups. | Dan Gohman | 2009-08-20 | 1 | -3/+2 |
* | Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE | Erick Tryzelaar | 2009-08-20 | 1 | -15/+15 |
* | Add some comments clarifying what appear to be the intent of various | Dan Gohman | 2009-08-20 | 1 | -2/+12 |
* | Reword a few comments for AnalyzeBranch and InsertBranch, and fix | Dan Gohman | 2009-08-20 | 1 | -14/+13 |
* | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar | 2009-08-19 | 1 | -0/+10 |
* | Remove an unnecessary include. Now we won't have circular include | David Greene | 2009-08-19 | 1 | -1/+2 |
* | Switch IRBuilder to using Twine references for names. | Daniel Dunbar | 2009-08-19 | 1 | -111/+118 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+2 |
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+2 |
* | Add missing header. | David Greene | 2009-08-19 | 1 | -0/+1 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+1 |
* | Unbreak GetBufferSize() on uninitialized streams. This fixes a problem | Dan Gohman | 2009-08-19 | 1 | -1/+1 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 1 | -8/+0 |
* | Add SmallString::str (which returns a StringRef); this is more efficient than | Daniel Dunbar | 2009-08-19 | 1 | -0/+3 |
* | Remove SmallString::append_*int* methods; how many copies of int -> str | Daniel Dunbar | 2009-08-19 | 1 | -41/+0 |
* | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar | 2009-08-19 | 1 | -2/+6 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 1 | -0/+5 |
* | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar | 2009-08-19 | 1 | -0/+4 |
* | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -2/+20 |
* | BasicBlock::getContext can no longer return a NULL so update the doc. | Erick Tryzelaar | 2009-08-19 | 1 | -2/+1 |
* | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin | 2009-08-19 | 3 | -12/+32 |
* | ExuberantAsm is no more. | Chris Lattner | 2009-08-19 | 1 | -1/+1 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -4/+0 |