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
Age
Commit message (
Expand
)
Author
2010-02-11
Allow for more than one DBG_VALUE targeting the
Dale Johannesen
2010-02-11
Don't allow DBG_VALUE to affect codegen.
Dale Johannesen
2010-02-11
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
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-11
Reuse operand location when updating PHI instructions.
Jakob Stoklund Olesen
2010-02-11
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-10
The previous fix of widening divides that trap was too fragile as it depends ...
Mon P Wang
2010-02-10
Ignore debug info one more place during coalescing.
Dale Johannesen
2010-02-10
Delete dead PHI machine instructions. These can be created due to type
Bob Wilson
2010-02-10
Skip debug info in a couple of places.
Dale Johannesen
2010-02-10
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
When I rewrote this loop per Chris' preference I
Dale Johannesen
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
Rewrite loop to suit Chris' preference.
Dale Johannesen
2010-02-10
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
Remove duplicated #include.
Evan Cheng
2010-02-10
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
fix missing #includes.
Chris Lattner
2010-02-10
Improve comments a even more.
Bill Wendling
2010-02-10
Skip DBG_VALUE many places in live intervals and
Dale Johannesen
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
more comment updates
Dale Johannesen
2010-02-10
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-09
Only dump output in debug mode.
David Greene
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
Remember to update live-in lists when coalescing physregs.
Jakob Stoklund Olesen
2010-02-09
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-02-09
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
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-08
Apply the 95471 fix to SelectionDAGBuilder as well;
Dale Johannesen
2010-02-08
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-07
Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
Duncan Sands
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
Fix an uninitialized value. Radar 7609421.
Bob Wilson
2010-02-06
After Victor's latest commits I am seeing null
Dale Johannesen
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
[next]