index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMConstantIslandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-4
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[ARM] Fix a bug in constant island pass that was triggering an assertion.
Akira Hatanaka
2015-01-08
1
-1
/
+1
*
[ARMConstantIsland] Insert tbb/tbh optimization where previous jump table res...
Chad Rosier
2014-12-12
1
-1
/
+3
*
ARM: allow constpool entry to be moved to the user's block in all cases.
Tim Northover
2014-11-13
1
-1
/
+7
*
ARM: avoid duplicating branches during constant islands.
Tim Northover
2014-11-13
1
-6
/
+10
*
ARM: Fix a bug which was causing convergence failure in constant-island pass.
Akira Hatanaka
2014-10-17
1
-1
/
+6
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-3
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-13
/
+12
*
ARM: Fix crash in ARM backend inside of ARMConstantIslandPass
David Majnemer
2013-06-04
1
-0
/
+1
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Radar numbers don't belong in source code.
Evan Cheng
2013-02-21
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-3
/
+2
*
Fix the naming of ensureAlignment. Per the coding standard function names
Chad Rosier
2012-07-06
1
-3
/
+3
*
Fix address calculation error from r155744.
Jakob Stoklund Olesen
2012-04-30
1
-1
/
+6
*
Fix a problem with blocks that need to be split twice.
Jakob Stoklund Olesen
2012-04-28
1
-3
/
+5
*
Track worst case alignment padding more accurately.
Jakob Stoklund Olesen
2012-04-27
1
-42
/
+13
*
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+5
*
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+16
*
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
1
-0
/
+4
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-3
/
+3
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
1
-3
/
+2
*
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-03-23
1
-156
/
+158
*
Refactor loop for better readability.
Jim Grosbach
2012-01-31
1
-3
/
+2
*
Add explanatory comment.
Jim Grosbach
2012-01-31
1
-0
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
1
-0
/
+5
*
Consider unknown alignment caused by OptimizeThumb2Instructions().
Jakob Stoklund Olesen
2012-01-10
1
-4
/
+25
*
Accurately model hardware alignment rounding.
Jakob Stoklund Olesen
2012-01-10
1
-21
/
+56
*
Catch runaway ARMConstantIslandPass even in -Asserts builds.
Jakob Stoklund Olesen
2012-01-09
1
-2
/
+2
*
Abort AdjustBBOffsetsAfter early when possible.
Jakob Stoklund Olesen
2012-01-06
1
-2
/
+10
*
Fix off-by-one error in bucket sort.
Jakob Stoklund Olesen
2011-12-16
1
-1
/
+1
*
Don't adjust for alignment padding in OffsetIsInRange.
Jakob Stoklund Olesen
2011-12-16
1
-16
/
+1
*
Note ARM constant island alignment in the release notes.
Jakob Stoklund Olesen
2011-12-16
1
-0
/
+1
*
Enable proper constant island alignment by default.
Jakob Stoklund Olesen
2011-12-15
1
-1
/
+1
*
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
1
-104
/
+117
*
Fix speling and 80-col.
Jakob Stoklund Olesen
2011-12-14
1
-4
/
+3
*
Account for CPE alignment when searching for new water.
Jakob Stoklund Olesen
2011-12-13
1
-31
/
+51
*
Add a postOffset() alignment argument.
Jakob Stoklund Olesen
2011-12-12
1
-14
/
+15
*
Fix typo.
Jakob Stoklund Olesen
2011-12-12
1
-1
/
+1
*
Also set the proper alignment on inner islands and the function itself.
Jakob Stoklund Olesen
2011-12-12
1
-15
/
+29
*
Make MF a class member instead of passing it around everywhere.
Jakob Stoklund Olesen
2011-12-12
1
-81
/
+77
[prev]
[next]