summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* fix comment pastosChris Lattner2009-08-07
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* SIV/MIV classification for LDA.Andreas Bolka2009-08-07
* Use std::string() instead of std::string("").Dan Gohman2009-08-07
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Get rid of RegScavenger::backwards() before the bitrot spreads.Jakob Stoklund Olesen2009-08-06
* Remove dead code.Devang Patel2009-08-06
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-06
* Reg Scavenging generalization (Thumb support):John Mosby2009-08-06
* Fix comment.Devang Patel2009-08-06
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-05
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Add an explicit keyword.Dan Gohman2009-08-05
* Delete an obsolete sentance from a comment.Dan Gohman2009-08-05
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-05
* Add StringRef::endswithDaniel Dunbar2009-08-05
* only point to dest labels if the graph has themAndrew Lenharth2009-08-05
* Remove unused forward decls.Benjamin Kramer2009-08-05