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-18
MISched: minor improvement, initialize remaining resources before the first s...
Andrew Trick
2012-12-18
Add an assertion for a likely ilist::splice() contract violation.
Jakob Stoklund Olesen
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.
Eli Bendersky
2012-12-18
Tighten the insert() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
Check multiple register classes for inline asm tied registers
Hal Finkel
2012-12-18
Enable the loop vectorizer.
Nadav Rotem
2012-12-18
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-18
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
NAKAMURA Takumi
2012-12-18
Initialize NoRedZone and remove unused default values.
Rafael Espindola
2012-12-18
Cleanup comment and formatting
Eli Bendersky
2012-12-18
Repair bundles that were broken by removing and reinserting the first
Jakob Stoklund Olesen
2012-12-18
Formatting.
Eric Christopher
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
Cleanup formatting and whitespace.
Eric Christopher
2012-12-18
Extract a method, no functional change intended.
Jakob Stoklund Olesen
2012-12-17
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
EmitDebugLabel should by default be the same as EmitLabel everywhere.
Reed Kotler
2012-12-17
fix indentation
Eli Bendersky
2012-12-17
[arm fast-isel] Minor cleanup. No functional change intended.
Chad Rosier
2012-12-17
Fix some integer constant warnings by using a suffix
Nick Kledzik
2012-12-17
Add a triple to this test -- it has to be an ELF platform...
Chandler Carruth
2012-12-17
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
re-enable test cases now that traits work with g++. Fix some g++ warnings
Nick Kledzik
2012-12-17
Remove trailing whitespace
Michael Ilseman
2012-12-17
Removed trailing whitespace
Michael Ilseman
2012-12-17
[arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary
Chad Rosier
2012-12-17
Use different trait techniques to be compatible with g++
Nick Kledzik
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Query section for whether it should be executable.
Tim Northover
2012-12-17
Teach MachO which sections contain code
Tim Northover
2012-12-17
[msan] Fix lint warning.
Evgeniy Stepanov
2012-12-17
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
R600: enable S_*N2_* instructions
Tom Stellard
2012-12-17
R600: BB operand support for SI
Tom Stellard
2012-12-17
R600: remove nonsense setPrefLoopAlignment
Tom Stellard
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Revert/correct some FastISel changes in r170104 (EVT->MVT for
Patrik Hagglund
2012-12-17
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Fix parameter name in prototypes in XCoreDisassembler.
Richard Osborne
2012-12-17
Hoist a convertValue call to the two paths where it is needed.
Chandler Carruth
2012-12-17
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
Hoist the insertVector helper to be a static helper.
Chandler Carruth
2012-12-17
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
Lift the extractVector helper all the way out to a static helper function.
Chandler Carruth
2012-12-17
Factor the vector load rewriting into a more generic form.
Chandler Carruth
2012-12-17
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
[prev]
[next]