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
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-11
Fix a miscompile in the DAG combiner. Previously, we would incorrectly
Chandler Carruth
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Fix a coding style nit.
Eric Christopher
2012-12-10
LegalizeDAG: Allow type promotion of scalar loads
Tom Stellard
2012-12-10
LegalizeDAG: Allow type promotion for scalar stores
Tom Stellard
2012-12-10
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-09
Remove extra blank line.
Craig Topper
2012-12-08
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-06
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
Fix a bug in the code that merges consecutive stores. Previously we did not
Nadav Rotem
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
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-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
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
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
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
Remove ARM constant patch that affected x86 upstream
David Sehr
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
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
[next]