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
2008-01-27
Fix PowerPC/./2007-10-18-PtrArithmetic.ll
Chris Lattner
2008-01-27
fix a crash on CodeGen/X86/vector-rem.ll
Chris Lattner
2008-01-27
Implement some dag combines that allow doing fneg/fabs/fcopysign in integer
Chris Lattner
2008-01-26
Infer alignment of loads and increase their alignment when we can tell they are
Chris Lattner
2008-01-26
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-26
don't bother making x&-1 only to simplify it in dag combine. This commonly o...
Chris Lattner
2008-01-25
reduce indentation
Chris Lattner
2008-01-25
fix long lines.
Chris Lattner
2008-01-25
Add skeletal code to increase the alignment of loads and stores when
Chris Lattner
2008-01-25
include alignment and volatility information in -view-*-dags output
Chris Lattner
2008-01-24
clarify a comment, thanks Duncan.
Chris Lattner
2008-01-24
Fix this buggy transformation. Two observations:
Chris Lattner
2008-01-24
The dag combiner is missing revisiting nodes that it really should, and thus ...
Chris Lattner
2008-01-24
fold fp_round(fp_round(x)) -> fp_round(x).
Chris Lattner
2008-01-24
Forgot these.
Evan Cheng
2008-01-23
The last pieces needed for loading arbitrary
Duncan Sands
2008-01-22
Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef
Chris Lattner
2008-01-22
The final piece needed for storing arbitrary precision
Duncan Sands
2008-01-21
Move DAG-changing code out of #ifndef NDEBUG.
Dale Johannesen
2008-01-20
Do not generate a FP_ROUND of f64 to f64.
Dale Johannesen
2008-01-18
remove extraneous &'s.
Chris Lattner
2008-01-17
This commit changes:
Chris Lattner
2008-01-17
code cleanups, no functionality change.
Chris Lattner
2008-01-17
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-16
Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.
Evan Cheng
2008-01-16
Fix a ppc long double regression I introduced yesterday due to a
Chris Lattner
2008-01-16
merge a few pieces of code that do the store/load to stack
Chris Lattner
2008-01-16
rename ExpandBIT_CONVERT to EmitStackConvert, generalizing
Chris Lattner
2008-01-16
simplify a bunch of code by using SelectionDAG::CreateStackTemporary
Chris Lattner
2008-01-16
Change legalizeop of FP_ROUND and FP_EXTEND to not fall through
Chris Lattner
2008-01-16
Factor the ReachesChainWithoutSideEffects out of dag combiner into
Chris Lattner
2008-01-15
The type of the 'abort' node should be pointer type (because
Chris Lattner
2008-01-15
Add support for targets that have a legal ISD::TRAP.
Chris Lattner
2008-01-15
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
Anton Korobeynikov
2008-01-15
ByVal stack slot alignment should be at least as large as pointer ABI alignment.
Evan Cheng
2008-01-13
Remove the assumption that byval has been applied to
Duncan Sands
2008-01-10
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-09
Special copy SUnit's do not have SDNode's.
Evan Cheng
2008-01-08
Make load->store deletion a bit smarter. This allows us to compile this:
Chris Lattner
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
simplify some code.
Chris Lattner
2008-01-07
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
add more and significantly better comments to the rest of the machineinstr
Chris Lattner
2008-01-07
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
remove some uses of MachineOpCode, move getSchedClass
Chris Lattner
2008-01-07
Add predicates methods to TargetOperandInfo, and switch all clients
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
[prev]
[next]