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
Age
Commit message (
Expand
)
Author
2006-11-16
Don't recompute getNumOperands for each iteration.
Bill Wendling
2006-11-16
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
enable the branch folding pass for the JIT.
Chris Lattner
2006-11-16
Fix an incorrectly inverted condition.
Evan Cheng
2006-11-15
Match live variable changes.
Evan Cheng
2006-11-15
Minor updates.
Evan Cheng
2006-11-15
A register def can be partially dead when the whole register has use(s) but a...
Evan Cheng
2006-11-15
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
remove dead #include
Chris Lattner
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-13
- Let MachineInstr ctors add implicit def and use operands. Other operands
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
Allows debugging llc self hosted.
Jim Laskey
2006-11-09
Merging dwarf info to a single compile unit.
Jim Laskey
2006-11-09
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-08
Match more post-indexed ops.
Evan Cheng
2006-11-08
Remove redundant <cmath>.
Jim Laskey
2006-11-08
Now can re-enable debug label folding.
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-08
optimize single MBB loops better. In particular, produce:
Chris Lattner
2006-11-07
Accidently reran commit.
Jim Laskey
2006-11-07
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
Enable improved spilling costs by default. This speeds up viterbi on x86
Chris Lattner
2006-11-07
Use correct value for float HUGH_VAL.
Jim Laskey
2006-11-07
Add post-indexed load / store transformations.
Evan Cheng
2006-11-07
Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on
Chris Lattner
2006-11-07
Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.
Reid Spencer
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
2006-11-06
Tab interferes with uniqueness.
Jim Laskey
2006-11-06
D'oh - reversed logic.
Jim Laskey
[next]