oota-llvm.git
2014-09-26 Daniel Sanders[mips] Generalize the handling of f128 return values...
2014-09-26 Robert Khasanov[AVX512] Added load/store from BW/VL subsets to Registe...
2014-09-26 David Majnemerllvm-vtabledump: Small cleanup
2014-09-26 Jyoti Allurfix a typo in doumentation index.
2014-09-26 David Majnemerllvm-vtabledump: strip trailing NUL bytes
2014-09-26 David MajnemerFix build breakage on MSVC 2013
2014-09-26 David Majnemerllvm-vtabledump: Dump RTTI structures for the MS ABI
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 David MajnemerSupport: Remove undefined behavior from &raw_ostream...
2014-09-26 David XuRevert patch of r218493, delete the test case
2014-09-26 David XuRevert patch ofr218493
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-26 Matt ArsenaultR600: Avoid repeated check lines
2014-09-26 Matt ArsenaultR600/SI: Fix emitting trailing whitespace after s_waitcnt
2014-09-26 Adam Nemet[AVX512] Simplify use of !con()
2014-09-25 Adam Nemet[AVX512] Pull pattern for subvector extract into the...
2014-09-25 Adam Nemet[AVX512] Make vextract*x4/vinsert*x4 tests check for...
2014-09-25 Adam Nemet[AVX512] Refactor subvector extracts
2014-09-25 Adam Nemet[AVX512] Fix typo
2014-09-25 Hal FinkelAdd SDAG TableGen definitions for BR_CC
2014-09-25 Matt ArsenaultR600: Fix some missing conversion testcases
2014-09-25 Matt ArsenaultRemove duplicated RUN lines in middle of test
2014-09-25 Bruno Cardoso... [MachineSink+PGO] Teach MachineSink to use BlockFrequen...
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-09-25 Nick Kledzik[Support] Fix Format.h to build on Windows
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-25 Anton YartsevRefactoring: raw pointer -> unique_ptr
2014-09-25 Tom StellardARM: Remove unneeded check for MI->hasPostISelHook()
2014-09-25 Tom StellardSelectionDAG: Remove #if NDEBUG from check for a post...
2014-09-25 Tom StellardR600/SI: Add support for global atomic add
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Aaron BallmanSince the DisasmMemoryObject only operates on const...
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
2014-09-25 Daniel SandersAdd llvm_unreachables() for [ASZ]ExtUpper to X86FastISe...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Sylvestre LedruUpdate my previous commit to fit 80 cols...
2014-09-25 Sylvestre LedruDetails that -debug-only is not available when LLVM...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Oliver Stannard[Thumb2] BXJ should be undefined for v7M, v8A
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-25 Chandler Carruth[x86] Rearrange the code for v16i16 lowering a bit...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Chandler Carruth[x86] More tweaks to the v32i8 test cases.
2014-09-25 Chandler Carruth[x86] Re-work a bunch of the v32i8 test cases to actual...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-25 Chandler Carruth[x86] Remove the defunct X86ISD::BLENDV entry -- we...
2014-09-25 Chandler Carruth[x86] Fix the v16i16 blend logic I added in the prior...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-25 Akira Hatanaka[X86,AVX] Add an isel pattern for X86VBroadcast.
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-24 Kostya Serebryany[asan] don't instrument module CTORs that may be run...
2014-09-24 Renato GolinRemoving empty ARM tests from failed revert
2014-09-24 Renato GolinRemoving empty tests from failed revert
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinRevert 218411 - XFAIL reloc test on x86/hexagon
2014-09-24 Renato GolinXFAIL reloc test on x86/hexagon
2014-09-24 Akira HatanakaRevert r218380. This was breaking Apple internal build...
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Scott Douglasspass environment when invoking llvm-config from lit.cfg
2014-09-24 Chris BienemanAdding #ifdef around TermColorMutex based on feedback...
2014-09-24 Chandler Carruth[x86] Factor out the logic to generically decombose...
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-24 Moritz Roth[Thumb] Make load/store optimizer less conservative.
2014-09-24 Oliver Stannard[Thumb] 32-bit encodings of 'cps' are not valid for v7M
2014-09-24 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2014-09-24 Benjamin KramerReplace a hand-written suffix compare with std::lexicog...
2014-09-24 Chandler Carruth[x86] Teach the instruction lowering to add comments...
2014-09-24 Michael LiaoAllow BB duplication threshold to be adjusted through...
2014-09-24 NAKAMURA TakumiWindows/Host.inc: Reformat the header to fit 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove <cstdlib>. It has been unused...
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Wrap a comment line in 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove leading whitespace. It had been...
2014-09-24 NAKAMURA Takumivalgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin...
2014-09-24 NAKAMURA Takumivalgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to...
2014-09-24 Jiangning LiuClear PreferredExtendType for in each function-specific...
2014-09-24 Chandler Carruth[x86] More refactoring of the shuffle comment emission...
2014-09-24 Chandler Carruth[x86] Bypass the shuffle mask comment generation when...
2014-09-24 Chandler Carruth[x86] Hoist the logic for extracting the relevant bits...
2014-09-24 Matt ArsenaultR600/SI: Add new helper isSGPRClassID
2014-09-24 Matt ArsenaultR600/SI: Fix hardcoded and wrong operand numbers.
2014-09-24 Matt ArsenaultR600/SI: Enable named operand table for SALU instructions
2014-09-24 Chandler Carruth[x86] Start refactoring the comment printing logic...
2014-09-24 Matt ArsenaultR600/SI: Fix weird CHECK-DAG usage
next