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
*
ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.
Tim Northover
2014-11-13
1
-0
/
+3
*
Emit unaligned access build attribute for ARM
Renato Golin
2014-10-08
1
-0
/
+7
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
2014-10-01
1
-1
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-14
/
+7
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-14
/
+23
*
[ARM] Emit ABI_PCS_R9_use build attribute.
Amara Emerson
2014-07-25
1
-0
/
+11
*
[ARM] In thumb mode, emit directive ".code 16" before file level inline
Akira Hatanaka
2014-07-25
1
-0
/
+3
*
ARM: correctly mangle dllimport symbols
Saleem Abdulrasool
2014-07-07
1
-16
/
+34
*
ARM: unify symbol name retrieval
Saleem Abdulrasool
2014-07-07
1
-5
/
+8
*
Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.
Oliver Stannard
2014-06-20
1
-0
/
+26
*
[ARM] Emit correct build attributes for the relocation models.
Amara Emerson
2014-05-27
1
-0
/
+14
*
If necessary for indirect encodings, emit stubs.
Joerg Sonnenberger
2014-05-01
1
-0
/
+22
*
Prepare support of Itanium ABI on ARM as opposed to EHABI by
Joerg Sonnenberger
2014-04-30
1
-13
/
+16
*
ARM: print COFF function header for Windows on ARM
Saleem Abdulrasool
2014-04-30
1
-1
/
+23
*
ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.
Tim Northover
2014-04-29
1
-31
/
+30
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-2
/
+2
*
ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...
Christian Pirker
2014-04-01
1
-4
/
+4
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-2
/
+4
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-4
/
+4
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now
Adrian Prantl
2014-02-27
1
-64
/
+0
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-1
/
+1
*
Remove -arm-disable-ehabi option
Renato Golin
2014-02-07
1
-3
/
+1
*
Remove const_cast for STI when parsing inline asm
David Peixotto
2014-02-06
1
-3
/
+1
*
ARM IAS: support .movsp
Saleem Abdulrasool
2014-01-30
1
-3
/
+3
*
Enable EHABI by default
Renato Golin
2014-01-29
1
-2
/
+3
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-43
/
+43
*
Remove dead code.
Rafael Espindola
2014-01-27
1
-22
/
+0
*
Move emitInlineAsmEnd to the AsmPrinter interface.
Rafael Espindola
2014-01-24
1
-0
/
+16
*
Debug info: On ARM ensure that all __TEXT sections come before the
Adrian Prantl
2014-01-20
1
-0
/
+7
*
Revert "Debug info: On ARM ensure that the data sections come before the"
Adrian Prantl
2014-01-20
1
-13
/
+0
*
[ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...
Artyom Skrobov
2014-01-20
1
-6
/
+8
*
ARM: update build attributes for ABI r2.09
Saleem Abdulrasool
2014-01-19
1
-2
/
+2
*
Move ARM build attributes into Support
Saleem Abdulrasool
2014-01-19
1
-2
/
+2
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-2
/
+2
*
Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)
Artyom Skrobov
2014-01-10
1
-9
/
+13
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
2014-01-07
1
-1
/
+1
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-9
/
+9
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-9
/
+14
*
Debug info: On ARM ensure that the data sections come before the
Adrian Prantl
2013-12-23
1
-0
/
+13
*
Added support for mcpu krait
Ana Pazos
2013-12-06
1
-1
/
+2
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-5
/
+5
*
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
Rafael Espindola
2013-12-02
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-9
/
+0
[next]