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
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2008-10-03
Nick Lewycky's patch.
Devang Patel
2008-10-03
SplitBlock should only attempt to update LoopInfo if it is actually being used.
Owen Anderson
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-22
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-18
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-17
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-09
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-08
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-05
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
Remove trailing whitespace.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
Add a new trivial -inst-namer pass which makes it possible to diff the
Chris Lattner
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-14
Use empty() instead of begin() == end().
Dan Gohman
2008-07-23
Enable first-class aggregates support.
Dan Gohman
2008-07-18
Reapply r53735. My last patch fixed the failures Dan observed.
Owen Anderson
2008-07-18
Add some checks that got lost in the shuffle. This fixes 464.h264ref.
Owen Anderson
2008-07-18
Revert r53735. It broke SPEC 464.h264ref.
Dan Gohman
2008-07-17
Use MergeBlockIntoPredecessor to simplify some code.
Owen Anderson
2008-07-17
Make MergeBlockIntoPredecessor more aggressive when the same successor appears
Owen Anderson
2008-07-17
Inliner tweak. Function calls should cost more than one instruction!
Evan Cheng
2008-07-17
Factor MergeBlockIntoPredecessor out into BasicBlockUtils.
Owen Anderson
2008-07-14
Reapply r53540, now with the matching header!
Chris Lattner
2008-07-14
Revert r53540 - it does not compile.
Duncan Sands
2008-07-14
If a function calls setjmp, never inline it into other functions. This is
Chris Lattner
2008-07-14
simplify some code, shuffle and insertelt always return a vector.
Chris Lattner
2008-07-13
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-07-13
more refactoring. Use early exits instead of really complex logic.
Chris Lattner
2008-07-13
improve comments.
Chris Lattner
2008-07-13
factor another large hunk of code out into its own function.
Chris Lattner
2008-07-13
Final bit of simplification for FoldBranchToCommonDest.
Chris Lattner
2008-07-13
simplify logic a bit
Chris Lattner
2008-07-13
Refactor some code out into its own helper function, getting rid of crazy mul...
Chris Lattner
2008-06-25
- Use O(1) check of basic block size limit.
Evan Cheng
2008-06-24
Revert 52645, the loop unroller changes. It caused a regression in 252.eon.
Dan Gohman
2008-06-23
Revamp the loop unroller, extending it to correctly update PHI nodes
Dan Gohman
2008-06-22
Use Loop::block_iterator.
Dan Gohman
2008-06-21
Use Instruction::eraseFromParent().
Dan Gohman
2008-06-21
Fix warning when assertions disabled.
Chris Lattner
[next]