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
2011-02-22
VirtRegRewriter assertion fix.
Andrew Trick
2011-02-22
Roll out r126169 and r126170 in an attempt to fix the selfhost bot.
Cameron Zwarich
2011-02-22
Merge information about the number of zero, one, and sign bits of live-out re...
Cameron Zwarich
2011-02-22
Have isel visit blocks in reverse postorder rather than an undefined order. This
Cameron Zwarich
2011-02-21
Revert r125960, it's breaking darwin10 bootstrap.
Eric Christopher
2011-02-21
Add more debugging output.
Evan Cheng
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...
Jakob Stoklund Olesen
2011-02-21
Fix to correctly support attribute((section("__DATA, __common"))).
Stuart Hastings
2011-02-20
Fix 9267; Add vector zext support.
Nadav Rotem
2011-02-19
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-19
Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().
Jakob Stoklund Olesen
2011-02-19
Missed member rename for naming convention.
Jakob Stoklund Olesen
2011-02-19
This method belonged in VirtRegMap.
Jakob Stoklund Olesen
2011-02-19
Separate timers for local and global splitting.
Jakob Stoklund Olesen
2011-02-18
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-18
Use VirtRegMap's Virt2SplitMap to keep track of the original live range befor...
Jakob Stoklund Olesen
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
Add VirtRegMap::rewrite() and use it in the new register allocators.
Jakob Stoklund Olesen
2011-02-18
Reapply r114997 now that the buildbots have been updated.
Bill Wendling
2011-02-18
Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.
Cameron Zwarich
2011-02-18
Trim debugging output.
Jakob Stoklund Olesen
2011-02-17
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-17
Add basic register allocator statistics.
Jakob Stoklund Olesen
2011-02-17
Split local live ranges.
Jakob Stoklund Olesen
2011-02-17
Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at
Duncan Sands
2011-02-17
Switch to SmallVector in SimpleRegisterCoalescing for a 3.5% speedup on 403.gcc.
Cameron Zwarich
2011-02-17
Adjust indenting of arguments.
Cameron Zwarich
2011-02-17
Return Changed from SplitPHIEdges rather than always returning true.
Cameron Zwarich
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
Refactor zero folding slightly. Clean up todo.
Eric Christopher
2011-02-16
The change for PR9190 wasn't quite right. We need to avoid making the
Eric Christopher
2011-02-16
Remove a duplicated check.
Evan Cheng
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
Fix thinko. Cmp can be the first instruction in a MBB.
Evan Cheng
2011-02-15
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-14
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
Fix PR8854. Track inserted copies to avoid read before write. Sorry, it's har...
Evan Cheng
2011-02-14
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
Move broken HasCommonSymbols to ELFWriter.cpp.
Rafael Espindola
2011-02-14
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
fix two comment thinkos
Chris Lattner
2011-02-14
Add some statistics to StrongPHIElimination.
Cameron Zwarich
2011-02-14
Add a statistic to PHIElimination tracking the number of critical edges split.
Cameron Zwarich
2011-02-13
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-13
when legalizing extremely wide shifts, make sure that
Chris Lattner
[next]