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
2009-03-21
add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously
Chris Lattner
2009-03-21
Removed AFGR32 register class
Bruno Cardoso Lopes
2009-03-20
Fix a few more indentation problems and an 80-column violation.
Bob Wilson
2009-03-20
No functional changes. Fix indentation and whitespace only.
Bob Wilson
2009-03-20
Fix instcombine to not introduce undefined shifts when merging two
Chris Lattner
2009-03-20
Don't load values out of global constants with weak
Duncan Sands
2009-03-20
Simplify this code; use a while instead of an if and a do-while.
Dan Gohman
2009-03-20
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-20
Fixed comment for libcalls.
Sanjiv Gupta
2009-03-20
Fixed build warnings for unused variables.
Sanjiv Gupta
2009-03-20
Reformatting. Inserted code comments. Cleaned interfaces.
Sanjiv Gupta
2009-03-20
Fixed the comment. No functionality change.
Sanjiv Gupta
2009-03-20
Apply the patch requested in PR3846.
Chris Lattner
2009-03-20
Added option to enable generating less precise mad (multiply addition)
Mon P Wang
2009-03-20
The last use in a block that doesn't have successors
Dan Gohman
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
Clear the cached cost when removing a function in
Dale Johannesen
2009-03-19
Add a liveness analysis pass for LLVM IR values. This computes
Dan Gohman
2009-03-19
Fix comment typo.
Dale Johannesen
2009-03-19
This pass keeps a map of Instructions to Rank numbers,
Dale Johannesen
2009-03-19
Fix PEI to not walk off the start of a block when an updated instruction
Chris Lattner
2009-03-19
Fix comment typo.
Duncan Sands
2009-03-19
Fix a couple glaring whitespace issues. This file isn't internally consistent
Nick Lewycky
2009-03-19
Remove strange extra semicolons.
Nick Lewycky
2009-03-19
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
Added support for Mips O32 Calling Convention
Bruno Cardoso Lopes
2009-03-18
aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...
Chris Lattner
2009-03-18
Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...
Chris Lattner
2009-03-18
add an assertion to make it clear that PHI nodes are not allowed.
Chris Lattner
2009-03-18
Explicitly check for StoreInst, do not lose the chance to delete
Zhou Sheng
2009-03-18
Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.
Zhou Sheng
2009-03-18
Fix a bug.
Zhou Sheng
2009-03-18
Added missing support for widening when splitting an unary op (PR3683)
Mon P Wang
2009-03-18
Disable the "call to immediate" optimization on x86-64. It is
Chris Lattner
2009-03-18
Fix PR3807 by inserting 'insertelement' instructions in the normal dest of
Chris Lattner
2009-03-17
LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now
Chris Lattner
2009-03-17
Don't force promotion of return arguments on the callee.
Rafael Espindola
2009-03-17
Add BUILTIN_EXPECT Support/Compiler macro.
Daniel Dunbar
2009-03-17
Fix codegen to compute the size of an allocation by multiplying the
Chris Lattner
2009-03-17
Remove a condition which is always true.
Chris Lattner
2009-03-17
CellSPU:
Scott Michel
2009-03-17
r66870 missed this out.
Sanjiv Gupta
2009-03-17
typo
Gabor Greif
2009-03-17
Reapply r67049, with the test adjusted for darwin
Duncan Sands
2009-03-17
Fix a problem with DAGCombine where we were building an illegal build
Mon P Wang
2009-03-17
Recognize bswapl as bswap too.
Dan Gohman
2009-03-17
Recognize "bswapq" as an alternate spelling for the bswap instruction.
Dan Gohman
2009-03-17
raw_ostream: Put all exceptional conditions in raw_ostream::write
Daniel Dunbar
2009-03-17
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
[next]