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
Age
Commit message (
Expand
)
Author
2012-11-02
Fix whitespaces
Alexey Samsonov
2012-11-02
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-02
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
Fix an obvious typo that causes an assertion failure when running
Duncan Sands
2012-11-02
Fix sign compare warning. Patch by Mahesha HS.
Chandler Carruth
2012-11-01
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
Fixed format string to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-11-01
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-11-01
Cleanup another place redundant SP maintained
Michael Liao
2012-11-01
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
[Support] Fix StrError on Windows to actually return the error string...
Michael J. Spencer
2012-10-31
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
Put the threshold magic number in a variable.
Nadav Rotem
2012-10-31
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
Remove enum values since they are not used anymore.
Nadav Rotem
2012-10-31
Address Duncan's comments on r167121.
Hans Wennborg
2012-10-31
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.
Hans Wennborg
2012-10-31
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
Fix a couple of comment typos.
Benjamin Kramer
2012-10-31
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-31
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
Clean up redundant SP register maintained in X86 TLI
Michael Liao
2012-10-31
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
[next]