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-12-11
Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.
Patrik Hagglund
2012-12-11
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
revert the test change
Hao Liu
2012-12-11
A newbie try a test commit
Hao Liu
2012-12-11
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-11
llvm/Target/TargetMachine.h: Remove two dependent headers.
NAKAMURA Takumi
2012-12-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
Use multiclass for new-value store instructions with MEMri operand.
Jyotsna Verma
2012-12-11
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-11
Change some functions to take const pointers.
Rafael Espindola
2012-12-11
Stylistic tweak.
Evan Cheng
2012-12-11
Add a triple to this test.
Chad Rosier
2012-12-11
Fix a miscompile in the DAG combiner. Previously, we would incorrectly
Chandler Carruth
2012-12-11
move X86-specific test
Paul Redmond
2012-12-11
Fix grammar-o.
Bill Wendling
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Refactor out the abbreviation handling into a separate class that
Eric Christopher
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Optimistically analyse Phi cycles
Arnold Schwaighofer
2012-12-10
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
Fix PR14568: Avoid the DFA packetizer from making an invalid read
Anshuman Dasgupta
2012-12-10
Rearrange vars and make comments more obvious.
Eric Christopher
2012-12-10
Remove blank line at top of file.
Eric Christopher
2012-12-10
Fix a coding style nit.
Eric Christopher
2012-12-10
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
LegalizeDAG: Allow type promotion of scalar loads
Tom Stellard
2012-12-10
LegalizeDAG: Allow type promotion for scalar stores
Tom Stellard
2012-12-10
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
Revert r169656.
Bill Wendling
2012-12-10
Add a test for explicitly exercising the mc-relax-all flag.
Eli Bendersky
2012-12-10
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
Use the somewhat semantic term "split dwarf" it more matches what's
Eric Christopher
2012-12-10
Delete the FissionCU.
Eric Christopher
2012-12-10
Reorder fission variables.
Eric Christopher
2012-12-10
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
CMake: Don't run 'git svn' if there is no .git/svn directory.
Jim Grosbach
2012-12-10
This patch adds statistics for other non-DWARF fragments emitted by
Eli Bendersky
2012-12-10
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-10
Fix funky copy-pasted grammatical error.
Sean Silva
2012-12-10
Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."
Chandler Carruth
2012-12-10
Make '-mtune=x86_64' assume fast unaligned memory accesses.
Chandler Carruth
2012-12-10
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-10
[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.
NAKAMURA Takumi
[prev]
[next]