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
2008-09-09
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-09-09
Add support for floating-point calculations of log2 with limited precisions of 6
Bill Wendling
2008-09-08
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
Don't suppress no-dead-strip for used static functions.
Dale Johannesen
2008-09-08
Reapply 55904: Unbreak and fix indentation
Anton Korobeynikov
2008-09-08
Reapply 55901: Drop unused variable
Anton Korobeynikov
2008-09-08
Reapply 55900: We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
Reapply 55899: First draft of EH support on x86/64-linux
Anton Korobeynikov
2008-09-08
Reapply blindly reverted 55898: Implement FRAME_TO_ARGS_OFFSET for x86-64
Anton Korobeynikov
2008-09-08
Fix a few I's that were meant to be renamed to BI's.
Dan Gohman
2008-09-08
Reverting r55898 as well. This wasn't reverted in the original revert...
Bill Wendling
2008-09-08
Accidental commit of partial 'stack canaries' code
Bill Wendling
2008-09-08
Redo the 3 existing low-precision expansions to
Dale Johannesen
2008-09-08
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
Handle calls which produce i1 results: promote to i8 but and it with 1 to get...
Evan Cheng
2008-09-08
Remove unused counter.
Devang Patel
2008-09-08
In visitUREM, arrange for the temporary UDIV node to be
Dan Gohman
2008-09-08
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
Daniel Dunbar
2008-09-08
Bitcasting two or from aggregate types is not permitted. Update
Dan Gohman
2008-09-08
i128 and f80 are implemented for x86-64 now.
Dan Gohman
2008-09-08
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-08
Fix copy+pastos in comments.
Dan Gohman
2008-09-08
Fix the string for ISD::UDIVREM.
Dan Gohman
2008-09-08
Delete an unused variable.
Dan Gohman
2008-09-08
Remove OptimizeIVType()
Devang Patel
2008-09-08
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
Avoid redefinition and nnbreak windows build.
Evan Cheng
2008-09-08
Unbreak and fix indentation
Anton Korobeynikov
2008-09-08
Drop unused variable
Anton Korobeynikov
2008-09-08
We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
First draft of EH support on x86/64-linux
Anton Korobeynikov
2008-09-08
Implement FRAME_TO_ARGS_OFFSET for x86-64
Anton Korobeynikov
2008-09-08
Update the callgraph correctly.
Duncan Sands
2008-09-08
Update the callgraph correctly in ArgumentPromotion.
Duncan Sands
2008-09-08
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
Add fast isel physical register definition support.
Evan Cheng
2008-09-08
Add support to extend call operands when needed. Enable x86 fastisel call sup...
Evan Cheng
2008-09-08
Revert my previous change -- the subtraction of two constants was a no-op
Bill Wendling
2008-09-07
Convert
Bill Wendling
2008-09-07
Correct a comment and strip trailing whitespace.
Duncan Sands
2008-09-07
Initial fastisel call support for C, Fast, and X86_FastCall calling conventio...
Evan Cheng
2008-09-07
Some code clean up.
Evan Cheng
2008-09-07
Indentation.
Evan Cheng
2008-09-07
- Doh. Pass vector by value is bad.
Evan Cheng
2008-09-07
Handle x86 truncate to i8 with target hook for now.
Evan Cheng
2008-09-06
fix crash when the malloc/free function is defined or is a declaration with 0...
Nuno Lopes
2008-09-06
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
Fix constant pool loads, and remove broken versions of addConstantPoolReference.
Owen Anderson
2008-09-06
Fix the X86 addConstantPoolReference, which had the operands in the wrong order.
Owen Anderson
2008-09-05
Next limited float precision expansion (log2 12 bits)
Dale Johannesen
[next]