projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-02-18
Bruno Cardoso...
Fix style and a typo
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Bruno Cardoso...
Add assembly parsing support for "msr" and also fix...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
improve support for OpenBSD, patch by Amit Kulkarni!
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Rafael Espindola
Expose getTypeName to the C API. Patch by Patrick Walton.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Duncan Sands
Add some transforms of the kind X-Y>X -> 0>Y which...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Benjamin Kramer
The objectsize intrinsic doesn't access any memory.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
add a poor division by constant case.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
add a testcase for r125827
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Cameron Zwarich
Roll out r125794 to help diagnose the llvm-gcc-i386...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
prevent jump threading from merging blocks when their...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
hoist GlobalValue::removeDeadConstantUsers up to being...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Chris Lattner
Don't unroll loops whose header block's address is...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Peter Collingbourne
Make -disable-simplify-libcalls work with -std-compile...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Joerg Sonnenberger
Recognize monitor/mwait with explicit register arguments
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Argyrios Kyrtzidis
Check the errorcode.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Jakob Stoklund...
Trim debugging output.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Joerg Sonnenberger
Recognize leavel and leaveq aliases for leave.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Devang Patel
Do not lose debug info of an inlined function argument...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Joerg Sonnenberger
Check that MnemonicAlias doesn't map back to the same...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
have instcombine preserve nsw/nuw/exact when sinking
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Jakob Stoklund...
Add basic register allocator statistics.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Oscar Fuentes
New library: LLVMX86Utils.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
fix instcombine merging GEPs through a PHI to only...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Nadav Rotem
Enhance constant folding of bitcast operations on vecto...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
add is always integer, thanks to Frits for noticing...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
David Greene
[AVX] Recorganize X86ShuffleDecode into its own library
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Jakob Stoklund...
Split local live ranges.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Dan Gohman
The labyrinthine X86 backend no longer appears to require
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Duncan Sands
Fix wrong logic in promotion of signed mul-with-overflo...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
NAKAMURA Takumi
Triple::MinGW64 is deprecated and removed. We can use...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
NAKAMURA Takumi
Fix whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Duncan Sands
This has been implemented.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Duncan Sands
Transform "A + B >= A + C" into "B >= C" if the adds...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Cameron Zwarich
Switch to SmallVector in SimpleRegisterCoalescing for...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Cameron Zwarich
Adjust indenting of arguments.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Cameron Zwarich
Return Changed from SplitPHIEdges rather than always...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
NAKAMURA Takumi
lit/TestingConfig.py: Add the environment variable...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Sean Hunt
Add serialization for Expr* arguments for attributes...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
preserve NUW/NSW when transforming add x,x
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
filecheckize
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Nick Lewycky
Fix thinko, basic blocks are SESE. The exits may have...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
add some notes on compares + binops. Remove redundant...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Chris Lattner
fix PR9215, preventing -reassociate from clearing nsw...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Chris Lattner
Add a few missed xforms from GCC PR14753
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Stuart Hastings
Swap VT and DebugLoc operands of getExtLoad() for consi...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Rafael Espindola
Add a debug obj-path option to make it easy to keep...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eli Friedman
Remove outdated README entry.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eli Friedman
Remove outdated README entry.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eli Friedman
Update README entry.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eric Christopher
Refactor zero folding slightly. Clean up todo.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Rafael Espindola
Gas is very inconsistent about when a relaxation/reloca...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eric Christopher
The change for PR9190 wasn't quite right. We need to...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Eric Christopher
Add testcase for PR9190.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Rafael Espindola
Add support for pushsection and popsection. Patch by...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Evan Cheng
Remove a duplicated check.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Evan Cheng
Some single precision VFP instructions may be executed...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Nick Lewycky
Teach PatternMatch that splat vectors could be floating...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Roman Divacky
Add support for parsing [expr].
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Jakob Stoklund...
Teach ARMLoadStoreOptimizer to remove kill flags from...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Devang Patel
Ignore DBG_VALUE machine instructions while constructin...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Argyrios Kyrtzidis
Implement a function from PathV2 whose definition is...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Devang Patel
Move DbgInfoPrinter specific utlities inside DbgInfoPri...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Devang Patel
Print function info. Patch by Minjang Kim.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Duncan Sands
Spelling fix: consequtive -> consecutive.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Argyrios Kyrtzidis
When tablegen'ing the clang analyzer checkers:
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Nadav Rotem
Fix 9216 - Endless loop in InstCombine pass.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Evan Cheng
Fix thinko. Cmp can be the first instruction in a MBB.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Devang Patel
Do not forget DebugLoc!
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Chris Lattner
tidy up a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Chris Lattner
Minor fixes to tutorial, patch by Benjamin Meyer!
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Chris Lattner
fix comments
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Chris Lattner
convert ConstantVector::get to use ArrayRef.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Chris Lattner
fix some typos.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Bob Wilson
Remove unused bitvectors that record ARM callee-saved...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Jakob Stoklund...
Move more fragments of spill weight calculation into...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Devang Patel
Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Rafael Espindola
Switch llvm to using comdats. For now always use groups...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Bob Wilson
PR9139: Specify ARM/Darwin triple for vector-DAGCombine...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Evan Cheng
Fix PR8854. Track inserted copies to avoid read before...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Bruno Cardoso...
A fail to match coprocessor number and register number...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Oscar Fuentes
Add current binary and source directories to the header...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Chris Lattner
revert my ConstantVector patch, it seems to have made...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Argyrios Kyrtzidis
Add the ClangSACheckersEmitter tablegen backend which...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Rafael Espindola
Move broken HasCommonSymbols to ELFWriter.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Bruno Cardoso...
Fix encoding and add parsing support for the arm/thumb...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Chris Lattner
Switch ConstantVector::get to use ArrayRef instead...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Chris Lattner
add a new ArrayRef class. This is intended to replace...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Chris Lattner
fix PR9210 by implementing some type legalization logic for
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Chris Lattner
fix two comment thinkos
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Cameron Zwarich
Add some statistics to StrongPHIElimination.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-14
Cameron Zwarich
Add a statistic to PHIElimination tracking the number...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Chris Lattner
missed a header
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Chris Lattner
Enhance ComputeMaskedBits to know that aligned frameindexes
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Tobias Grosser
Adapt docs to '-loopsimplify -> -loop-simplify' change
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Chris Lattner
fix thinko :)
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Chris Lattner
Revisit my fix for PR9028: the issue is that DAGCombine was
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Chris Lattner
remove a now-unneccesary cast.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Duncan Sands
Remove pointless blank line.
commit
|
commitdiff
|
tree
|
snapshot
next