projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-09-26
Daniel Sanders
Fix unused variable warning added in r218509
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Daniel Sanders
[mips] Generalize the handling of f128 return values...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Robert Khasanov
[AVX512] Added load/store from BW/VL subsets to Registe...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
llvm-vtabledump: Small cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Jyoti Allur
fix a typo in doumentation index.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
llvm-vtabledump: strip trailing NUL bytes
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
Fix build breakage on MSVC 2013
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
llvm-vtabledump: Dump RTTI structures for the MS ABI
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
Target: Fix build breakage.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Majnemer
Support: Remove undefined behavior from &raw_ostream...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Xu
Revert patch of r218493, delete the test case
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Xu
Revert patch ofr218493
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
David Xu
Redundant store instructions should be removed as dead...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Eric Christopher
Add the first backend support for on demand subtarget...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Eric Christopher
Add a FIXME to TargetMachine to remove the function...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Eric Christopher
Have setSubtarget take a const subtarget.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Eric Christopher
Move resetTargetOptions from taking a MachineFunction...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Matt Arsenault
R600: Avoid repeated check lines
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Matt Arsenault
R600/SI: Fix emitting trailing whitespace after s_waitcnt
commit
|
commitdiff
|
tree
|
snapshot
2014-09-26
Adam Nemet
[AVX512] Simplify use of !con()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Adam Nemet
[AVX512] Pull pattern for subvector extract into the...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Adam Nemet
[AVX512] Make vextract*x4/vinsert*x4 tests check for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Adam Nemet
[AVX512] Refactor subvector extracts
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Adam Nemet
[AVX512] Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Hal Finkel
Add SDAG TableGen definitions for BR_CC
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Matt Arsenault
R600: Fix some missing conversion testcases
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Matt Arsenault
Remove duplicated RUN lines in middle of test
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Bruno Cardoso...
[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
David Majnemer
Object: Add range iterators for Archive children
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Nick Kledzik
[Support] Fix Format.h to build on Windows
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Nick Kledzik
[Support] Add type-safe alternative to llvm::format()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Anton Yartsev
Refactoring: raw pointer -> unique_ptr
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Tom Stellard
ARM: Remove unneeded check for MI->hasPostISelHook()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Tom Stellard
SelectionDAG: Remove #if NDEBUG from check for a post...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Tom Stellard
R600/SI: Add support for global atomic add
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Robin Morisset
Lower idempotent RMWs to fence+load
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Aaron Ballman
Since the DisasmMemoryObject only operates on const...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Sid Manning
Add missing attributes !cmp.[eq,gt,gtu] instructions.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Daniel Sanders
Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISe...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Daniel Sanders
[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Renato Golin
Add aliases for VAND imm to VBIC ~imm
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Teach the new vector shuffle lowering to use...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Sylvestre Ledru
Update my previous commit to fit 80 cols...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Sylvestre Ledru
Details that -debug-only is not available when LLVM...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Teach the new vector shuffle lowering a fancier...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Oliver Stannard
[Thumb2] BXJ should be undefined for v7M, v8A
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Fix an oversight in the v8i32 path of the new...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Rearrange the code for v16i16 lowering a bit...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Implement AVX2 support for v32i8 in the new vecto...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] More tweaks to the v32i8 test cases.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Re-work a bunch of the v32i8 test cases to actual...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Reid Kleckner
MC: Use @IMGREL instead of @IMGREL32, which we can...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Remove the defunct X86ISD::BLENDV entry -- we...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Fix the v16i16 blend logic I added in the prior...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Justin Bogner
llvm-cov: Combine segments that cover the same location
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Akira Hatanaka
[X86,AVX] Add an isel pattern for X86VBroadcast.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Chandler Carruth
[x86] Implement v16i16 support with AVX2 in the new...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Kevin Enderby
Flush out enough of llvm-objdump’s SymbolizerSymbolLook...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Kostya Serebryany
[asan] don't instrument module CTORs that may be run...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Removing empty ARM tests from failed revert
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Removing empty tests from failed revert
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Revert 218406 - Refactor the RelocVisitor::visit method
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Revert 218407 - Add support for ARM and AArch64 BE...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Revert 218408 - Report endianness in output of {dwarf...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Revert 218411 - XFAIL reloc test on x86/hexagon
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
XFAIL reloc test on x86/hexagon
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Akira Hatanaka
Revert r218380. This was breaking Apple internal build...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Report endianness in output of {dwarf, obj}dump
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Add support for ARM and AArch64 BE object files
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Refactor the RelocVisitor::visit method
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Scott Douglass
pass environment when invoking llvm-config from lit.cfg
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chris Bieneman
Adding #ifdef around TermColorMutex based on feedback...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] Factor out the logic to generically decombose...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Kaelyn Takata
Revert "Add support for ARM and AArch64 BE object files"
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Kaelyn Takata
Revert "Report endianness in output of {dwarf, obj...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Kaelyn Takata
Revert "Refactor the RelocVisitor::visit method"
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Report endianness in output of {dwarf, obj}dump
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Add support for ARM and AArch64 BE object files
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Renato Golin
Refactor the RelocVisitor::visit method
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
David Peixotto
Fix assertion in LICM doFinalization()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Moritz Roth
[Thumb] Make load/store optimizer less conservative.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Oliver Stannard
[Thumb] 32-bit encodings of 'cps' are not valid for v7M
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Aaron Ballman
Silencing an "enumeral and non-enumeral type in conditi...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Benjamin Kramer
Replace a hand-written suffix compare with std::lexicog...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] Teach the instruction lowering to add comments...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Michael Liao
Allow BB duplication threshold to be adjusted through...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
Windows/Host.inc: Reformat the header to fit 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove <cstdlib>. It has been unused...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Wrap a comment line in 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove leading whitespace. It had been...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
NAKAMURA Takumi
valgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Jiangning Liu
Clear PreferredExtendType for in each function-specific...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] More refactoring of the shuffle comment emission...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] Bypass the shuffle mask comment generation when...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] Hoist the logic for extracting the relevant bits...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Matt Arsenault
R600/SI: Add new helper isSGPRClassID
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Matt Arsenault
R600/SI: Fix hardcoded and wrong operand numbers.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Matt Arsenault
R600/SI: Enable named operand table for SALU instructions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Chandler Carruth
[x86] Start refactoring the comment printing logic...
commit
|
commitdiff
|
tree
|
snapshot
next