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
/
ARMAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-10
/
+25
*
ARM: support high registers in __builtin_longjmp on WoA
Saleem Abdulrasool
2016-07-08
1
-3
/
+32
*
Don't pass a Reloc::Model to GVIsIndirectSymbol.
Rafael Espindola
2016-06-28
1
-2
/
+2
*
Move isPositionIndependent up to AsmPrinter.
Rafael Espindola
2016-06-27
1
-4
/
+0
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-1
/
+2
*
Define a isPositionIndependent helper for ARMAsmPrinter. NFC.
Rafael Espindola
2016-06-21
1
-2
/
+6
*
Don't print (PLT) on arm.
Rafael Espindola
2016-06-16
1
-2
/
+0
*
ARM: correct TLS access on WoA
Saleem Abdulrasool
2016-06-07
1
-0
/
+2
*
ARM: clang-format a couple of switches, add comments
Saleem Abdulrasool
2016-06-07
1
-5
/
+10
*
Use StringRef::startswith instead of find(...) == 0.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-16
/
+2
*
ARM: support export directives for Windows
Saleem Abdulrasool
2016-05-14
1
-0
/
+23
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
1
-2
/
+18
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
ARM: follow up improvements for SVN r263118
Saleem Abdulrasool
2016-03-10
1
-3
/
+3
*
ARM: correct __builtin_longjmp on WoA
Saleem Abdulrasool
2016-03-10
1
-1
/
+3
*
[ARM] Emit trap instruction using .inst directive
Alexandros Lamprineas
2016-01-29
1
-6
/
+5
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-25
1
-0
/
+3
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-3
/
+0
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-15
1
-0
/
+3
*
[ARM] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith
2016-01-15
1
-3
/
+16
*
ARM: only emit EABI attributes on EABI targets
Saleem Abdulrasool
2015-12-13
1
-1
/
+2
*
[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...
Artyom Skrobov
2015-12-07
1
-4
/
+41
*
Revert "[ARM] Generate ABI_optimization_goals build attribute, as described i...
Renato Golin
2015-11-28
1
-41
/
+4
*
Follow-up fix for r254201
Artyom Skrobov
2015-11-27
1
-1
/
+1
*
[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...
Artyom Skrobov
2015-11-27
1
-4
/
+41
*
[ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingInstruction.
Akira Hatanaka
2015-11-10
1
-0
/
+1
*
ARM/ELF: Better codegen for global variable addresses.
Peter Collingbourne
2015-10-26
1
-2
/
+1
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
- Added support for parsing HWDiv features using Target Parser.
Alexandros Lamprineas
2015-07-27
1
-1
/
+1
*
Arm: Don't define a label twice with two setjmps in a function.
Matthias Braun
2015-07-16
1
-12
/
+3
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-30
/
+26
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
1
-2
/
+8
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-3
/
+3
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-1
/
+10
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-10
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-3
/
+3
*
[ARM] Add support for -sp- FPUs and FPU none to TargetParser
John Brawn
2015-06-05
1
-2
/
+6
*
ARM: recommit r237590: allow jump tables to be placed as constant islands.
Tim Northover
2015-05-31
1
-77
/
+67
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-31
/
+31
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-1
/
+1
*
Revert r237590, "ARM: allow jump tables to be placed as constant islands."
Peter Collingbourne
2015-05-21
1
-67
/
+77
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-6
/
+6
[prev]
[next]