summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* 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
* 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
* Fixed spelling of MSP430.Misha Brukman2009-08-18
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-18
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-18
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-17
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* Make a declaration consistent with its definition.Oscar Fuentes2009-08-17
* Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar2009-08-16
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Add a getOffsetOf, for building a target-independent expression forDan Gohman2009-08-16