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
*
Don't rely on 'l'(ell) modifiers to indicate a label reference
Bill Wendling
2020-01-06
1
-19
/
+16
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-4
/
+33
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[MC] Don't recreate a label if it's already used
Bill Wendling
2019-08-09
1
-0
/
+1
*
Revert "Use the MachineBasicBlock symbol for a callbr target"
Nick Desaulniers
2019-07-19
1
-7
/
+2
*
Use the MachineBasicBlock symbol for a callbr target
Bill Wendling
2019-07-19
1
-2
/
+7
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-4
/
+15
*
Fix a typo in comments. [NFC]
Ali Tamur
2019-04-18
1
-1
/
+1
*
[AsmPrinter] hoist %a output template to base class for ARM+Aarch64
Nick Desaulniers
2019-04-17
1
-4
/
+11
*
[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
Nick Desaulniers
2019-04-17
1
-0
/
+3
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-22
/
+14
*
Remove ASan asm instrumentation.
Evgeniy Stepanov
2019-03-11
1
-10
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-3
/
+10
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
1
-2
/
+3
*
[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
[next]