index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinterInlineAsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up. Whitepsace.
Jim Grosbach
2011-09-21
1
-3
/
+3
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-1
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-2
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-5
/
+10
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+6
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-1
/
+1
*
With the newly simplified SourceMgr interfaces and the generalized
Chris Lattner
2010-11-17
1
-3
/
+11
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-9
/
+5
*
rearrange how the handler in SourceMgr is installed, eliminating the use of
Chris Lattner
2010-11-17
1
-8
/
+35
*
refactor the interface to EmitInlineAsm a bit, no functionality change.
Chris Lattner
2010-11-17
1
-10
/
+17
*
Nuke trailing whitespace.
Jim Grosbach
2010-10-01
1
-28
/
+28
*
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-19
1
-1
/
+1
*
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
1
-6
/
+7
*
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-15
1
-14
/
+0
*
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
1
-1
/
+1
*
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
1
-1
/
+1
*
Inline Asm: Ensure buffer is newline terminated to match how the text is prin...
Daniel Dunbar
2010-05-14
1
-0
/
+14
*
implicit defs get added to the end of machine instrs sometimes. Scan the who...
Chris Lattner
2010-04-08
1
-4
/
+9
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-12
/
+12
*
introduce a new recoverable error handling API to LLVMContext
Chris Lattner
2010-04-07
1
-3
/
+2
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-10
/
+10
*
Have the inst emitter add the !srcloc mdnode to the machine instr.
Chris Lattner
2010-04-07
1
-2
/
+12
*
remove another magic number.
Chris Lattner
2010-04-07
1
-3
/
+2
*
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
1
-4
/
+3
*
report errors through LLVMContext's inline asm handler if available.
Chris Lattner
2010-04-06
1
-1
/
+15
*
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
1
-1
/
+2
*
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
1
-3
/
+34
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-9
/
+7
*
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
1
-3
/
+3
*
use stringref instead of strtol to avoid errno gymnastics.
Chris Lattner
2010-04-04
1
-7
/
+6
*
split inline asm support out to its own .cpp file.
Chris Lattner
2010-04-04
1
-0
/
+315