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
2009-02-13
Remove refs to non-DebugLoc versions of BuildMI from ARM.
Dale Johannesen
2009-01-28
Suppress a compile time warning.
Evan Cheng
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-11-08
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-13
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-04-16
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-05
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-07-12
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-11
Fix hang compiling TimberWolf (allow for islands
Dale Johannesen
2007-07-10
Didn't mean the last commit. Revert.
Evan Cheng
2007-07-10
Update.
Evan Cheng
2007-07-05
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-05-16
Fix comment.
Evan Cheng
2007-05-15
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-29
Rewrite of Thumb constant islands handling (exact allowance for padding
Dale Johannesen
2007-04-27
Doh. ARM::LEApcrel is a single instruction MI.
Evan Cheng
2007-04-27
Special handling of LEApcrel and tLEApcrel.
Evan Cheng
2007-04-23
Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining
Dale Johannesen
2007-04-03
Remove unused constant pool entries.
Evan Cheng
2007-04-02
fix off by 1 error in displacement computation
Dale Johannesen
2007-03-01
- Track which callee-saved registers are spilled.
Evan Cheng
2007-02-28
Changes requested in review of last pass. Also pulled isThumb into a
Dale Johannesen
2007-02-28
Add intelligence about where to break large blocks.
Dale Johannesen
2007-02-25
cosmetic changes from review of last patch. obvious
Dale Johannesen
2007-02-25
remove crediting of Evan Cheng and me.
Dale Johannesen
2007-02-25
Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this
Dale Johannesen
2007-02-23
rewrite of constant islands
Dale Johannesen
2007-02-09
These vectors are frequently large. Use std::vector instead.
Evan Cheng
2007-02-09
Add reference counting to constantpool entries. Delete the unused ones.
Evan Cheng
2007-02-03
- Branch max. displacement calculation bug.
Evan Cheng
2007-02-02
Use MBB.empty() instead of MBB.size() for speed.
Evan Cheng
2007-02-02
Watch out for empty BB.
Evan Cheng
2007-02-01
Pasto. Lots of it.
Evan Cheng
2007-02-01
- Off by one bugs in maximum displacement calculation / testing.
Evan Cheng
2007-02-01
Pessmistically assume the .align 2 before the first constpool entry adds
Evan Cheng
2007-01-31
Handle an interesting corner case: the constpool_entry being reference is two
Evan Cheng
2007-01-31
When determining whether a pc relative branch / load displacement fits in the
Evan Cheng
2007-01-31
Some comments.
Evan Cheng
[next]