summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantIslandPass.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* ARM: Fix crash in ARM backend inside of ARMConstantIslandPassDavid Majnemer2013-06-04
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Radar numbers don't belong in source code.Evan Cheng2013-02-21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Fix the naming of ensureAlignment. Per the coding standard function namesChad Rosier2012-07-06
* Fix address calculation error from r155744.Jakob Stoklund Olesen2012-04-30
* Fix a problem with blocks that need to be split twice.Jakob Stoklund Olesen2012-04-28
* Track worst case alignment padding more accurately.Jakob Stoklund Olesen2012-04-27
* Add a 2 byte safety margin in offset computations.Jakob Stoklund Olesen2012-03-31
* Add more debugging output to ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-31
* Invalidate liveness in ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-29
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* ARM tidy up ARMConstantIsland.cpp.Jim Grosbach2012-03-23
* Refactor loop for better readability.Jim Grosbach2012-01-31
* Add explanatory comment.Jim Grosbach2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-14
* Consider unknown alignment caused by OptimizeThumb2Instructions().Jakob Stoklund Olesen2012-01-10
* Accurately model hardware alignment rounding.Jakob Stoklund Olesen2012-01-10
* Catch runaway ARMConstantIslandPass even in -Asserts builds.Jakob Stoklund Olesen2012-01-09
* Abort AdjustBBOffsetsAfter early when possible.Jakob Stoklund Olesen2012-01-06
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-16
* Don't adjust for alignment padding in OffsetIsInRange.Jakob Stoklund Olesen2011-12-16
* Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen2011-12-16
* Enable proper constant island alignment by default.Jakob Stoklund Olesen2011-12-15
* Consider CPE alignment in CreateNewWater().Jakob Stoklund Olesen2011-12-14
* Fix speling and 80-col.Jakob Stoklund Olesen2011-12-14
* Account for CPE alignment when searching for new water.Jakob Stoklund Olesen2011-12-13
* Add a postOffset() alignment argument.Jakob Stoklund Olesen2011-12-12
* Fix typo.Jakob Stoklund Olesen2011-12-12
* Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen2011-12-12
* Make MF a class member instead of passing it around everywhere.Jakob Stoklund Olesen2011-12-12
* Add a -arm-align-constant-islands flag, default off.Jakob Stoklund Olesen2011-12-12
* Try to align the point where a large basic block is split.Jakob Stoklund Olesen2011-12-10
* More debug output formatting.Jakob Stoklund Olesen2011-12-10
* User a helper overload for a common pattern.Jakob Stoklund Olesen2011-12-09
* Tweak debugging output.Jakob Stoklund Olesen2011-12-09
* Drop the HasInlineAsm flag.Jakob Stoklund Olesen2011-12-08
* Simplify offset verification.Jakob Stoklund Olesen2011-12-08
* Don't include alignment padding in BBInfo.Size.Jakob Stoklund Olesen2011-12-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Eliminate delta argument from AdjustBBOffsetsAfter.Jakob Stoklund Olesen2011-12-07