summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix a typo. No functional change.Craig Topper2012-09-18
* Let NULL slip through again.Andrew Trick2012-09-18
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick2012-09-18
* Mark unimplemented operator new as LLVM_DELETED_FUNCTION.Craig Topper2012-09-18
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-18
* Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith2012-09-17
* llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...NAKAMURA Takumi2012-09-17
* Don't use NULL as a fake keywordAndrew Trick2012-09-17
* InitMCProcessorAndrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick2012-09-17
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-17
* Add a MachinePostDominator passTom Stellard2012-09-17
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper2012-09-17
* Add include of Compiler.h to fix build bot failures.Craig Topper2012-09-16
* Add includes of Compiler.h to fix build bot failures.Craig Topper2012-09-16
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-16
* Add explicit virtual keywords for methods that override base class.Craig Topper2012-09-16
* Guard fields by NDEBUG until they get used in the release build.Andrew Trick2012-09-16
* Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper2012-09-16
* Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen2012-09-16
* Tidy up trailing whitespace.Craig Topper2012-09-16
* Remove unneeded header.Craig Topper2012-09-16
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-15
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-15
* Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen2012-09-15
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-14
* Some small reorganization to get read for Attributes overhaul.Bill Wendling2012-09-14
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-14
* Stylistic and 80-col fixesEvan Cheng2012-09-14
* comment typoAndrew Trick2012-09-14
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-14
* whitespaceAndrew Trick2012-09-14
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-14
* Add in comments that explain what the indexing and the size of the arrays is ...Micah Villmow2012-09-14