aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-17Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman
2012-09-17whitespaceMichael Ilseman
2012-09-17Fix PR13859Michael Liao
2012-09-17TableGen: Add initializer.Jim Grosbach
2012-09-17s/__llvm_gcov_flush/__gcov_flush/gBill Wendling
2012-09-17LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...Benjamin Kramer
2012-09-17NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer
2012-09-17Fix a few vars that can end up being used without initialization.Axel Naumann
2012-09-17Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga
2012-09-17Add a MachinePostDominator passTom Stellard
2012-09-17Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning
2012-09-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper
2012-09-17Fix typoMichael Liao
2012-09-16Add include of Compiler.h to fix build bot failures.Craig Topper
2012-09-16Add includes of Compiler.h to fix build bot failures.Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-09-16Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper
2012-09-16Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth
2012-09-16Add 'virtual' keywoards to output file for overridden functions.Craig Topper
2012-09-16Change unsigned to uint32_t to match base class declaration and other targets.Craig Topper
2012-09-16Fix bad comment. No functional change.Craig Topper
2012-09-16Add 'virtual' keywoards to output file for overridden functions.Craig Topper
2012-09-16Fix the testcase to work on all platforms.Nadav Rotem
2012-09-16Add explicit virtual keywords for methods that override base class.Craig Topper
2012-09-16The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem
2012-09-16Guard fields by NDEBUG until they get used in the release build.Andrew Trick
2012-09-16Tidy up formatting of some elses on a separate line from preceding bracing. N...Craig Topper
2012-09-16Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen
2012-09-16Fix problem when using LiveRangeQuery with block entries.Jakob Stoklund Olesen
2012-09-16Tidy up trailing whitespace.Craig Topper
2012-09-16Remove unneeded header.Craig Topper
2012-09-15Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko
2012-09-15Fix includes of llvm files that used angle brackets.Craig Topper
2012-09-15Fix a couple include directives that used angle brackets for llvm files.Craig Topper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Remove unused private fields to silence -Wunused-private-field.Craig Topper
2012-09-15Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-09-15Make LiveRangeQuery work for PHIDefs as well.Jakob Stoklund Olesen
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Disable new sroa now that all buildbots have tested it.Benjamin Kramer
2012-09-15X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth