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
2006-07-15
Remove what little AIX support we have. It has never been tested and isn't
Chris Lattner
2006-07-14
The generated index array should be const.
Chris Lattner
2006-07-14
Add an out-of-line virtual function to home class.
Chris Lattner
2006-07-14
Add an out-of-line virtual method for X86DwarfWriter to give it a home.
Chris Lattner
2006-07-14
Emit the string information for the asm writer as a single large string
Chris Lattner
2006-07-14
Add two helpers for escaping and unescaping strings.
Chris Lattner
2006-07-14
Add two helper functions
Chris Lattner
2006-07-14
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's
Chris Lattner
2006-07-14
Add another helper method.
Chris Lattner
2006-07-14
Fixed an issue where the user specified gcc was not the gcc we report to the ...
Patrick Jenkins
2006-07-14
Add a new method for bugpoint to use
Chris Lattner
2006-07-14
Add a new method for bugpoint to use.
Chris Lattner
2006-07-14
Hopefully the final attempt at making IndVars preserve LCSSA.
Owen Anderson
2006-07-14
Add missing PPC64 extload/truncstores
Chris Lattner
2006-07-14
Add a note
Chris Lattner
2006-07-13
Bring the Xcode project up to date.
Jim Laskey
2006-07-13
Clean up.
Jim Laskey
2006-07-13
Another fix in the rotate encodings, needed when the first two operands are not
Chris Lattner
2006-07-13
1. Simplfy bit operations.
Jim Laskey
2006-07-13
Revert this patch temporarily until PR831 is fixed.
Chris Lattner
2006-07-13
Syntax error. I will run perl -c before commiting perl scripts.
Patrick Jenkins
2006-07-13
Fixed some small bugs exposed when trying to get a sparc machine to run the s...
Patrick Jenkins
2006-07-13
Fixed a bug handling void function types.
Jim Laskey
2006-07-12
Print negative immediates as negative values instead of large constants
Chris Lattner
2006-07-12
Turn an if into an else if.
Chris Lattner
2006-07-12
Fix encoding of rotates, such as rldicl
Chris Lattner
2006-07-12
Handle instructions in the map, but that map to a null pointer.
Chris Lattner
2006-07-12
IndVars now (correctly) preserves LCSSA form.
Owen Anderson
2006-07-12
Implement PPC64 relocations types
Chris Lattner
2006-07-12
An overaggressive #ifdef allows a function to fall off the bottom of the
Chris Lattner
2006-07-12
Move base value of instruction to lookup table to prepare for case reduction.
Jim Laskey
2006-07-12
In addition to deleting calls, the inliner can constant fold them as well.
Chris Lattner
2006-07-12
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
testcase for PR827
Chris Lattner
2006-07-12
Add information preventing several register class constraints from working.
Chris Lattner
2006-07-12
Testcase for PR828.
Chris Lattner
2006-07-12
Fix test failure on non-Apple systems.
Evan Cheng
2006-07-12
Remove non-portable optimization that isn't worth it
Chris Lattner
2006-07-11
The PPC64 JIT needs register numbers to encode instructions.
Chris Lattner
2006-07-11
Revamp this doc to be accurate w.r.t. building llvmgcc4
Chris Lattner
2006-07-11
Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll
Chris Lattner
2006-07-11
Testcase for PR826
Chris Lattner
2006-07-11
Emit inc / dec of registers as one byte instruction.
Evan Cheng
2006-07-11
Profile builds should always have debug info enabled.
Chris Lattner
2006-07-11
Silence a warning produced in assertions-disabled mode
Chris Lattner
2006-07-11
Fix typo.
Devang Patel
2006-07-11
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1. Support for c++ mangled names.
Jim Laskey
[next]