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
2009-03-21
Re-commit r67334 and r67349 with fix.
Evan Cheng
2009-03-21
add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously
Chris Lattner
2009-03-21
add some inline methods for infix operators on sparse vectors,
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
Revert r67334 and r37349 which break "make check" on Linux.
Nick Lewycky
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-20
Fix typo's.
Evan Cheng
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
More makefile changes to allow dejagnu tests to pass when system tools defaul...
Evan Cheng
2009-03-19
Renamed unittest files to have a consistent {Tt}est suffix.
Misha Brukman
2009-03-19
SADDO and UADDO are commutative.
Dan Gohman
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 regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...
Ted Kremenek
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
tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic
Ted Kremenek
2009-03-18
'tblgen -gen-clang-diags-options' now outputs the OptionTable:
Ted Kremenek
2009-03-18
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-18
include the null at the end of a memorybuffer as part of the buffer.
Chris Lattner
2009-03-18
These tests are now passing on Darwin because of r67139.
Bill Wendling
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
Add -relocation-model=pic so that the test works
Rafael Espindola
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
Add another test case for r64440.
Evan Cheng
2009-03-18
xfail these tests for now.
Evan Cheng
[next]