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
...
*
Add a -arm-align-constant-islands flag, default off.
Jakob Stoklund Olesen
2011-12-12
1
-9
/
+35
*
Try to align the point where a large basic block is split.
Jakob Stoklund Olesen
2011-12-10
1
-11
/
+50
*
More debug output formatting.
Jakob Stoklund Olesen
2011-12-10
1
-9
/
+20
*
User a helper overload for a common pattern.
Jakob Stoklund Olesen
2011-12-09
1
-8
/
+11
*
Tweak debugging output.
Jakob Stoklund Olesen
2011-12-09
1
-20
/
+28
*
Drop the HasInlineAsm flag.
Jakob Stoklund Olesen
2011-12-08
1
-8
/
+2
*
Simplify offset verification.
Jakob Stoklund Olesen
2011-12-08
1
-9
/
+4
*
Don't include alignment padding in BBInfo.Size.
Jakob Stoklund Olesen
2011-12-08
1
-145
/
+86
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-4
/
+4
*
Eliminate delta argument from AdjustBBOffsetsAfter.
Jakob Stoklund Olesen
2011-12-07
1
-24
/
+15
*
Compute some alignment information for each basic block.
Jakob Stoklund Olesen
2011-12-07
1
-14
/
+48
*
Move common expression into a method.
Jakob Stoklund Olesen
2011-12-07
1
-10
/
+10
*
Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.
Jakob Stoklund Olesen
2011-12-07
1
-74
/
+78
*
Revert r145971: "Use conservative size estimate for tBR_JTr."
Jakob Stoklund Olesen
2011-12-06
1
-1
/
+23
*
Use conservative size estimate for tBR_JTr.
Jakob Stoklund Olesen
2011-12-06
1
-23
/
+1
*
Remove alignment from deserted constant islands.
Jakob Stoklund Olesen
2011-12-06
1
-0
/
+3
*
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-06
1
-0
/
+6
*
Use an existing function.
Jakob Stoklund Olesen
2011-12-06
1
-10
/
+1
*
There's no need to add additional predicate operands when converting a tB to ...
Owen Anderson
2011-09-12
1
-2
/
+0
*
Fix buildbot breakage caused by r139415. I missed one instance of a manually...
Owen Anderson
2011-09-09
1
-1
/
+5
*
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-09-09
1
-3
/
+12
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-1
/
+1
*
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-18
1
-0
/
+2
*
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-07-08
1
-1
/
+4
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-6
/
+6
*
Avoid de-referencing pass beginning of a basic block. No small test case poss...
Evan Cheng
2011-04-01
1
-18
/
+21
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
1
-1
/
+1
*
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
1
-19
/
+1
*
Temporary workaround for a bad bug introduced by r121082 which replaced
Evan Cheng
2011-02-08
1
-0
/
+14
*
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-30
1
-0
/
+8
*
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-17
1
-2
/
+2
*
Comment cleanups.
Bill Wendling
2010-12-21
1
-2
/
+2
*
RemoveUnusedCPEntries can change things. Track it.
Bill Wendling
2010-12-18
1
-1
/
+1
*
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-15
1
-1
/
+0
*
Revert r121721, which broke buildbots.
Owen Anderson
2010-12-13
1
-5
/
+5
*
Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...
Owen Anderson
2010-12-13
1
-5
/
+5
*
Refactor the ARM CMPz* patterns to just use the normal CMP instructions when
Jim Grosbach
2010-12-07
1
-1
/
+1
*
Second attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
2010-12-07
1
-1
/
+5
*
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
[prev]
[next]