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
Age
Commit message (
Expand
)
Author
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
Add comment.
Devang Patel
2010-04-14
There is no need to track compile unit offsets if there is only one compile u...
Devang Patel
2010-04-14
Remove dead code.
Devang Patel
2010-04-14
Clear MachineInstr->MCSymbol maps at the end of a function.
Devang Patel
2010-04-13
Do not include types without any definition in pubtypes list.
Devang Patel
2010-04-09
Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.
Devang Patel
2010-04-09
Add a missing dependency to this library when building with CMake.
Chandler Carruth
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
Rename a function.
Devang Patel
2010-04-08
implicit defs get added to the end of machine instrs sometimes. Scan the who...
Chris Lattner
2010-04-08
One instruction may start (or end) multiple lexical scopes.
Devang Patel
2010-04-08
Remove dead code.
Devang Patel
2010-04-08
Delete out of date comment.
Devang Patel
2010-04-08
Refactor.
Devang Patel
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
tidy up
Chris Lattner
2010-04-07
add a comment line that got dropped
Chris Lattner
2010-04-07
Remove unused method.
Benjamin Kramer
2010-04-07
Workaround the breakage in r100616 by guarding all timers with
Torok Edwin
2010-04-07
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-07
Use raw_ostream.
Benjamin Kramer
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-07
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-06
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-06
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
Reverting 100530 & 100531 due to regressions in the GDB test suite.
Stuart Hastings
2010-04-06
Revise debug info machinery to digest nested functions and classes.
Stuart Hastings
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-06
Remove unnecessary include.
Devang Patel
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
Output floating point representations in DWARF format. This is done by outputing
Bill Wendling
2010-04-05
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
hopefully sate the clang self host build, which is apparently
Chris Lattner
2010-04-05
privatize more stuff, eliminate vtables.
Chris Lattner
2010-04-05
reprivatize now that DwarfWriter is gone.
Chris Lattner
2010-04-05
prune #includes, MMI can never be null
Chris Lattner
2010-04-05
prune #includes, realize the MMI can never be null.
Chris Lattner
2010-04-05
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo
Chris Lattner
[next]