summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* 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
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel 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
* Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar2009-08-16
* 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
* Replace RegScavenger::DistanceMap with a simpler local algorithm.Jakob Stoklund Olesen2009-08-16
* Clean up the public interface of RegScavenger.Jakob Stoklund Olesen2009-08-16
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-16
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Add more casts to the IRBuilder.Erick Tryzelaar2009-08-16
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15