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
Age
Commit message (
Expand
)
Author
2004-04-06
file based off InstSelectSimple.cpp, slowly being replaced by generated code ...
Jakub Staszak
2004-04-06
Tablgen files for really simple instruction selector
Jakub Staszak
2004-04-06
Fix PR313: [x86] JIT miscompiles unsigned short to floating point
Chris Lattner
2004-04-06
Fix incorrect encoding of some ADC and SBB instuctions
Chris Lattner
2004-04-06
Fix a minor bug in previous checking
Chris Lattner
2004-04-06
Improve codegen of long == and != comparisons against constants. Before,
Chris Lattner
2004-04-06
Handle various other important cases of multiplying a long constant immediate...
Chris Lattner
2004-04-06
Efficiently handle a long multiplication by a constant. For this testcase:
Chris Lattner
2004-04-06
Improve code generation of long shifts by 32.
Chris Lattner
2004-04-06
Bugfixes: inc/dec don't set the carry flag!
Chris Lattner
2004-04-06
Improve code for passing constant longs as arguments to function calls.
Chris Lattner
2004-04-06
Emit more efficient 64-bit operations when the RHS is a constant, and one
Chris Lattner
2004-04-06
Fix typeo
Chris Lattner
2004-04-06
Add support for simple immediate handling to long instruction selection.
Chris Lattner
2004-04-06
The sbb instructions really ARE sbb's, not adc's
Chris Lattner
2004-04-06
Implement negation of longs efficiently. For this testcase:
Chris Lattner
2004-04-06
Minor tweak to avoid an extra reg-reg copy that the register allocator has to...
Chris Lattner
2004-04-06
Two changes:
Chris Lattner
2004-04-05
lli no longer takes the -quiet option!
Chris Lattner
2004-04-05
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
Sparc don't got not "sqrtl", bum bum bum
Chris Lattner
2004-04-05
Kill warnings during an optimized compile where assert() disappears.
Misha Brukman
2004-04-05
Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx
Chris Lattner
2004-04-05
Fix a bug in yesterdays checkins which broke siod. siod is a great testcase!...
Chris Lattner
2004-04-05
Fix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
Chris Lattner
2004-04-04
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-04
In the perhaps not-to-distant future, we might support gep instructions that
Chris Lattner
2004-04-04
Adjust to new interface
Chris Lattner
2004-04-04
Adjust to new gep_type_iterator prototypes.
Chris Lattner
2004-04-03
Remove a bunch of cruft that was used to be backwards compatible with the last
Chris Lattner
2004-04-03
Implement test/Regression/Transforms/GCSE/undefined_load.ll
Chris Lattner
2004-04-03
Add a break in the default case
Chris Lattner
2004-04-02
Add autoconf support for isStandardOutAConsole ().
Brian Gaeke
2004-04-02
Remove obsolete files
Chris Lattner
2004-04-02
Add support for many of the MRegisterInfo callbacks.
Brian Gaeke
2004-04-02
Add load, store, and NOP instructions.
Brian Gaeke
2004-04-02
Add support for printing pc-relative displacements of functions (as used in
Brian Gaeke
2004-04-02
Add support for call instructions (0-ary only for now).
Brian Gaeke
2004-04-02
Comment out debugging printouts
Chris Lattner
2004-04-02
Rewrite the indvars pass to use the ScalarEvolution analysis.
Chris Lattner
2004-04-02
Add a new analysis
Chris Lattner
2004-04-02
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-02
Clean up code a bit.
Alkis Evlogimenos
2004-04-02
Only strip symbols if emitting bytecode to the assembly file.
Brian Gaeke
2004-04-02
Add support for constant select expressions. Clarify the assertion failure msg.
Brian Gaeke
2004-04-02
Fix type in comments
Alkis Evlogimenos
[next]