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
/
AArch64
/
AArch64AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-9
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-16
/
+16
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-23
/
+0
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-3
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
[AArch64] Teach AsmPrinter about GlobalAddress operands.
Ahmed Bougacha
2015-03-05
1
-0
/
+12
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
1
-12
/
+47
*
Migrate away from using a Subtarget except for the one place we want
Eric Christopher
2015-02-03
1
-12
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+2
*
[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
Lang Hames
2014-12-02
1
-1
/
+16
*
Delete unused argument in AArch64MCInstLower constructor: it doesn't
Alexey Samsonov
2014-08-19
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+3
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-2
/
+2
*
AArch64: remove "arm64_be" support in favour of "aarch64_be".
Tim Northover
2014-07-23
1
-3
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
AArch64: support 'c' and 'n' inline asm modifiers.
Tim Northover
2014-05-27
1
-0
/
+5
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+519
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-303
/
+0
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-1
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-4
/
+0
*
Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...
Richard Barton
2013-11-08
1
-6
/
+2
*
AArch64: use default asm operand printing when modifier inapplicable
Tim Northover
2013-11-04
1
-47
/
+59
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
AArch64: add 'a' inline asm operand modifier
Tim Northover
2013-10-29
1
-0
/
+2
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
1
-19
/
+7
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-1
/
+1
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-40
/
+0
*
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
1
-16
/
+0
*
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
1
-2
/
+4
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+361