index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
3
-7
/
+21
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
2
-2
/
+13
*
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
2
-3
/
+1
*
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
1
-5
/
+9
*
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
1
-3
/
+1
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-1
/
+2
*
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-21
1
-0
/
+8
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-1
/
+1
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
1
-5
/
+3
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
2
-45
/
+2
*
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
1
-8
/
+42
*
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-18
4
-50
/
+46
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-18
1
-0
/
+31
*
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
2
-21
/
+31
*
ARM: optimization for sub+abs.
Manman Ren
2012-06-15
1
-11
/
+6
*
Preserve <undef> flags in ARMExpandPseudo.
Jakob Stoklund Olesen
2012-06-15
1
-5
/
+6
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
1
-1
/
+2
*
Cleanup whitespace.
Jush Lu
2012-06-14
1
-13
/
+12
*
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-12
1
-41
/
+57
*
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
5
-69
/
+144
*
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
1
-1
/
+2
*
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
1
-85
/
+112
*
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
1
-1
/
+4
*
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-07
1
-13
/
+19
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-2
/
+0
*
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
1
-2
/
+2
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
2
-10
/
+14
*
ARM itinerary properties.
Andrew Trick
2012-06-05
3
-22
/
+10
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-3
/
+4
*
Revert commit r157966
Joel Jones
2012-06-05
1
-24
/
+0
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
1
-0
/
+24
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
3
-7
/
+7
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-4
/
+2
*
[arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0
Chad Rosier
2012-06-01
1
-1
/
+1
*
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
3
-250
/
+275
*
ARM: support struct byval in llvm
Manman Ren
2012-06-01
3
-15
/
+279
*
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
1
-6
/
+9
*
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
1
-0
/
+36
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
3
-19
/
+21
*
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
1
-173
/
+219
*
Mark a static array as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-24
1
-14
/
+9
*
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
1
-7
/
+17
*
ARMDisassembler.cpp: Fix utf8 char in comments.
NAKAMURA Takumi
2012-05-22
1
-3
/
+3
*
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-21
1
-2
/
+5
*
Thumb2: RSB source register should be rGRP not GPRnopc.
Jim Grosbach
2012-05-21
1
-4
/
+4
*
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
1
-1
/
+1
*
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-20
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
3
-22
/
+40
*
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
3
-11
/
+54
[next]