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
/
CodeGen
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-02
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-11-29
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT
Justin Holewinski
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-25
Refactor to make helper method static.
Craig Topper
2012-11-25
Remove duplicate check of LimitFloatPrecision. It was already checked earlier...
Craig Topper
2012-11-25
Factor common code out of individual if blocks into common tail.
Craig Topper
2012-11-24
Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...
Craig Topper
2012-11-24
Refactor a bit to make some helper methods static.
Craig Topper
2012-11-24
Factor some common code out of individual if blocks.
Craig Topper
2012-11-23
Refactor a bit to make some helper functions static.
Craig Topper
2012-11-23
Cleanup: Simplify loop end logic in computeRegisterProperties().
Patrik Hägglund
2012-11-22
llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
Lang Hames
2012-11-17
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-16
Remove conditions from 'else if' that were guaranteed by preceding 'if'.
Craig Topper
2012-11-16
Factor out the final FADD that's common to multiple code paths in the visitLo...
Craig Topper
2012-11-16
Factor some common code to reduce compile size.
Craig Topper
2012-11-15
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-14
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-06
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-03
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-01
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-10-30
[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.
Chad Rosier
2012-10-30
Add a comment for r167040.
Chad Rosier
2012-10-30
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-29
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
Michael Liao
2012-10-24
Keep coding standard. Don't evaluate getNumOperands() every time.
Jakub Staszak
2012-10-23
Clean up code and put transformation on (build_vec (ext x)) into a helper func
Michael Liao
2012-10-23
Make the indirect branch optimization deterministic. No functionality change.
Nadav Rotem
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-19
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-18
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
[next]