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
...
*
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
*
Remove another Darwin assembler workaround.
Evan Cheng
2009-08-12
1
-2
/
+0
*
Shrinkify Thumb2 load / store multiple instructions.
Evan Cheng
2009-08-11
1
-1
/
+2
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-1
/
+1
*
Cosmetic changes.
Evan Cheng
2009-08-11
1
-8
/
+8
*
Error out, rather than infinite looping, if constant island pass can't converge.
Evan Cheng
2009-08-07
1
-4
/
+12
*
tBfar is bl, which clobbers LR.
Evan Cheng
2009-08-07
1
-1
/
+2
*
Workaround a couple of Darwin assembler bugs.
Evan Cheng
2009-08-01
1
-23
/
+41
*
- Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset
Evan Cheng
2009-07-31
1
-6
/
+6
*
tbb / tbh instructions only branch forward, not backwards.
Evan Cheng
2009-07-29
1
-2
/
+4
*
Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...
Evan Cheng
2009-07-29
1
-38
/
+144
*
Change Thumb2 jumptable codegen to one that uses two level jumps:
Evan Cheng
2009-07-25
1
-8
/
+2
*
Disable my constant island pass optimization (to make use soimm more effectiv...
Evan Cheng
2009-07-24
1
-4
/
+2
*
Make sure thumb2 jumptable entries are aligned.
Evan Cheng
2009-07-24
1
-4
/
+5
*
Fix up ARM constant island pass for Thumb2.
Evan Cheng
2009-07-23
1
-125
/
+129
*
Fixing cp island pass. Step 1: Determine whether the constant pool offset can be
Evan Cheng
2009-07-21
1
-18
/
+23
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-1
/
+2
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
1
-0
/
+2
*
80 col violation.
Evan Cheng
2009-07-07
1
-2
/
+2
*
Add a new addressing mode for NEON load/store instructions.
Bob Wilson
2009-07-01
1
-0
/
+1
*
Improve Thumb-2 jump table support.
David Goodwin
2009-06-30
1
-1
/
+5
*
Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.
David Goodwin
2009-06-30
1
-6
/
+30
*
Implement Thumb2 ldr.
Evan Cheng
2009-06-29
1
-4
/
+7
*
Fix up a few minor typos in comments.
Bob Wilson
2009-05-12
1
-7
/
+7
*
Fix 80-col violations and remove trailing whitespace. No functional changes.
Bob Wilson
2009-05-12
1
-69
/
+71
[prev]
[next]