aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-191-2/+6
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-191-0/+5
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-191-0/+4
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-2/+20
* BasicBlock::getContext can no longer return a NULL so update the doc.Erick Tryzelaar2009-08-191-2/+1
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-191-3/+3
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-193-12/+32
* ExuberantAsm is no more.Chris Lattner2009-08-191-1/+1
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-4/+0
* Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.Erick Tryzelaar2009-08-191-1/+6
* Revert my last patch temporarily.Owen Anderson2009-08-191-3/+3
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-191-3/+3
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-191-12/+0
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-181-10/+49
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-182-9/+9
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-181-8/+2
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-181-4/+6
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-2/+16
* Make various changes suggested by Chris.David Greene2009-08-182-48/+8
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-1/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+22
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-183-2/+96
* Fixed spelling of MSP430.Misha Brukman2009-08-181-1/+1
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-182-6/+10
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-181-1/+1
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-181-0/+2
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-172-47/+0
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-171-0/+4
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-172-21/+27
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-5/+4
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-173-5/+5
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-1/+2
* Make a declaration consistent with its definition.Oscar Fuentes2009-08-171-1/+1
* Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar2009-08-161-0/+6
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-161-4/+5
* Add a getOffsetOf, for building a target-independent expression forDan Gohman2009-08-161-0/+5
* Replace RegScavenger::DistanceMap with a simpler local algorithm.Jakob Stoklund Olesen2009-08-161-0/+6
* Clean up the public interface of RegScavenger.Jakob Stoklund Olesen2009-08-161-25/+20
* Add more casts to the IRBuilder.Erick Tryzelaar2009-08-162-1/+52
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-151-12/+6
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-151-6/+12
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-151-12/+6
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-151-7/+29
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-151-5/+1
* Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher2009-08-141-0/+67
* Whitespace cleanup.Eric Christopher2009-08-142-18/+18
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-0/+17
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-141-2/+4
* Add doxygen comments.Owen Anderson2009-08-141-0/+8
* Revert r78424.Argyrios Kyrtzidis2009-08-141-7/+4