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-02-26
Add another (and hopefully the last) exception case, where once we recalculate
Bill Wendling
2010-02-26
And should use the correct variable.
Bill Wendling
2010-02-26
Got assertion check backwards.
Bill Wendling
2010-02-25
Catch a corner case where adding the padding to the "TType base offset" field
Bill Wendling
2010-02-25
Make comment more meaningful.
Bill Wendling
2010-02-25
MC'ize padding when padding the ULEB128 value.
Bill Wendling
2010-02-24
LLVM puts padding bytes in the __gcc_except_tab section after the
Bill Wendling
2010-02-23
use OutStreamer.EmitCodeAlignment for alignment in the text
Chris Lattner
2010-02-17
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
Before setting scope end marker, pay attention to scope begin marker and exis...
Devang Patel
2010-02-15
Use ttype encoding consistently
Anton Korobeynikov
2010-02-15
It turns out that we emitted completely wrong common EH frame since the early...
Anton Korobeynikov
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-11
Use .empty() instead of .size().
Bill Wendling
2010-02-11
Fix to get it to compile.
Bill Wendling
2010-02-11
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-02-10
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
Improve comments a even more.
Bill Wendling
2010-02-10
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
Improve comments a bit more.
Bill Wendling
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-09
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
Implement AsmPrinter support for several more operators which have
Dan Gohman
2010-02-08
now that @GOTOFF is no longer represented as a suffix on a
Chris Lattner
2010-02-08
ConstantFoldConstantExpression can theoretically return the original
Dan Gohman
2010-02-08
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-07
Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
Duncan Sands
2010-02-06
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-05
Do not generate specification DIE for nested functions.
Devang Patel
2010-02-05
An empty global constant (one of size 0) may have a section immediately
Bill Wendling
2010-02-03
Emit appropriate expression to find virtual base offset.
Devang Patel
2010-02-03
Provide interface to identifiy artificial methods.
Devang Patel
2010-02-03
don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,
Chris Lattner
2010-02-03
privatize a bunch of methods and move \n printing into them.
Chris Lattner
2010-02-03
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-02
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...
Chris Lattner
2010-02-02
Apparently gdb is not amused by empty lines in pubtypes section.
Devang Patel
2010-02-02
NULL terminate name in pubtypes sections.
Devang Patel
2010-01-30
Emit declaration DIE for the class static variables.
Devang Patel
2010-01-29
Add size and location info in DW_TAG_class_type descriptor.
Devang Patel
2010-01-28
add target hooks for emitting random gunk before and after the function body.
Chris Lattner
2010-01-28
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
Give AsmPrinter the most common expected implementation of
Chris Lattner
2010-01-28
emit a 0 byte instead of a noop if a function is empty on darwin.
Chris Lattner
[prev]
[next]