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-11-26
Collapse X86ISD node types for PUNPCKH*, PUNPCKL*, UNPCKLP*, and UNPCKHP* to ...
Craig Topper
2011-11-26
Move the branch probability blurb into the optimizer section. Add a minimal b...
Benjamin Kramer
2011-11-26
Added Objective-C and libc++ details to the 3.0 release notes.
David Chisnall
2011-11-26
FileCheck-ize this test and make it more precise. This is in preparation
Chandler Carruth
2011-11-26
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-25
shpelling
Benjamin Kramer
2011-11-25
Remove ZooLib from the projects list.
Benjamin Kramer
2011-11-25
add a user
Chris Lattner
2011-11-25
add some notes
Chris Lattner
2011-11-25
add faust
Chris Lattner
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-25
ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.
NAKAMURA Takumi
2011-11-24
Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...
Craig Topper
2011-11-24
Remove AVX2 specific X86ISD node types for PUNPCKH/L and instead just reuse t...
Craig Topper
2011-11-24
Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...
Benjamin Kramer
2011-11-24
Make ConstantRange::truncate a bit more efficient.
Benjamin Kramer
2011-11-24
X86: alias cqo to cqto.
Benjamin Kramer
2011-11-24
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-24
Add a few notes for ARM and a blurb about the MCJIT.
Jim Grosbach
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
Correctly byte-swap APInts with bit-widths greater than 64.
Richard Smith
2011-11-23
Validate the return type when checking if a function is malloc.
Benjamin Kramer
2011-11-23
Fix a crash in which a multiplication was being reported as being both negative
Duncan Sands
2011-11-23
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Wi...
NAKAMURA Takumi
2011-11-23
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
I added several lines in X86 code generator that allow to choose
Elena Demikhovsky
2011-11-23
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
Point to libLTO with -L/PATH/ -lLTO so that it is found in the install
Rafael Espindola
2011-11-23
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-23
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-22
Undo test commit
Anshuman Dasgupta
2011-11-22
Test commit
Anshuman Dasgupta
2011-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-22
Turn error recovery into an assert.
Benjamin Kramer
2011-11-22
Add triple to the test.
Rafael Espindola
2011-11-22
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-22
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...
Craig Topper
2011-11-22
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-21
fix typo in comment
Sebastian Pop
2011-11-21
Fix crasher in GVN due to my recent capture tracking changes.
Nick Lewycky
2011-11-21
Add virtual destructor. Whoops!
Nick Lewycky
[prev]
[next]