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
...
*
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
*
Last week, ARMConstantIslandPass was failing to converge for the
Bob Wilson
2009-10-12
1
-9
/
+9
*
Another minor clean-up.
Bob Wilson
2009-10-12
1
-5
/
+5
*
Remove redundant parameter.
Bob Wilson
2009-10-12
1
-8
/
+6
*
Use early exit to reduce indentation.
Bob Wilson
2009-10-12
1
-19
/
+20
*
Change to return a value by reference.
Bob Wilson
2009-10-12
1
-6
/
+6
*
Add a typedef for an iterator.
Bob Wilson
2009-10-12
1
-6
/
+8
*
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-10-01
1
-2
/
+4
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-12
/
+14
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-13
/
+16
*
Also shrink immediate branches; also more assembler workarounds.
Evan Cheng
2009-08-14
1
-7
/
+54
*
Shrink ADR and LDR from constantpool late during constantpool island pass.
Evan Cheng
2009-08-14
1
-11
/
+72
*
tPOP_RET now has predicate operands.
Evan Cheng
2009-08-13
1
-2
/
+2
[prev]
[next]