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
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
Don't put IT instruction before conditional branches.
Evan Cheng
2009-07-11
Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...
Evan Cheng
2009-07-11
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
80 col violation.
Evan Cheng
2009-07-10
Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of
Bob Wilson
2009-07-10
Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr...
David Goodwin
2009-07-10
t2LDM_RET does not fall-through.
David Goodwin
2009-07-10
Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
Duncan Sands
2009-07-10
More info about Thumb1 predication support.
Evan Cheng
2009-07-10
We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th...
Evan Cheng
2009-07-10
Add a thumb2 pass to insert IT blocks.
Evan Cheng
2009-07-10
Move isPredicated from .cpp to .h
Evan Cheng
2009-07-10
80 col violation.
Evan Cheng
2009-07-10
Remove a bogus assertion.
Evan Cheng
2009-07-10
Replace TM.getRegisterInfo() calls by TRI instance variable.
Bob Wilson
2009-07-09
Handle 'a' modifier on inline assembly operands.
Bob Wilson
2009-07-09
Added Thumb IT instruction.
Evan Cheng
2009-07-09
Another todo entry.
Evan Cheng
2009-07-09
Initial support for load / store multiple opt pass Thumb2 support (post-alloc...
Evan Cheng
2009-07-09
Fix ldm / stm unified syntax; add t2LDM_RET.
Evan Cheng
2009-07-09
LDM_RET should be marked mayLoad.
Evan Cheng
2009-07-09
Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A...
Evan Cheng
2009-07-09
Add a Thumb readme entry.
Evan Cheng
2009-07-09
Correct comment.
Evan Cheng
2009-07-09
Handle Thumb-2 addressing modes during FP elimination.
David Goodwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
Reorg includes.
Evan Cheng
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
- Add some NEON ld / st instruction static encoding.
Evan Cheng
2009-07-08
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
Missed an exit during the conversion.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
Fix cmake build.
Xerxes Ranby
2009-07-08
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-08
Start breaking out common base functionality for register info.
David Goodwin
2009-07-08
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
Add a Thumb2 instruction flag to that indicates whether the instruction can b...
Evan Cheng
2009-07-08
Add a todo.
Evan Cheng
2009-07-07
Also statically set bit 25 for BR_JT instructions.
Evan Cheng
2009-07-07
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
Add BX and BXr9 encodings. Patch by Sean Callanan.
Evan Cheng
2009-07-07
Add Thumb2 pkhbt / pkhtb.
Evan Cheng
2009-07-07
Add some more Thumb2 multiplication instructions.
Evan Cheng
[next]