aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary mutable.Dan Gohman2009-08-111-1/+1
* Regenerate per request of Gabor Greif (r78628)Shantonu Sen2009-08-111-0/+3
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-111-4/+4
* Remove dead metadata.Devang Patel2009-08-111-1/+1
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-111-13/+3
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-90/+44
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-111-2/+4
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-114-8/+23
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-115-8/+69
* Modified VNInfo. The "copy" member is now a union which holds the copy for a ...Lang Hames2009-08-101-15/+36
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-1011-423/+423
* Align comments.Devang Patel2009-08-101-1/+1
* Keep track of DIType.Devang Patel2009-08-101-1/+8
* llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to callDaniel Dunbar2009-08-101-4/+15
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-101-2/+2
* SimpleValueType-ify a few more methods on TargetLowering.Owen Anderson2009-08-101-31/+29
* Continue the SimpleValueType-ification.Owen Anderson2009-08-101-4/+2
* Convert comments to C90-style so llvm-c can import DataTypes.h.Erick Tryzelaar2009-08-102-55/+61
* We are not using FoldingSet for metadata uniquing anymore.Devang Patel2009-08-101-10/+1
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-7/+8
* llvm-mc/AsmMatcher: Change assembler parser match classes to their own recordDaniel Dunbar2009-08-101-7/+27
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-102-2/+6
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-102-153/+175
* Add support for printing loop structure information in asm comments.David Greene2009-08-102-0/+62
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-102-4/+11
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-101-8/+14
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-102-15/+165
* add a simple back() method to StringRef.Chris Lattner2009-08-101-0/+5
* Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics toBob Wilson2009-08-091-9/+34
* Extend comment on ParserMatchClass .td field, and add some missingDaniel Dunbar2009-08-091-0/+5
* llvm-mc/AsmParser: Define match classes in the .td file.Daniel Dunbar2009-08-091-0/+11
* STLExtras: Add less_ptr.Daniel Dunbar2009-08-091-0/+7
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-082-19/+48
* 1. Make MCSection an abstract class.Chris Lattner2009-08-083-34/+16
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-081-4/+4
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-081-1/+27
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-082-3/+17
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-081-13/+4
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-081-6/+17
* Fix some cut and paste-os.Eric Christopher2009-08-081-3/+3
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-082-2/+2
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-083-0/+29
* Define intrinsics for crc instruction.Eric Christopher2009-08-081-0/+20
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-13/+35
* ELF improvements:Bruno Cardoso Lopes2009-08-081-0/+20
* Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...Jakob Stoklund Olesen2009-08-081-3/+0
* Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen2009-08-081-1/+7
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-071-0/+18
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-7/+19
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-072-27/+0