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
*
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
*
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
1
-67
/
+158
*
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
1
-1
/
+17
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
1
-3
/
+4
*
Fix indent.
Chad Rosier
2012-09-07
1
-2
/
+2
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
1
-4
/
+4
*
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
1
-2
/
+4
*
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
1
-1
/
+6
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-3
/
+17
*
Formatting fixes.
Akira Hatanaka
2012-05-08
1
-4
/
+4
*
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-22
1
-1
/
+5
*
Tidy up. Whitepsace.
Jim Grosbach
2011-09-21
1
-3
/
+3
[next]