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
2012-05-08
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...
Stepan Dyatkovskiy
2012-05-08
Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...
Craig Topper
2012-05-08
Ordinary patch for PR1255.
Stepan Dyatkovskiy
2012-05-08
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
Extract methods for joining physregs.
Jakob Stoklund Olesen
2012-05-07
Naming convention and whitespace. No functional change.
Jakob Stoklund Olesen
2012-05-07
Coalesce subreg-subreg copies.
Jakob Stoklund Olesen
2012-05-07
Remove C Backend from the bugpoint docs
Pete Cooper
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
Fix bug in TRI::getCommonSuperRegClass().
Jakob Stoklund Olesen
2012-05-07
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-07
Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...
Owen Anderson
2012-05-07
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2012-05-07
Constify (trivially) ImmutableSet::iterator::getVisitState().
Jordy Rose
2012-05-07
Add TRI::getCommonSuperRegClass().
Jakob Stoklund Olesen
2012-05-07
Fix a regression from r147481. This combine should only happen if there is a
Chad Rosier
2012-05-07
Don't assume size_t is unsigned long long.
Matt Beaumont-Gay
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
2012-05-07
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
Fix trivial typo in llvm_move.
John McCall
2012-05-07
Fix some issues in the f16c instructions.
Craig Topper
2012-05-07
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
Add SSE4A MOVNTSS/MOVNTSD instructions.
Craig Topper
2012-05-07
Support the 'J' constraint.
Eric Christopher
2012-05-07
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
When using inline asm constraints representing
Eric Christopher
2012-05-07
Tidy up. Whitespace.
Jim Grosbach
2012-05-06
Use MVT instead of EVT as the argument to all the shuffle decode functions. S...
Craig Topper
2012-05-06
Add VPERMQ/VPERMPD to the list of target specific shuffles that can be looked...
Craig Topper
2012-05-06
Add shuffle decode support for VPERMQ/VPERMPD.
Craig Topper
2012-05-06
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
Jim Grosbach
2012-05-06
make SourceMgr tolerate empty SMLoc()'s better.
Chris Lattner
2012-05-06
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-06
Remove trailing spaces.
Jakub Staszak
2012-05-06
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-05-05
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
add missing header <shame>
Chris Lattner
2012-05-05
refactor some code to expose column numbers more and make diagnostic printing...
Chris Lattner
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
[Support] Add missing include.
Daniel Dunbar
2012-05-05
[Support] Fix up comments.
Daniel Dunbar
[next]