index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a isPositionIndependent helper to ARMFastISel. NFC.
Rafael Espindola
2016-06-20
1
-8
/
+13
*
Use shouldAssumeDSOLocal.
Rafael Espindola
2016-06-20
1
-1
/
+3
*
Simplify. NFC.
Rafael Espindola
2016-06-20
1
-6
/
+2
*
[ARM] Enable isel of UMAAL
Sam Parker
2016-06-20
5
-10
/
+133
*
Add a isPositionIndependent predicate.
Rafael Espindola
2016-06-20
2
-17
/
+20
*
Removing an unused switch statement that has only a default label. This happe...
Aaron Ballman
2016-06-20
1
-22
/
+16
*
ARM: take account of possible bundle when erasing an instruction.
Tim Northover
2016-06-17
1
-1
/
+1
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
1
-2
/
+2
*
[ARM] Strength reduce vectors to arrays.
Benjamin Kramer
2016-06-17
1
-22
/
+10
*
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
2016-06-17
3
-13
/
+71
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
1
-2
/
+2
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
1
-2
/
+2
*
Don't print (PLT) on arm.
Rafael Espindola
2016-06-16
5
-32
/
+4
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-3
/
+1
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-6
/
+5
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-4
/
+5
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-3
/
+5
*
Reverting r272778 because there's an assertion
Ranjeet Singh
2016-06-15
3
-64
/
+13
*
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
2016-06-15
3
-13
/
+64
*
[Thumb] Fix off-by-one error in r272007
James Molloy
2016-06-14
2
-6
/
+6
*
[ARM] Reverting r272544 because clang patch needs
Ranjeet Singh
2016-06-13
3
-64
/
+13
*
[ARM] Add mrrc/mrrc2 co-processor intrinsics
Ranjeet Singh
2016-06-13
3
-13
/
+64
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
19
-348
/
+302
*
test commit: remove trailing whitespaces in README.txt
Roger Ferrer Ibanez
2016-06-10
1
-8
/
+8
*
[Thumb] A branch is not part of an IT block
James Molloy
2016-06-09
1
-1
/
+1
*
[Thumb] Select a BIC instead of AND if the immediate can be encoded more opti...
James Molloy
2016-06-09
1
-1
/
+40
*
[ARM] MSR instructions implicitly set CPSR
Oliver Stannard
2016-06-08
2
-0
/
+4
*
[ARM] Remove redundant check. NFC
Diana Picus
2016-06-08
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
[ARM] Accept conditional versions of BXNS and BLXNS
Oliver Stannard
2016-06-07
1
-0
/
+1
*
[Thumb-1] Add optimized constant materialization for integers [256..512)
James Molloy
2016-06-07
2
-0
/
+13
*
[ARM] Shrink post-indexed LDR and STR to LDM/STM
James Molloy
2016-06-07
1
-0
/
+42
*
[ARM] Transform LDMs into writeback form to save code size
James Molloy
2016-06-07
1
-3
/
+23
*
[ARM] Incorrect relocation type for Thumb2 B<cond>.w
Peter Smith
2016-06-07
1
-0
/
+2
*
ARM: correct TLS access on WoA
Saleem Abdulrasool
2016-06-07
5
-4
/
+25
*
ARM: clang-format a couple of switches, add comments
Saleem Abdulrasool
2016-06-07
3
-15
/
+25
*
ARM: normalise space in the patterns
Saleem Abdulrasool
2016-06-07
1
-8
/
+7
*
Code size optimisation: do not inline memcpy if this expansion results
Sjoerd Meijer
2016-06-03
1
-0
/
+6
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
8
-22
/
+91
*
ARM target does not use printAliasInstr machinery which
Sjoerd Meijer
2016-06-03
7
-137
/
+100
*
This adds support for Cortex-A73 as an available target.
Sjoerd Meijer
2016-06-02
2
-1
/
+10
*
Avoid a load for local functions.
Rafael Espindola
2016-06-01
1
-2
/
+7
*
[ARM] Add additional matching for UBFX instructions
Oliver Stannard
2016-06-01
1
-0
/
+21
*
ARM: Do not attempt to modify register class of physregs.
Matthias Braun
2016-05-31
1
-4
/
+9
*
Add a use of shouldAssumeDSOLocal to ARM.
Rafael Espindola
2016-05-31
1
-2
/
+6
*
[ARM] Add backend support for load/store intrinsics.
Ranjeet Singh
2016-05-31
2
-37
/
+39
*
Fix default reloc model on ARM.
Rafael Espindola
2016-05-28
1
-2
/
+2
*
Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""
Renato Golin
2016-05-28
1
-0
/
+5
*
Revert "Map DynamicNoPIC to Static on non-darwin."
Renato Golin
2016-05-28
1
-5
/
+0
[next]