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
2010-09-18
Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ...
Evan Cheng
2010-09-18
Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...
Owen Anderson
2010-09-17
Teach machine sink to
Evan Cheng
2010-09-17
Machine CSE was forgetting to clear some data structures.
Evan Cheng
2010-09-17
Fix a potential bug that can cause miscomparison with and without debug info.
Evan Cheng
2010-09-16
If FE forgot to provide a file name (usually it uses "stdin" as name in such ...
Devang Patel
2010-09-16
Use the value mapping provided by LiveIntervalMap. This simplifies the code a
Jakob Stoklund Olesen
2010-09-15
Check bb to ensure that alloca is in separate basic block.
Devang Patel
2010-09-15
If dbg.declare from non-entry block is using alloca from entry block then use...
Devang Patel
2010-09-14
must not peephole away side effects
Gabor Greif
2010-09-14
Use frame index, if available for byval argument while lowering dbg_declare. ...
Devang Patel
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
Mechanically replace LiveInterval* with LiveIntervalMap for intervals being
Jakob Stoklund Olesen
2010-09-13
Allow LiveIntervalMap to be reused by resetting the current live interval.
Jakob Stoklund Olesen
2010-09-13
Let's just declare that it is impossible to construct a std::pair from a null
Jakob Stoklund Olesen
2010-09-13
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-13
Silence more warnings. Two more unused variables.
Eric Christopher
2010-09-13
Added skeleton for inline asm multiple alternative constraint support.
John Thompson
2010-09-11
Rename ConvertToSetZeroFlag to something more general.
Bill Wendling
2010-09-10
No need to recompute the SrcReg and CmpValue.
Bill Wendling
2010-09-10
Move some of the decision logic for converting an instruction into one that sets
Bill Wendling
2010-09-10
Fix a comment typo.
Bob Wilson
2010-09-10
Modify the comparison optimizations in the peephole optimizer to update the
Bill Wendling
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
Add DEBUG message.
Devang Patel
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-08
Remove dead code.
Jakob Stoklund Olesen
2010-09-07
Don't add <imp-def> operands during register rewriting.
Jakob Stoklund Olesen
2010-09-05
add a comment about where this should eventually move.
Chris Lattner
2010-09-05
Added initialisers for reduction rule counters.
Lang Hames
2010-09-05
implement rdar://6653118 - fastisel should fold loads where possible.
Chris Lattner
2010-09-04
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
zap dead code.
Chris Lattner
2010-09-03
previous patch was a little too tricky for its own good. Don't try to
Jim Grosbach
2010-09-03
Add a missing check when legalizing a vector extending load. This doesn't
Bob Wilson
2010-09-03
VirtRegRewriter checks for early clobbers before it reuses an available stack
Jakob Stoklund Olesen
2010-09-03
Reapply commit 112702 which was speculatively reverted by echristo.
Duncan Sands
2010-09-02
There is no need to use .set here.
Devang Patel
2010-09-02
Detect undef value early and save unnecessary NodeMap query.
Devang Patel
2010-09-02
Don't narrow the load and store in a load+twiddle+store sequence unless
Dan Gohman
2010-09-02
Tidy up.
Devang Patel
2010-09-02
The scavenger should just use getAllocatableSet() rather than reinventing it
Jim Grosbach
2010-09-02
Anti-dependency breaking needs to be careful not to use reserved regs
Jim Grosbach
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-09-02
Added support for register allocators to record which intervals are spill int...
Lang Hames
2010-09-02
Silence an ambiguous else warning from GCC.
Chandler Carruth
2010-09-02
Added counters for PBQP reduction rules.
Lang Hames
2010-09-02
Add a bit of debug output for register scavenging
Jim Grosbach
2010-09-01
Tweak to ignoring reserved regs. The allocator was occasionally still looking
Jim Grosbach
2010-09-01
Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
Jakob Stoklund Olesen
[prev]
[next]