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
2003-12-28
Merging constants can cause further room for improvement. Iterate until
Chris Lattner
2003-12-28
Add a note
Chris Lattner
2003-12-26
Factor code out of LLI
Chris Lattner
2003-12-26
New method
Chris Lattner
2003-12-26
Factor out code to ExecutionEngine
Chris Lattner
2003-12-26
Simplify code
Chris Lattner
2003-12-26
minor cleanups
Chris Lattner
2003-12-26
* eliminate the -f argument to lli, as it was silly and never useful anyway
Chris Lattner
2003-12-26
No longer run atExit functions from run()
Chris Lattner
2003-12-26
No longer run atExit functions from run()
Chris Lattner
2003-12-26
Rename 'run' to 'runFunction' to emphasize that it is usable to run any
Chris Lattner
2003-12-26
update comment
Chris Lattner
2003-12-24
Improve debugging output when choosing a register to spill.
Alkis Evlogimenos
2003-12-24
Do a separate pass to compute spill weights because doing it inline
Alkis Evlogimenos
2003-12-23
boog fixed
Chris Lattner
2003-12-23
Hrm is a really nasty ommission. The lack of this destructor was causing abs...
Chris Lattner
2003-12-23
Corrected typo.
John Criswell
2003-12-23
Right, fix the problem with invoke instructions, not just call instructions
Chris Lattner
2003-12-23
Do not delete the type holder until after the call instruction has been
Chris Lattner
2003-12-23
Modified the logic so that library objects with main() are only linked in
John Criswell
2003-12-23
Minor cleanups, plug a minor memory leak
Chris Lattner
2003-12-23
Change the way free regusters are computed and perform better
Alkis Evlogimenos
2003-12-23
Modified the linker so that it always links in an object from an archive
John Criswell
2003-12-23
Rename method
Chris Lattner
2003-12-23
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
Rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
More minor non-functional changes. This now computes the exit condition, though
Chris Lattner
2003-12-23
Remove extraneous #include
Chris Lattner
2003-12-23
Finegrainify namespacification
Chris Lattner
2003-12-22
bug fixed
Chris Lattner
2003-12-22
Fix memory corruption bug PR193
Chris Lattner
2003-12-22
Reverted back to revision 1.11. The previous fix doesn't really fix
John Criswell
2003-12-22
Fix crash when compiling twolf.
Alkis Evlogimenos
2003-12-22
Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but
Chris Lattner
2003-12-22
finegrainify namespacification
Chris Lattner
2003-12-22
new testcase for cananonicalization of subtracts
Chris Lattner
2003-12-22
Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer
Chris Lattner
2003-12-22
finegrainify namespacification
Chris Lattner
2003-12-22
Doxygenize methods, add new getIntPtrType method
Chris Lattner
2003-12-22
New testcase to see if -indvars can promote pointer arithmetic to array accesses
Chris Lattner
2003-12-22
fix grammao
Chris Lattner
2003-12-22
Bug fixed
Chris Lattner
2003-12-22
The GCC problem is not specific to suse
Chris Lattner
2003-12-22
Fix PR194
Chris Lattner
2003-12-22
Really release memory used by functions. Patch by Chris.
Misha Brukman
2003-12-21
Fix the URL to check the referrer for CSS conformity.
Misha Brukman
2003-12-21
Remove verifyIntervals() since it doesn't actually work right now.
Alkis Evlogimenos
2003-12-21
Change weight into a float so that we can take into account the
Alkis Evlogimenos
2003-12-21
New testcase for PR194
Chris Lattner
2003-12-21
Move FP_REG_KILL closer to the return instruction.
Alkis Evlogimenos
[next]