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
*
[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
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-2
/
+6
*
Remove const_cast for STI when parsing inline asm
David Peixotto
2014-02-06
1
-10
/
+13
*
Move emitInlineAsmEnd to the AsmPrinter interface.
Rafael Espindola
2014-01-24
1
-3
/
+5
*
Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
2014-01-22
1
-8
/
+13
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-15
/
+6
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+3
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-1
/
+1
*
80-column and tab character fixes.
Eric Christopher
2013-06-24
1
-1
/
+1
*
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-25
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
[next]