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
2006-10-20
For PR950:
Reid Spencer
2006-10-19
Partially in response to PR926: insert the newly created machine basic
Bill Wendling
2006-10-18
Add option for controlling inclusion of global AA.
Jim Laskey
2006-10-18
Use global info for alias analysis.
Jim Laskey
2006-10-17
Trivial patch to speed up legalizing common i64 constants.
Chris Lattner
2006-10-17
Fix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
Chris Lattner
2006-10-17
Fix printer for StoreSDNode.
Evan Cheng
2006-10-17
Reflect MemOpAddrMode change; added a helper to create pre-indexed load.
Evan Cheng
2006-10-17
Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimizat...
Jim Laskey
2006-10-17
Make sure operand does have size and element type operands.
Evan Cheng
2006-10-16
Be careful when looking through a vbit_convert. Optimizing this:
Evan Cheng
2006-10-16
Pass AliasAnalysis thru to DAGCombiner.
Jim Laskey
2006-10-14
Tidy up after truncstore changes.
Jim Laskey
2006-10-14
Debug tweak.
Evan Cheng
2006-10-14
Make sure that the node returned by SimplifySetCC is added to the worklist
Chris Lattner
2006-10-14
fold setcc of a setcc.
Chris Lattner
2006-10-14
When SimplifySetCC was moved to the DAGCombiner, it was never removed from
Chris Lattner
2006-10-13
Reduce the workload by not adding chain users to work list.
Jim Laskey
2006-10-13
Fix a bug where we incorrectly turned '(X & 0) == 0' into '(X & 0) >> -1',
Chris Lattner
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-12
Lower X%C into X/C+stuff. This allows the 'division by a constant' logic to
Chris Lattner
2006-10-12
Add RemoveDeadNode to remove a dead node and its (potentially) dead operands.
Evan Cheng
2006-10-12
add a minor dag combine noticed when looking at PR945
Chris Lattner
2006-10-12
D'oh - need to use the rigth kind of store.
Jim Laskey
2006-10-11
Alias analysis of TRUNCSTORE.
Jim Laskey
2006-10-11
Typo
Jim Laskey
2006-10-11
Handle aliasing of loadext.
Jim Laskey
2006-10-11
Fix regression in combiner alias analysis.
Jim Laskey
2006-10-11
Naming consistency.
Evan Cheng
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
add two helper methods.
Chris Lattner
2006-10-11
FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper Selection...
Evan Cheng
2006-10-10
Also update getNodeLabel for LoadSDNode.
Evan Cheng
2006-10-10
SDNode::dump should also print out extension type and VT.
Evan Cheng
2006-10-10
Fix another bug in extload promotion.
Chris Lattner
2006-10-10
Fix a bug introduced by my LOAD/LOADX changes.
Evan Cheng
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-08
Eliminate more token factors by taking advantage of transitivity:
Chris Lattner
2006-10-07
Combiner alias analysis passes Multisource (release-asserts.)
Jim Laskey
2006-10-07
Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom
Chris Lattner
2006-10-06
initialize ivar
Chris Lattner
2006-10-06
jump tables handle pic
Chris Lattner
2006-10-06
Fix a miscompilation of:
Chris Lattner
2006-10-05
Make use of getStore().
Evan Cheng
2006-10-05
Add getStore() helper function to create ISD::STORE nodes.
Evan Cheng
2006-10-05
Alias analysis code clean ups.
Jim Laskey
2006-10-04
Fix some typos that can cause a flag value to have more than one use.
Evan Cheng
2006-10-04
More extensive alias analysis.
Jim Laskey
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-03
Fix an obvious typo.
Evan Cheng
[prev]
[next]