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
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-25
ARM: update peephole optimization.
Manman Ren
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-18
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-18
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-15
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
ARM: optimization for sub+abs.
Manman Ren
2012-06-15
Preserve <undef> flags in ARMExpandPseudo.
Jakob Stoklund Olesen
2012-06-14
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
Cleanup whitespace.
Jush Lu
2012-06-12
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-11
Re-enable the CMN instruction.
Bill Wendling
2012-06-07
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
ARM itinerary properties.
Andrew Trick
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
Revert commit r157966
Joel Jones
2012-06-04
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
[arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0
Chad Rosier
2012-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
ARM: support struct byval in llvm
Manman Ren
2012-05-30
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-24
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
Mark a static array as const.
Craig Topper
2012-05-24
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-22
ARMDisassembler.cpp: Fix utf8 char in comments.
NAKAMURA Takumi
2012-05-21
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-21
Thumb2: RSB source register should be rGRP not GPRnopc.
Jim Grosbach
[prev]
[next]