summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar2009-08-19
* Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar2009-08-19
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-19
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-19
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-19
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-19
* BasicBlock::getContext can no longer return a NULL so update the doc.Erick Tryzelaar2009-08-19
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-19
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-19
* Expose some extra functions to llvm-cErick Tryzelaar2009-08-19
* ExuberantAsm is no more.Chris Lattner2009-08-19
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.Erick Tryzelaar2009-08-19
* Revert my last patch temporarily.Owen Anderson2009-08-19
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-19
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-19
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-18
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-18
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Make various changes suggested by Chris.David Greene2009-08-18
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-18
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-18
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-18