aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantIslandPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-251-3/+2
* ARM tidy up ARMConstantIsland.cpp.Jim Grosbach2012-03-231-156/+158
* Refactor loop for better readability.Jim Grosbach2012-01-311-3/+2
* Add explanatory comment.Jim Grosbach2012-01-311-0/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-141-0/+5
* Consider unknown alignment caused by OptimizeThumb2Instructions().Jakob Stoklund Olesen2012-01-101-4/+25
* Accurately model hardware alignment rounding.Jakob Stoklund Olesen2012-01-101-21/+56
* Catch runaway ARMConstantIslandPass even in -Asserts builds.Jakob Stoklund Olesen2012-01-091-2/+2
* Abort AdjustBBOffsetsAfter early when possible.Jakob Stoklund Olesen2012-01-061-2/+10
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-161-1/+1
* Don't adjust for alignment padding in OffsetIsInRange.Jakob Stoklund Olesen2011-12-161-16/+1
* Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen2011-12-161-0/+1
* Enable proper constant island alignment by default.Jakob Stoklund Olesen2011-12-151-1/+1
* Consider CPE alignment in CreateNewWater().Jakob Stoklund Olesen2011-12-141-104/+117
* Fix speling and 80-col.Jakob Stoklund Olesen2011-12-141-4/+3
* Account for CPE alignment when searching for new water.Jakob Stoklund Olesen2011-12-131-31/+51
* Add a postOffset() alignment argument.Jakob Stoklund Olesen2011-12-121-14/+15
* Fix typo.Jakob Stoklund Olesen2011-12-121-1/+1
* Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen2011-12-121-15/+29
* Make MF a class member instead of passing it around everywhere.Jakob Stoklund Olesen2011-12-121-81/+77
* Add a -arm-align-constant-islands flag, default off.Jakob Stoklund Olesen2011-12-121-9/+35
* Try to align the point where a large basic block is split.Jakob Stoklund Olesen2011-12-101-11/+50
* More debug output formatting.Jakob Stoklund Olesen2011-12-101-9/+20
* User a helper overload for a common pattern.Jakob Stoklund Olesen2011-12-091-8/+11
* Tweak debugging output.Jakob Stoklund Olesen2011-12-091-20/+28
* Drop the HasInlineAsm flag.Jakob Stoklund Olesen2011-12-081-8/+2
* Simplify offset verification.Jakob Stoklund Olesen2011-12-081-9/+4
* Don't include alignment padding in BBInfo.Size.Jakob Stoklund Olesen2011-12-081-145/+86
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-4/+4
* Eliminate delta argument from AdjustBBOffsetsAfter.Jakob Stoklund Olesen2011-12-071-24/+15
* Compute some alignment information for each basic block.Jakob Stoklund Olesen2011-12-071-14/+48
* Move common expression into a method.Jakob Stoklund Olesen2011-12-071-10/+10
* Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.Jakob Stoklund Olesen2011-12-071-74/+78
* Revert r145971: "Use conservative size estimate for tBR_JTr."Jakob Stoklund Olesen2011-12-061-1/+23
* Use conservative size estimate for tBR_JTr.Jakob Stoklund Olesen2011-12-061-23/+1
* Remove alignment from deserted constant islands.Jakob Stoklund Olesen2011-12-061-0/+3
* Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen2011-12-061-0/+6
* Use an existing function.Jakob Stoklund Olesen2011-12-061-10/+1
* There's no need to add additional predicate operands when converting a tB to ...Owen Anderson2011-09-121-2/+0
* Fix buildbot breakage caused by r139415. I missed one instance of a manually...Owen Anderson2011-09-091-1/+5
* Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson2011-09-091-3/+12
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-1/+1
* Re-apply r135319 with a fix for the constant island pass.Owen Anderson2011-07-181-0/+2
* Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach2011-07-081-1/+4
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-6/+6
* Avoid de-referencing pass beginning of a basic block. No small test case poss...Evan Cheng2011-04-011-18/+21
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-081-19/+1
* Temporary workaround for a bad bug introduced by r121082 which replacedEvan Cheng2011-02-081-0/+14