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
2009-08-11
"TAI::JumpTableDirective" is always null for current arm targets, simplify
Chris Lattner
2009-08-11
Use DEBUG macro for debug output.
David Goodwin
2009-08-11
Add some debug output.
David Goodwin
2009-08-11
Tidy #includes.
Dan Gohman
2009-08-11
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-11
Remove unnecessary casts.
Dan Gohman
2009-08-11
Add const qualifiers.
Dan Gohman
2009-08-11
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
Fix a -Asserts warning.
Daniel Dunbar
2009-08-11
Replace DOUT.
David Goodwin
2009-08-11
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-10
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
Fix a bug in the DAGCombiner's handling of multiple linked
Dan Gohman
2009-08-10
Fix a bug where DAGCombine was producing an illegal ConstantFP
Dan Gohman
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
Remove a bunch of debugging code that was slowing PBQP down by 25% or so.
Owen Anderson
2009-08-10
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
Make this comment more closely reflect the code.
Dan Gohman
2009-08-10
Add support for printing loop structure information in asm comments.
David Greene
2009-08-10
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin
2009-08-10
Move ConstantExpr handling to ResolveConstantExpr method and also
Bruno Cardoso Lopes
2009-08-08
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().
Jakob Stoklund Olesen
2009-08-08
ELF improvements:
Bruno Cardoso Lopes
2009-08-08
Clean out per-function data after the machine code verifier is done with it.
Jakob Stoklund Olesen
2009-08-08
Update the machine code verifier to keep up with the scavenger.
Jakob Stoklund Olesen
2009-08-08
Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...
Jakob Stoklund Olesen
2009-08-08
Simplify RegScavenger::forward a bit more.
Jakob Stoklund Olesen
2009-08-08
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-07
code cleanup
Chris Lattner
2009-08-07
remove a bunch of now-dead crud from the asmprinter and TAI interfaces.
Chris Lattner
2009-08-07
Back out some of recent register scavenger change by John Mosby. It broke a n...
Evan Cheng
2009-08-07
tidy up
Chris Lattner
2009-08-07
Rewrite previous patch to follow Chris' stylistic
Dale Johannesen
2009-08-07
Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...
Evan Cheng
2009-08-07
Update CMake.
Daniel Dunbar
2009-08-07
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
Fix a typo in a comment.
Dan Gohman
2009-08-07
Code clean up.
Evan Cheng
2009-08-07
Added legal stuff, fixed some formatting issues. Removed the graph generator ...
Lang Hames
2009-08-06
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...
Lang Hames
2009-08-06
Fix PR 4626, a crash in branch folding after OptimizeBlock
Dale Johannesen
2009-08-06
Use stripPointerCasts instead of partially rewriting it.
Dale Johannesen
2009-08-06
Get rid of RegScavenger::backwards() before the bitrot spreads.
Jakob Stoklund Olesen
2009-08-06
Reg Scavenging generalization (Thumb support):
John Mosby
2009-08-06
Add assertion checks after the calls to LowerFormalArguments, LowerCall,
Dan Gohman
2009-08-06
Remove an over-aggressive assert. Functions with empty struct return
Dan Gohman
2009-08-06
Fix a few places in DAGCombiner that were creating all-ones-bits
Dan Gohman
[next]