index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinterInlineAsm.cpp
Age
Commit message (
Expand
)
Author
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-15
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-05-14
Inline Asm: Ensure buffer is newline terminated to match how the text is prin...
Daniel Dunbar
2010-04-08
implicit defs get added to the end of machine instrs sometimes. Scan the who...
Chris Lattner
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-07
introduce a new recoverable error handling API to LLVMContext
Chris Lattner
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
Have the inst emitter add the !srcloc mdnode to the machine instr.
Chris Lattner
2010-04-07
remove another magic number.
Chris Lattner
2010-04-06
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
report errors through LLVMContext's inline asm handler if available.
Chris Lattner
2010-04-05
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
use stringref instead of strtol to avoid errno gymnastics.
Chris Lattner
2010-04-04
split inline asm support out to its own .cpp file.
Chris Lattner