index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMConstantIslandPass.cpp
Age
Commit message (
Expand
)
Author
2012-03-31
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-25
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-23
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-01-31
Refactor loop for better readability.
Jim Grosbach
2012-01-31
Add explanatory comment.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-14
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-10
Consider unknown alignment caused by OptimizeThumb2Instructions().
Jakob Stoklund Olesen
2012-01-10
Accurately model hardware alignment rounding.
Jakob Stoklund Olesen
2012-01-09
Catch runaway ARMConstantIslandPass even in -Asserts builds.
Jakob Stoklund Olesen
2012-01-06
Abort AdjustBBOffsetsAfter early when possible.
Jakob Stoklund Olesen
2011-12-16
Fix off-by-one error in bucket sort.
Jakob Stoklund Olesen
2011-12-16
Don't adjust for alignment padding in OffsetIsInRange.
Jakob Stoklund Olesen
2011-12-16
Note ARM constant island alignment in the release notes.
Jakob Stoklund Olesen
2011-12-15
Enable proper constant island alignment by default.
Jakob Stoklund Olesen
2011-12-14
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
Fix speling and 80-col.
Jakob Stoklund Olesen
2011-12-13
Account for CPE alignment when searching for new water.
Jakob Stoklund Olesen
2011-12-12
Add a postOffset() alignment argument.
Jakob Stoklund Olesen
2011-12-12
Fix typo.
Jakob Stoklund Olesen
2011-12-12
Also set the proper alignment on inner islands and the function itself.
Jakob Stoklund Olesen
2011-12-12
Make MF a class member instead of passing it around everywhere.
Jakob Stoklund Olesen
2011-12-12
Add a -arm-align-constant-islands flag, default off.
Jakob Stoklund Olesen
2011-12-10
Try to align the point where a large basic block is split.
Jakob Stoklund Olesen
2011-12-10
More debug output formatting.
Jakob Stoklund Olesen
2011-12-09
User a helper overload for a common pattern.
Jakob Stoklund Olesen
2011-12-09
Tweak debugging output.
Jakob Stoklund Olesen
2011-12-08
Drop the HasInlineAsm flag.
Jakob Stoklund Olesen
2011-12-08
Simplify offset verification.
Jakob Stoklund Olesen
2011-12-08
Don't include alignment padding in BBInfo.Size.
Jakob Stoklund Olesen
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Eliminate delta argument from AdjustBBOffsetsAfter.
Jakob Stoklund Olesen
2011-12-07
Compute some alignment information for each basic block.
Jakob Stoklund Olesen
2011-12-07
Move common expression into a method.
Jakob Stoklund Olesen
2011-12-07
Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.
Jakob Stoklund Olesen
2011-12-06
Revert r145971: "Use conservative size estimate for tBR_JTr."
Jakob Stoklund Olesen
2011-12-06
Use conservative size estimate for tBR_JTr.
Jakob Stoklund Olesen
2011-12-06
Remove alignment from deserted constant islands.
Jakob Stoklund Olesen
2011-12-06
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-06
Use an existing function.
Jakob Stoklund Olesen
2011-09-12
There's no need to add additional predicate operands when converting a tB to ...
Owen Anderson
2011-09-09
Fix buildbot breakage caused by r139415. I missed one instance of a manually...
Owen Anderson
2011-09-09
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-18
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-08
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
[next]