index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2011-02-13
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2011-02-12
A fix for 9165.
Nadav Rotem
2011-02-11
SimplifySelectOps can only handle selects with a scalar condition. Add a check
Nadav Rotem
2011-02-11
Fix #9190
Nadav Rotem
2011-02-10
After 3-addressifying a two-address instruction, update the register maps; ad...
Evan Cheng
2011-02-09
Delete unused code for analyzing and splitting around loops.
Jakob Stoklund Olesen
2011-02-09
Simplify using the new leaveIntvBefore()
Jakob Stoklund Olesen
2011-02-09
Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well.
Jakob Stoklund Olesen
2011-02-09
Typo.
Mikhail Glushenkov
2011-02-09
Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.
Jakob Stoklund Olesen
2011-02-09
Ignore <undef> uses when analyzing and rewriting.
Jakob Stoklund Olesen
2011-02-09
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-02-09
Add tags to live interval unions to avoid using stale queries.
Jakob Stoklund Olesen
2011-02-09
Evict a lighter single interference before attempting to split a live range.
Jakob Stoklund Olesen
[prev]
[next]