projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-12-19
Nadav Rotem
DOC: fix the url format.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Patrik Hagglund
Change TargetLowering::getTruncStoreAction to take...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Nadav Rotem
DOC: add a benchmarks that compares us to gcc and icc.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Elena Demikhovsky
Optimized load + SIGN_EXTEND patterns in the X86 backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Nadav Rotem
After reducing the size of an operation in the DAG...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Nadav Rotem
docs: fix typos.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Nadav Rotem
DOC: Add a webpage that describes the loop and bb vecto...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Craig Topper
Remove more of 'else's after 'returns'. No functional...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Craig Topper
Remove a bunch of 'else's after 'returns'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Craig Topper
Teach SimplifySetCC that comparing AssertZext i1 agains...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Reed Kotler
Add some missing Defs and Uses.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Shuxin Yang
Make sure the buffer, which containas an instance of...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Kevin Enderby
Add to the disassembler C API an option to print the...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Remove MachineInstr::setIsInsideBundle().
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Use bidirectional bundle flags to simplify important...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Shuxin Yang
rdar://12801297
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Nadav Rotem
Enable the loop vectorizer in clang and not in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Verify bundle flag consistency when setting them.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakub Staszak
Reverse order of checking SSE level when calculating...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Verify bundle flags for consistency in MachineVerifier.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Quentin Colombet
Disable ARM partial flag dependency optimization at -Oz
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Don't allow the automatically updated MI flags to be...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Tighten up the splice() API for bundled instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: add dependence to ExitSU to model live-out...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: Cleanup, redundant statement.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: Heuristics, compare latency more precisely...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: Remove SchedRemainder::IsResourceLimited....
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: cleanup, use the proper iterator type.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Andrew Trick
MISched: minor improvement, initialize remaining resour...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Add an assertion for a likely ilist::splice() contract...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Benjamin Kramer
LoopVectorize: Emit reductions as log2(vectorsize)...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Eli Bendersky
Get rid of the pesky -Woverloaded-virtual warning....
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Tighten the insert() API for bundled instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Hal Finkel
Check multiple register classes for inline asm tied...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Nadav Rotem
Enable the loop vectorizer.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Nadav Rotem
Rename the test so that we can add additional vectors...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Nadav Rotem
SROA: Replace calls to getScalarSizeInBits to DataLayou...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
NAKAMURA Takumi
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Rafael Espindola
Initialize NoRedZone and remove unused default values.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Eli Bendersky
Cleanup comment and formatting
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Repair bundles that were broken by removing and reinser...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Eric Christopher
Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Eric Christopher
Add support for passing -main-file-name all the way...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Eric Christopher
Cleanup formatting and whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Jakob Stoklund...
Extract a method, no functional change intended.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Jakob Stoklund...
Tighten up the erase/remove API for bundled instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Reed Kotler
EmitDebugLabel should by default be the same as EmitLab...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Eli Bendersky
fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chad Rosier
[arm fast-isel] Minor cleanup. No functional change...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Nick Kledzik
Fix some integer constant warnings by using a suffix
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Add a triple to this test -- it has to be an ELF platfo...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Prepare LLVM to fix PR14625, exposing a hook in MCConte...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Nick Kledzik
re-enable test cases now that traits work with g++...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Michael Ilseman
Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Michael Ilseman
Removed trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chad Rosier
[arm fast-isel] Fast-isel only handles simple VTs,...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Nick Kledzik
Use different trait techniques to be compatible with g++
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Fix another SROA crasher, PR14601.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Tim Northover
Query section for whether it should be executable.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Tim Northover
Teach MachO which sections contain code
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Evgeniy Stepanov
[msan] Fix lint warning.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings / disassembly support for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Tom Stellard
R600: enable S_*N2_* instructions
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Tom Stellard
R600: BB operand support for SI
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Tom Stellard
R600: remove nonsense setPrefLoopAlignment
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Teach the rewriting of memcpy calls to support subvecto...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Patrik Hagglund
Revert/correct some FastISel changes in r170104 (EVT...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Evgeniy Stepanov
Optimize tree walking in markAliveBlocks.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings for PEEK and ENDIN.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Fix a secondary bug I introduced while fixing the first...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Fix parameter name in prototypes in XCoreDisassembler.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Hoist a convertValue call to the two paths where it...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings / disassembly support for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Hoist the insertVector helper to be a static helper.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings for ZEXT and SEXT.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Lift the extractVector helper all the way out to a...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Factor the vector load rewriting into a more generic...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings / disassembly support for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Add instruction encodings / disassembly support for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Simplify assertion in XCoreInstPrinter.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Update comments to match recommended doxygen style.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Richard Osborne
Remove unnecessary include.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Duncan Sands
Fix typo that results in new landing pads not getting...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Duncan Sands
Fix comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Craig Topper
Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Craig Topper
Simplify BMI ANDN matching to use patterns instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Craig Topper
Add rest of BMI/BMI2 instructions to the folding tables...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Craig Topper
Remove store forms of DEC/INC from isDefConvertible...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Fix the first part of PR14478: memset now works.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Extract the logic for inserting a subvector into a...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Chandler Carruth
Lift the integer splat computation into a helper function.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Craig Topper
Add debug prints for when optimizeLoadInstr folds a...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Add tests for disassembly of 1r XCore instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Add instruction encodings and disassembly for 1r instru...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Add XCore disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Remove invalid instruction encodings.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Mark anything deriving from PseudoInstXCore as a pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Set instruction size correctly in XCoreInstrFormats.td
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Richard Osborne
Change XCoreAsmPrinter to lower MachineInstrs to MCInst...
commit
|
commitdiff
|
tree
|
snapshot
next