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
Age
Commit message (
Expand
)
Author
2004-05-08
Add a bunch more branches
Brian Gaeke
2004-05-08
Flesh out GEP support
Brian Gaeke
2004-05-08
Add ADD with immediate
Brian Gaeke
2004-05-08
Add forms of CMP, SUBCC, and a few branches, and some comments.
Brian Gaeke
2004-05-08
Add stub support for GEPs.
Brian Gaeke
2004-05-08
Add required header
Alkis Evlogimenos
2004-05-08
Remove unneeded header
Alkis Evlogimenos
2004-05-07
Implement folding of GEP's like:
Chris Lattner
2004-05-07
Allow the user to set the LLVMINTERP environment variable as a workaround, for
Brian Gaeke
2004-05-07
Add support for copying bool constants to registers.
Brian Gaeke
2004-05-07
Codegen floating point stores of constants into integer instructions. This
Chris Lattner
2004-05-07
Add more casts. You can never have enough casts.
Brian Gaeke
2004-05-07
Make comparisons against the null pointer as efficient as integer comparisons
Chris Lattner
2004-05-07
PR implemented
Chris Lattner
2004-05-07
Bug fixed
Chris Lattner
2004-05-07
New testcase
Chris Lattner
2004-05-07
New testcase for PR336
Chris Lattner
2004-05-07
Fix PR336: The instcombine pass asserts when visiting load instruction
Chris Lattner
2004-05-07
Regression test for PR#330.
John Criswell
2004-05-07
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-05-06
Bug fixed.
John Criswell
2004-05-06
Don't call getForwardedType() twice, as recommended by Chris.
John Criswell
2004-05-06
Use the new commandline flag to allow us to call bugpoint like this:
Chris Lattner
2004-05-06
Implement the new cl::PositionalEatsArgs flag, refactor code a bit
Chris Lattner
2004-05-06
Add a new cl::PositionalEatsArgs flag
Chris Lattner
2004-05-06
Fix for PR#330.
John Criswell
2004-05-06
Remove a really old comment
Chris Lattner
2004-05-06
Just testing the "Reid has CVS commit access" system
Reid Spencer
2004-05-06
Give props to Vladimir Prus for the inst_iterator patch.
Misha Brukman
2004-05-06
numeric_limits::infinity() apparently does not work on all systems. As a
Chris Lattner
2004-05-06
Fix for gcc3.4: invalid use of forward delacred class on line 93
Alkis Evlogimenos
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-04
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
Fixed inconsistent indentation.
John Criswell
2004-05-04
Missing piece of fix for Bug 333
Brian Gaeke
2004-05-04
Bugs fixed
Brian Gaeke
2004-05-04
update command guide to have --tool-args
Brian Gaeke
2004-05-04
Add --tool-args flag which lets you pass arguments to llc or lli.
Brian Gaeke
2004-05-04
Correctly mangle function names when they are used as part of a
Brian Gaeke
2004-05-04
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-05-04
Remove unneeded check
Chris Lattner
2004-05-04
Improve signed division by power of 2 *dramatically* from this:
Chris Lattner
2004-05-04
Provide visit(Module&) and visitModule(Module&) functionality.
Misha Brukman
2004-05-04
Add stub support for reading BBTraces.
Brian Gaeke
2004-05-04
Add BBTrace accessor method and data member.
Brian Gaeke
2004-05-04
Bug fixed
Chris Lattner
2004-05-04
Do not mark instructions in unreachable sections of the function as live.
Chris Lattner
2004-05-04
New testcase for PR332
Chris Lattner
2004-05-04
New header file containing profile info enums shared between the C++ analysis
Brian Gaeke
2004-05-04
Share ProfilingType enum with the C profiling runtime libraries.
Brian Gaeke
[next]