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