summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-11
* Remove dead metadata.Devang Patel2009-08-11
* Rebuild RegScavenger::DistanceMap each time it is needed.Jakob Stoklund Olesen2009-08-11
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-11
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Modified VNInfo. The "copy" member is now a union which holds the copy for a ...Lang Hames2009-08-10
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Align comments.Devang Patel2009-08-10
* Keep track of DIType.Devang Patel2009-08-10
* llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to callDaniel Dunbar2009-08-10
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-10
* SimpleValueType-ify a few more methods on TargetLowering.Owen Anderson2009-08-10
* Continue the SimpleValueType-ification.Owen Anderson2009-08-10
* Convert comments to C90-style so llvm-c can import DataTypes.h.Erick Tryzelaar2009-08-10
* We are not using FoldingSet for metadata uniquing anymore.Devang Patel2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* llvm-mc/AsmMatcher: Change assembler parser match classes to their own recordDaniel Dunbar2009-08-10
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-10
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Add support for printing loop structure information in asm comments.David Greene2009-08-10
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-10
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* add a simple back() method to StringRef.Chris Lattner2009-08-10
* Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics toBob Wilson2009-08-09
* Extend comment on ParserMatchClass .td field, and add some missingDaniel Dunbar2009-08-09
* llvm-mc/AsmParser: Define match classes in the .td file.Daniel Dunbar2009-08-09
* STLExtras: Add less_ptr.Daniel Dunbar2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-08
* Fix some cut and paste-os.Eric Christopher2009-08-08
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-08
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-08
* Define intrinsics for crc instruction.Eric Christopher2009-08-08
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* ELF improvements:Bruno Cardoso Lopes2009-08-08
* Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...Jakob Stoklund Olesen2009-08-08
* Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen2009-08-08
* Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling theseBob Wilson2009-08-07
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-07
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-07
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-07
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argyrios Kyrtzidis2009-08-07