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
/
CodeGen
/
AsmPrinter
/
AsmPrinterInlineAsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
Ties Stuij
2018-08-30
1
-32
/
+78
*
revert '[CodeGen] emit inline asm clobber list warnings for reserved'
Ties Stuij
2018-08-08
1
-78
/
+32
*
[CodeGen] emit inline asm clobber list warnings for reserved
Ties Stuij
2018-08-08
1
-32
/
+78
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-0
/
+3
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-3
/
+0
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Add -print-schedule scheduling comments to inline asm.
Andrew V. Tischenko
2017-11-09
1
-0
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
PR31007 and PR27884 will be closed: a possibility to compile constants like 0...
Andrew V. Tischenko
2017-04-26
1
-0
/
+3
*
[Assembler] Improve diagnostics for inline assembly.
Sanne Wouda
2017-02-13
1
-7
/
+13
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-31
/
+29
*
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
Diana Picus
2017-02-08
1
-29
/
+31
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-31
/
+29
*
MC: support passing search paths to the IAS
Saleem Abdulrasool
2017-01-05
1
-0
/
+2
*
Recognize ${:uid} escapes in intel syntax inline asm
Reid Kleckner
2016-11-29
1
-0
/
+17
*
Enable the %s modifier in inline asm template string
Nemanja Ivanovic
2016-02-04
1
-0
/
+5
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-8
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-2
/
+2
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-3
/
+4
*
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
2015-05-15
1
-2
/
+9
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-7
/
+7
*
[AsmPrinter] Use the per-function subtarget to emit inline asm instructions that
Akira Hatanaka
2015-03-16
1
-27
/
+10
*
Unconditionally create a new MCInstrInfo in the asm printer for
Eric Christopher
2015-02-21
1
-5
/
+4
*
Fix build with gcc. This has a -Wsequence-point error on 'MII', which is a go...
Nick Lewycky
2015-02-20
1
-5
/
+3
*
Remove the MCInstrInfo cached variable as it was only used in a
Eric Christopher
2015-02-20
1
-3
/
+7
*
This needs to be a const variable so the two sides of the ternary
Eric Christopher
2015-02-20
1
-1
/
+2
*
Only use the initialized MCInstrInfo if it's been initialized already
Eric Christopher
2015-02-19
1
-1
/
+5
*
MCTargetOptions reside on the TargetMachine that we always have via
Eric Christopher
2015-02-19
1
-5
/
+2
*
Remove a call to TargetMachine::getSubtarget from the inline
Eric Christopher
2015-02-19
1
-1
/
+11
*
Remove unused argument from emitInlineAsmStart.
Eric Christopher
2015-02-19
1
-3
/
+3
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
2014-12-17
1
-0
/
+4
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+3
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
1
-0
/
+5
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-3
/
+5
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-4
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-8
/
+4
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-8
/
+8
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+5
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-7
/
+5
*
80-col.
Eric Christopher
2014-02-26
1
-1
/
+2
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-2
/
+7
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-6
/
+2
[next]