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
Age
Commit message (
Expand
)
Author
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
Fix whitespace.
NAKAMURA Takumi
2011-02-17
This has been implemented.
Duncan Sands
2011-02-17
Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise f...
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-17
lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...
NAKAMURA Takumi
2011-02-17
Add serialization for Expr* arguments for attributes to clang tablegen files.
Sean Hunt
2011-02-17
preserve NUW/NSW when transforming add x,x
Chris Lattner
2011-02-17
filecheckize
Chris Lattner
2011-02-17
Fix thinko, basic blocks are SESE. The exits may have many edges though.
Nick Lewycky
2011-02-17
add some notes on compares + binops. Remove redundant entries.
Chris Lattner
2011-02-17
fix PR9215, preventing -reassociate from clearing nsw/nuw when
Chris Lattner
2011-02-16
Add a few missed xforms from GCC PR14753
Chris Lattner
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
Add a debug obj-path option to make it easy to keep the .o produce by LTO.
Rafael Espindola
2011-02-16
Remove outdated README entry.
Eli Friedman
2011-02-16
Remove outdated README entry.
Eli Friedman
2011-02-16
Update README entry.
Eli Friedman
2011-02-16
Refactor zero folding slightly. Clean up todo.
Eric Christopher
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
The change for PR9190 wasn't quite right. We need to avoid making the
Eric Christopher
2011-02-16
Add testcase for PR9190.
Eric Christopher
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
Remove a duplicated check.
Evan Cheng
2011-02-16
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-15
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2011-02-15
Add support for parsing [expr].
Roman Divacky
2011-02-15
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
Implement a function from PathV2 whose definition is missing.
Argyrios Kyrtzidis
2011-02-15
Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp
Devang Patel
2011-02-15
Print function info. Patch by Minjang Kim.
Devang Patel
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
When tablegen'ing the clang analyzer checkers:
Argyrios Kyrtzidis
2011-02-15
Fix 9216 - Endless loop in InstCombine pass.
Nadav Rotem
2011-02-15
Fix thinko. Cmp can be the first instruction in a MBB.
Evan Cheng
2011-02-15
Do not forget DebugLoc!
Devang Patel
2011-02-15
tidy up a bit.
Chris Lattner
2011-02-15
Minor fixes to tutorial, patch by Benjamin Meyer!
Chris Lattner
2011-02-15
fix comments
Chris Lattner
2011-02-15
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
fix some typos.
Chris Lattner
2011-02-14
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-14
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...
Devang Patel
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-02-14
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.
Bob Wilson
2011-02-14
Fix PR8854. Track inserted copies to avoid read before write. Sorry, it's har...
Evan Cheng
[next]