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
*
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
1
-1
/
+1
*
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-26
1
-1
/
+1
*
Remove extra header.
Eric Christopher
2010-08-18
1
-1
/
+0
*
Make sure ARM constant island pass does not break up an IT block. If the spli...
Evan Cheng
2010-08-12
1
-3
/
+20
*
Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...
Evan Cheng
2010-08-09
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Revert 109076. It is wrong and was causing regressions. Add some
Dale Johannesen
2010-07-23
1
-18
/
+48
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
1
-2
/
+2
*
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-22
1
-2
/
+10
*
grammar
Jim Grosbach
2010-07-07
1
-1
/
+1
*
Handle cases where the post-RA scheduler may move instructions between the
Jim Grosbach
2010-07-07
1
-6
/
+21
*
grammar and trailing whitespace
Jim Grosbach
2010-07-07
1
-6
/
+6
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
1
-6
/
+6
*
early exit for dbg_value instructions
Jim Grosbach
2010-06-21
1
-0
/
+2
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-1
/
+2
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-11
/
+8
*
Change ARM ld/st multiple instructions to have variant instructions for
Bob Wilson
2010-03-13
1
-4
/
+3
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-1
/
+1
*
eliminate the ARMFunctionInfo::Align member, using
Chris Lattner
2010-01-27
1
-5
/
+5
*
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2010-01-25
1
-0
/
+4
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-11
/
+11
*
The verify() call of CPEIsInRange() isn't right for the assertion check of
Jim Grosbach
2009-11-20
1
-2
/
+5
*
Remove verifySizes() since it's not adding much value.
Jim Grosbach
2009-11-20
1
-36
/
+0
*
When placing constant islands and adjusting for alignment padding, inline
Jim Grosbach
2009-11-19
1
-7
/
+66
*
fix typo
Jim Grosbach
2009-11-19
1
-1
/
+1
*
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
1
-1
/
+1
*
When moving a block for table jumps, make sure the prior block terminator
Jim Grosbach
2009-11-17
1
-7
/
+9
*
Simplify thumb2 jump table adjustments. Remove unnecessary calculation and
Jim Grosbach
2009-11-16
1
-58
/
+14
*
clarify comment
Jim Grosbach
2009-11-16
1
-2
/
+2
*
back off for a bit. tracking down weirdness
Jim Grosbach
2009-11-16
1
-1
/
+1
*
Analyze has to be before checking the condition, obviously. Properly construc...
Jim Grosbach
2009-11-16
1
-6
/
+8
*
cleanup.
Jim Grosbach
2009-11-14
1
-3
/
+1
*
Cleanup flow, and only update the jump table we're analyzing when replacing a...
Jim Grosbach
2009-11-14
1
-9
/
+11
*
Block renumbering
Jim Grosbach
2009-11-13
1
-3
/
+1
*
Update TB[BH] layout optimization. Add support for moving the target block
Jim Grosbach
2009-11-12
1
-33
/
+115
*
Revert 86857. It's causing consumer-typeset to fail, and there's a better way...
Jim Grosbach
2009-11-12
1
-7
/
+4
*
Do jump table adjustment before constant island allocation
Jim Grosbach
2009-11-11
1
-4
/
+7
*
The TBB and TBH instructions for Thumb2 are really handy for jump tables, but
Jim Grosbach
2009-11-11
1
-3
/
+96
*
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-09
1
-2
/
+2
*
Use cbz and cbnz instructions.
Evan Cheng
2009-10-31
1
-11
/
+53
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Fix a potential performance problem in placing ARM constant pools.
Bob Wilson
2009-10-15
1
-29
/
+67
*
Be smarter about reusing constant pool entries.
Bob Wilson
2009-10-15
1
-4
/
+17
*
Fix another problem with ARM constant pools. Radar 7303551.
Bob Wilson
2009-10-15
1
-7
/
+5
*
Fix regression introduced by r83894.
Bob Wilson
2009-10-13
1
-1
/
+2
*
Delete a comment that makes no sense to me. The statement that moving a CPE
Bob Wilson
2009-10-12
1
-2
/
+1
*
Change CreateNewWater method to return NewMBB by reference.
Bob Wilson
2009-10-12
1
-8
/
+8
[next]