Age | Commit message (Expand) | Author |
2009-09-13 | Merge 81316 from mainline. | Tanya Lattner |
2009-09-04 | Merge 80872 from mainline. | Tanya Lattner |
2009-08-31 | Merge 79862 from mainline. | Tanya Lattner |
2009-08-31 | Merge from mainline. | Tanya Lattner |
2009-08-31 | Merge from mainline. | Tanya Lattner |
2009-08-22 | Add new intrinsics for Neon vldN_lane and vstN_lane operations. | Bob Wilson |
2009-08-21 | Make MSVC happy. | Daniel Dunbar |
2009-08-21 | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar |
2009-08-21 | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov |
2009-08-21 | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner |
2009-08-21 | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson |
2009-08-21 | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar |
2009-08-21 | Fix a comment. | Bob Wilson |
2009-08-21 | Fix build on platforms where stdint.h is not implicitly included in the stand... | Benjamin Kramer |
2009-08-21 | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar |
2009-08-21 | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson |
2009-08-20 | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson |
2009-08-20 | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson |
2009-08-20 | --- Reverse-merging r79555 into '.': | Bill Wendling |
2009-08-20 | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson |
2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
2009-08-20 | Various comment and whitespace cleanups. | Dan Gohman |
2009-08-20 | Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE | Erick Tryzelaar |
2009-08-20 | Add some comments clarifying what appear to be the intent of various | Dan Gohman |
2009-08-20 | Reword a few comments for AnalyzeBranch and InsertBranch, and fix | Dan Gohman |
2009-08-19 | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar |
2009-08-19 | Remove an unnecessary include. Now we won't have circular include | David Greene |
2009-08-19 | Switch IRBuilder to using Twine references for names. | Daniel Dunbar |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing header. | David Greene |
2009-08-19 | Add triple parsing support for TCE. | Eli Friedman |
2009-08-19 | Unbreak GetBufferSize() on uninitialized streams. This fixes a problem | Dan Gohman |
2009-08-19 | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar |
2009-08-19 | Add SmallString::str (which returns a StringRef); this is more efficient than | Daniel Dunbar |
2009-08-19 | Remove SmallString::append_*int* methods; how many copies of int -> str | Daniel Dunbar |
2009-08-19 | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar |
2009-08-19 | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman |
2009-08-19 | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar |
2009-08-19 | Add SmallVector::{capacity,set_size}. | Daniel Dunbar |
2009-08-19 | BasicBlock::getContext can no longer return a NULL so update the doc. | Erick Tryzelaar |
2009-08-19 | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson |
2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin |
2009-08-19 | Expose some extra functions to llvm-c | Erick Tryzelaar |
2009-08-19 | ExuberantAsm is no more. | Chris Lattner |
2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
2009-08-19 | Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. | Erick Tryzelaar |
2009-08-19 | Revert my last patch temporarily. | Owen Anderson |
2009-08-19 | Privatize part of the leak detector mechanism, which turned out to be heavily... | Owen Anderson |