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-12-11
Clean up some bad code.
Evan Cheng
2006-12-11
Move something that should be in the dag combiner from the legalizer to the
Nate Begeman
2006-12-10
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-09
Preliminary soft float support.
Evan Cheng
2006-12-07
Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
Chris Lattner
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-02
Unbreak VC++ build.
Jeff Cohen
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
2006-11-29
Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered.
Evan Cheng
2006-11-29
Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be exp...
Evan Cheng
2006-11-29
Fix for PR1023 by Dan Gohman.
Evan Cheng
2006-11-29
Fix for PR1022 (folding loads of static initializers) by Dan Gohman.
Evan Cheng
2006-11-29
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-28
Fix PR1016
Chris Lattner
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
Fix the dag combiner bug corresponding to PR1014.
Chris Lattner
2006-11-27
For better or worse, load from i1 is assumed to be zero extended. Do not
Chris Lattner
2006-11-27
If a brcond condition is promoted, make sure to zero extend it, even if not
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-11-20
Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
Chris Lattner
2006-11-20
For PR950:
Reid Spencer
2006-11-17
Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.
Jim Laskey
2006-11-16
Fix an incorrectly inverted condition.
Evan Cheng
2006-11-15
remove dead #include
Chris Lattner
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-11
Make an assert comment match the tested assertion.
Reid Spencer
2006-11-11
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
disallow preinc of a frameindex. This is not profitable and causes 2-addr
Chris Lattner
2006-11-11
reduce indentation by using early exits. No functionality change.
Chris Lattner
2006-11-11
move big chunks of code out-of-line, no functionality change.
Chris Lattner
2006-11-10
Fix a dag combiner bug exposed by my recent instcombine patch. This fixes
Chris Lattner
2006-11-10
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
When forming a pre-indexed store, make sure ptr isn't the same or is a pred o...
Evan Cheng
2006-11-10
commentate
Chris Lattner
2006-11-09
Don't attempt expensive pre-/post- indexed dag combine if target does not sup...
Evan Cheng
2006-11-09
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-08
Match more post-indexed ops.
Evan Cheng
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-08
- When performing pre-/post- indexed load/store transformation, do not worry
Evan Cheng
2006-11-08
Fixed a minor bug preventing some pre-indexed load / store transformation.
Evan Cheng
2006-11-08
For PR950:
Reid Spencer
2006-11-08
Fix a obscure post-indexed load / store dag combine bug.
Evan Cheng
2006-11-07
Add post-indexed load / store transformations.
Evan Cheng
2006-11-07
Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.
Chris Lattner
2006-11-06
Remove dead code; added a missing null ptr check.
Evan Cheng
[prev]
[next]