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
/
Analysis
Age
Commit message (
Expand
)
Author
2007-02-23
Fix thinko.
Devang Patel
2007-02-23
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-22
Populate and walk loop queue.
Devang Patel
2007-02-22
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
Add Loop Pass Manager.
Devang Patel
2007-02-15
For PR1195:
Reid Spencer
2007-02-11
Fix comments to match names of functions.
Nick Lewycky
2007-02-10
Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse
Chris Lattner
2007-02-10
modify CheckGEPInstructions to take a pointer and size instead of a vector.
Chris Lattner
2007-02-10
eliminate use of TargetData::getIndexedOffset that takes a vector
Chris Lattner
2007-02-10
completely eliminate a temporary vector
Chris Lattner
2007-02-10
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-05
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
Dump function names when debug-pass=Executions is used.
Devang Patel
2007-02-01
Pretty print pass manager
Devang Patel
2007-01-31
Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll
Chris Lattner
2007-01-31
elimiante a temporary vector
Chris Lattner
2007-01-31
Move some symbolic constant folding code out of instcombine into a place
Chris Lattner
2007-01-30
The local "ConstantFold" method is now just a watered down version of
Chris Lattner
2007-01-30
move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into
Chris Lattner
2007-01-30
adjust to constant folding api changes.
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Use StartPassTimer() and StopPassManager()
Devang Patel
2007-01-29
Measure timings.
Devang Patel
2007-01-26
Remove dead code.
Devang Patel
2007-01-23
Fix typo.
Devang Patel
2007-01-23
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-21
For PR970:
Reid Spencer
2007-01-19
For PR1043:
Reid Spencer
2007-01-17
Add CGPassManager.
Devang Patel
2007-01-15
Unbreak VC++ build.
Jeff Cohen
2007-01-15
Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5%
Chris Lattner
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
Fix correlated exprs regressions
Chris Lattner
2007-01-14
fit to 80 cols.
Chris Lattner
2007-01-14
Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll
Chris Lattner
2007-01-12
don't discriminate against bool
Chris Lattner
2007-01-12
remove unneeded special cases
Chris Lattner
2007-01-12
GEP operands can't be bools
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-08
Fix a bug in an assert that would never trigger.
Reid Spencer
2007-01-08
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-07
remove llvm.isunordered
Chris Lattner
[next]