index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMConstantIslandPass.cpp
Age
Commit message (
Expand
)
Author
2011-12-07
Eliminate delta argument from AdjustBBOffsetsAfter.
Jakob Stoklund Olesen
2011-12-07
Compute some alignment information for each basic block.
Jakob Stoklund Olesen
2011-12-07
Move common expression into a method.
Jakob Stoklund Olesen
2011-12-07
Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.
Jakob Stoklund Olesen
2011-12-06
Revert r145971: "Use conservative size estimate for tBR_JTr."
Jakob Stoklund Olesen
2011-12-06
Use conservative size estimate for tBR_JTr.
Jakob Stoklund Olesen
2011-12-06
Remove alignment from deserted constant islands.
Jakob Stoklund Olesen
2011-12-06
Align ARM constant pool islands via their basic block.
Jakob Stoklund Olesen
2011-12-06
Use an existing function.
Jakob Stoklund Olesen
2011-09-12
There's no need to add additional predicate operands when converting a tB to ...
Owen Anderson
2011-09-09
Fix buildbot breakage caused by r139415. I missed one instance of a manually...
Owen Anderson
2011-09-09
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-18
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-08
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-04-01
Avoid de-referencing pass beginning of a basic block. No small test case poss...
Evan Cheng
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-08
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
Temporary workaround for a bad bug introduced by r121082 which replaced
Evan Cheng
2011-01-30
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-17
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2010-12-21
Comment cleanups.
Bill Wendling
2010-12-18
RemoveUnusedCPEntries can change things. Track it.
Bill Wendling
2010-12-15
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-13
Revert r121721, which broke buildbots.
Owen Anderson
2010-12-13
Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...
Owen Anderson
2010-12-07
Refactor the ARM CMPz* patterns to just use the normal CMP instructions when
Jim Grosbach
2010-12-07
Second attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
2010-11-29
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-10-26
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-08-18
Remove extra header.
Eric Christopher
2010-08-12
Make sure ARM constant island pass does not break up an IT block. If the spli...
Evan Cheng
2010-08-09
Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...
Evan Cheng
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-23
Revert 109076. It is wrong and was causing regressions. Add some
Dale Johannesen
2010-07-22
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-07
grammar
Jim Grosbach
2010-07-07
Handle cases where the post-RA scheduler may move instructions between the
Jim Grosbach
2010-07-07
grammar and trailing whitespace
Jim Grosbach
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-21
early exit for dbg_value instructions
Jim Grosbach
2010-06-02
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-03-13
Change ARM ld/st multiple instructions to have variant instructions for
Bob Wilson
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-27
eliminate the ARMFunctionInfo::Align member, using
Chris Lattner
[prev]
[next]