aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-071-0/+11
* Modifications to dyn_cast/cast to make them work for objects too, instead of ...Argiris Kirtzidis2009-08-071-4/+7
* fix comment pastosChris Lattner2009-08-071-2/+2
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-072-6/+12
* SIV/MIV classification for LDA.Andreas Bolka2009-08-071-0/+8
* Use std::string() instead of std::string("").Dan Gohman2009-08-071-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-2/+2
* Get rid of RegScavenger::backwards() before the bitrot spreads.Jakob Stoklund Olesen2009-08-061-8/+3
* Remove dead code.Devang Patel2009-08-061-6/+0
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-061-15/+23
* Reg Scavenging generalization (Thumb support):John Mosby2009-08-061-0/+4
* Fix comment.Devang Patel2009-08-061-2/+1
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-061-0/+10
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-052-6/+11
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-0/+6
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-052-2/+11
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-051-14/+0
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-4/+4
* Add an explicit keyword.Dan Gohman2009-08-051-1/+1
* Delete an obsolete sentance from a comment.Dan Gohman2009-08-051-2/+1
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-051-30/+13
* Add StringRef::endswithDaniel Dunbar2009-08-051-0/+5
* only point to dest labels if the graph has themAndrew Lenharth2009-08-051-2/+6
* Remove unused forward decls.Benjamin Kramer2009-08-052-24/+2