summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typoMichael Liao2012-09-171-1/+1
* 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
* Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth2012-09-161-24/+29
* Add 'virtual' keywoards to output file for overridden functions.Craig Topper2012-09-161-5/+6
* Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper2012-09-162-2/+2
* Fix bad comment. No functional change.Craig Topper2012-09-161-1/+1
* Add 'virtual' keywoards to output file for overridden functions.Craig Topper2012-09-161-7/+7
* Fix the testcase to work on all platforms.Nadav Rotem2012-09-161-1/+1
* Add explicit virtual keywords for methods that override base class.Craig Topper2012-09-161-24/+25
* The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem2012-09-162-0/+46
* 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
* Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen2012-09-161-0/+478
* 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-153-5/+8
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-154-16/+16
* Fix a couple include directives that used angle brackets for llvm files.Craig Topper2012-09-152-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-1514-38/+41
* Remove unused private fields to silence -Wunused-private-field.Craig Topper2012-09-151-9/+6
* Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-09-151-1/+1
* 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-151-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-152-6/+6
* Disable new sroa now that all buildbots have tested it.Benjamin Kramer2012-09-151-1/+1
* X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer2012-09-152-0/+15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-154-15/+182
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-156-146/+52
* Revert r163878 as it breaks on targets with alternate register names. Such ta...Craig Topper2012-09-152-6/+4
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-152-2/+22
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-152-112/+64
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-152-0/+219
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-152-0/+512
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-153-137/+816
* cmake: Fix file path.Daniel Dunbar2012-09-141-1/+1
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-143-4/+39
* Some small reorganization to get read for Attributes overhaul.Bill Wendling2012-09-141-49/+50
* Remove comment.Bill Wendling2012-09-141-1/+1
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-142-94/+61
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-143-3/+82