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
...
*
[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
*
Fix indentation typo
Tim Northover
2013-11-25
1
-1
/
+1
*
ARM: remove special cases for Darwin dynamic-no-pic mode.
Tim Northover
2013-11-25
1
-31
/
+27
*
[ARM] Add support for FP_HP_extension build attribute
Bradley Smith
2013-11-12
1
-0
/
+3
*
[ARM] Add Virtualization subtarget feature and more build attributes in this ...
Bradley Smith
2013-11-01
1
-0
/
+13
*
[ARM] Fix Tag_ABI_HardFP_use build attribute
Bradley Smith
2013-11-01
1
-4
/
+8
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-5
/
+5
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-253
/
+49
*
[ARM] Fix FP ABI attributes with no VFP enabled.
Amara Emerson
2013-10-11
1
-14
/
+12
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-3
/
+5
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
1
-52
/
+78
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-5
/
+0
*
[ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options
Joey Gouly
2013-09-13
1
-4
/
+4
*
[ARMv8] Emit the proper .fpu directive.
Joey Gouly
2013-09-13
1
-3
/
+6
*
Remove unused private member in ARMAsmPrinter.cpp.
Logan Chien
2013-09-10
1
-1
/
+1
*
ARM: respect tied 64-bit inlineasm operands when printing
Tim Northover
2013-08-22
1
-0
/
+17
*
Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM
Weiming Zhao
2013-06-28
1
-2
/
+22
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
1
-4
/
+14
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
1
-1
/
+3
*
Remove the 'generic' CPU from the ARM eabi attributes printer.
Joey Gouly
2013-06-26
1
-9
/
+2
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-3
/
+4
*
Reduce indentation.
David Blaikie
2013-06-18
1
-53
/
+55
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-39
/
+1
[prev]
[next]