aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add a MachinePostDominator passTom Stellard2012-09-172-0/+86
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-171-0/+85
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-1716-37/+39
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-1717-42/+44
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-177-32/+25
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-1712-28/+30
* Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper2012-09-171-1/+0
* Add include of Compiler.h to fix build bot failures.Craig Topper2012-09-161-0/+1
* Add includes of Compiler.h to fix build bot failures.Craig Topper2012-09-162-0/+2
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-161-38/+36
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-1618-48/+59
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-161-0/+16
* Add explicit virtual keywords for methods that override base class.Craig Topper2012-09-161-24/+25
* Guard fields by NDEBUG until they get used in the release build.Andrew Trick2012-09-161-2/+2
* Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper2012-09-161-5/+5
* Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen2012-09-161-1/+3
* Tidy up trailing whitespace.Craig Topper2012-09-161-32/+32
* Remove unneeded header.Craig Topper2012-09-161-1/+0
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-152-1/+4
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-152-2/+2
* Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen2012-09-151-0/+6
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-152-6/+6
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-151-1/+1
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-141-3/+4
* Some small reorganization to get read for Attributes overhaul.Bill Wendling2012-09-141-49/+50
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-141-23/+14
* Stylistic and 80-col fixesEvan Cheng2012-09-141-1/+1
* comment typoAndrew Trick2012-09-141-1/+1
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-143-0/+68
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-142-6/+162
* whitespaceAndrew Trick2012-09-141-2/+2
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-141-0/+22
* Add in comments that explain what the indexing and the size of the arrays is ...Micah Villmow2012-09-141-1/+10
* Fix Doxygen issues:Dmitri Gribenko2012-09-1419-62/+80
* Introduce a new SROA implementation.Chandler Carruth2012-09-142-0/+7
* misched: Generic tablegen classes for the new machine model.Andrew Trick2012-09-141-7/+291
* commentAndrew Trick2012-09-141-0/+3
* commentAndrew Trick2012-09-141-1/+1
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-131-0/+2
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-132-2/+2
* Fix some code which is invalid in C++11: an expression of enumeration typeRichard Smith2012-09-131-5/+5
* Fix documentation: parameter being documented was removed in r98220.Dmitri Gribenko2012-09-131-1/+0
* Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman2012-09-131-1/+2
* The current implementation does not allow more than 32 types to be properly h...Micah Villmow2012-09-131-4/+8
* Fix Doxygen issues:Dmitri Gribenko2012-09-1314-200/+197
* Fix a doxygen issue: these examples are supposed to be displayed preformatted.Dmitri Gribenko2012-09-131-43/+66
* Fix function name in comment.Craig Topper2012-09-131-1/+1
* Fix typo in comment.Nick Lewycky2012-09-131-1/+1
* Recommit, with fixes:Eric Christopher2012-09-122-1/+13
* Fix PR11985Michael Liao2012-09-123-5/+13