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
*
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
*
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-17
1
-2
/
+1
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+3
*
Fix use of uninitialized variable.
David Blaikie
2012-05-14
1
-1
/
+1
*
[fast-isel] Add support for selecting @llvm.trap().
Chad Rosier
2012-05-11
1
-0
/
+4
*
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2012-05-11
1
-12
/
+2
*
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
Chad Rosier
2012-05-11
1
-4
/
+21
*
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
Chad Rosier
2012-05-11
1
-2
/
+4
*
The return type is an unsigned, not a bool.
Chad Rosier
2012-05-11
1
-1
/
+1
*
Add space before an open parenthesis in control flow statements.
Manman Ren
2012-05-11
1
-2
/
+2
*
Added the missing bit definition for the 4th bit of the STR (post reg) instru...
Silviu Baranga
2012-05-11
2
-0
/
+5
*
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-11
2
-3
/
+9
*
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-11
1
-27
/
+119
*
Revert: 156550 "ARM: peephole optimization to remove cmp instruction"
Manman Ren
2012-05-10
1
-118
/
+27
*
ARM: peephole optimization to remove cmp instruction
Manman Ren
2012-05-10
1
-27
/
+118
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
6
-7
/
+14
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-27
/
+0
*
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
1
-0
/
+3
*
Tweak to the fix in r156212, as with the change in removing the shift the
Kevin Enderby
2012-05-04
1
-1
/
+1
*
Fix a bug in the ARM disassembler for wide branch conditional instructions
Kevin Enderby
2012-05-04
1
-1
/
+1
*
Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...
Sebastian Pop
2012-05-04
1
-0
/
+1
[next]