oota-llvm.git
2015-01-27 Zachary TurnerRun dos2unix against llvm-pdbdump.
2015-01-27 Saleem AbdulrasoolSymbolRewriter: allow rewriting with comdats
2015-01-27 Saleem AbdulrasoolSymbolRewriter: prevent unnecessary rewrite
2015-01-27 Zachary TurnerAdd support for dumping debug tables to llvm-pdbdump.
2015-01-27 Sanjay Patelremove function names from comments; NFC
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Kostya Serebryany[fuzzer] properly enable asan's coverage feedback
2015-01-27 Sanjay Patelfix typos; NFC
2015-01-27 Kostya SerebryanyAdd a Fuzzer library
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Sanjoy DasTeach IRCE to look at branch weights when recognizing...
2015-01-27 Alexey SamsonovRevert "[x86] Combine x86mmx/i64 to v2i64 conversion...
2015-01-27 Keno Fischer[ExecutionEngine] Fix r227228 tests on Windows
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-27 Sanjay PatelMerge vector stores into wider vector stores (PR21711)
2015-01-27 Zachary TurnerAdd llvm-pdbdump to tools.
2015-01-27 Dmitry Vyukovtsan: properly instrument unaligned accesses
2015-01-27 Ramkumar Ramachandraoverloaded-intrinsic-name: exercise anyptr on struct
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-27 Kostya SerebryanyAdd cmake flag LLVM_USE_SANITIZE_COVERAGE
2015-01-27 Marek OlsakR600/SI: Enable all tests that pass on VI without changes
2015-01-27 Marek OlsakR600/SI: Fix MIN3/MAX3 on VI, define MED3
2015-01-27 Marek OlsakR600/SI: Don't set patterns for chip-specific instructi...
2015-01-27 Marek OlsakR600/SI: Add VI versions of LDS atomics
2015-01-27 Marek OlsakR600/SI: Add VI versions of MUBUF atomics
2015-01-27 Marek OlsakR600/SI: Add VI versions of MUBUF loads and stores
2015-01-27 Marek OlsakR600/SI: Add pseudos for MUBUF loads and stores
2015-01-27 Andrea Di Biagio[InstCombine] Teach how to fold a select into a cttz...
2015-01-27 Evgeniy Stepanov[sancov] Fix unspecified constructor order between...
2015-01-27 Manuel JacobAdd a FIXME in SelectionDAGBuilder before an assert...
2015-01-27 Eric ChristopherReplace some uses of getSubtargetImpl with the cached...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Eric ChristopherHave the PBQP register allocator use the subtarget...
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-27 Eric ChristopherFix build failure with pointer vs reference.
2015-01-27 Eric ChristopherUpdate a few calls to getSubtarget<> to either be getSu...
2015-01-27 Eric ChristopherClean up the AArch64 store pair suppression pass initia...
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2015-01-27 Eric ChristopherMigrate SeparateConstOffsetFromGEP to use a Function...
2015-01-27 David MajnemerLoopRotate: Don't walk the uses of a Constant
2015-01-27 Eric ChristopherRemove unused include.
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-27 Chandler Carruth[PM] Refactor the core logic to run EarlyCSE over a...
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-27 Eric ChristopherMigrate AtomicExpandPass and DwarfEHPrepare to using...
2015-01-27 Eric ChristopherFix unsigned/signed comparison warning.
2015-01-27 Eric ChristopherMigrate CodeGenPrepare to use the Function based getSub...
2015-01-27 Eric ChristopherGrab the TargetLowering info from the DAG rather than...
2015-01-27 Eric ChristopherRemove extraneous period.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-27 Adrian PrantlReplace this testcase with an even shorter one provided...
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Philip ReamesAdd test cases for PRE w/volatile loads
2015-01-26 Simon Pilgrim[X86][SSE] Float comparisons can sometimes be safely...
2015-01-26 Zachary TurnerHave the UTF conversion wrappers append a null terminator.
2015-01-26 Simon Pilgrim[X86][PCLMUL] Enable commutation for PCLMUL instructions
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Matt ArsenaultR600: Cleanup or test
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-26 Alexei Starovoitovbpf: fix build due to 'Move DataLayout back to the...
2015-01-26 Bruno Cardoso... [x86][MMX] Rename and cleanup tests: arith, intrinsics...
2015-01-26 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2015-01-26 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2015-01-26 Hans WennborgMake ConstantFoldTerminator() handle switches with...
2015-01-26 Justin Holewinski[NVPTX] Generate a more optimal sequence for select...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Eric ChristopherCache the lookup of TargetLowering in the atomic expand...
2015-01-26 Ahmed Bougacha[SelectionDAG] Fix assert message copypasta. NFC.
2015-01-26 Eric ChristopherAdd a FIXME about preferred alignment to DataLayout.
2015-01-26 Justin Holewinski[NVPTX] Handle floating-point conversion patterns that...
2015-01-26 Alex RosenbergUse a different encoding for debugtrap on PS4.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesRefine memory dependence's notion of volatile semantics
2015-01-26 Sanjay PatelModel sqrtsd as a binary operation with one source...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace. NFC ®
2015-01-26 Alex RosenbergRemove trailing whitespace.
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2015-01-26 Daniel BerlinFix incorrect partial aliasing
2015-01-26 Daniel BerlinFix delegation
2015-01-26 Sanjay Patelfix line-endings; NFC
2015-01-26 Michael J.... [Support][Windows] Disable error dialog boxes when...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-26 Alex Rosenberg[MC] The PS4's ELF OSABI value is the same as FreeBSD.
2015-01-26 Alex RosenbergTeach the autoconf machinery about the PS4 triple.
2015-01-26 Vasileios Kalintiris[mips] Enable arithmetic and binary operations for...
2015-01-26 Vasileios Kalintiris[mips] Add tests for bitwise binary and integer arithme...
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-26 Vladimir MedicWhen disassembler meets compact jump instructions for...
2015-01-26 Vasileios KalintirisRevert "[mips] Fix assertion on i128 addition/subtracti...
2015-01-26 NAKAMURA TakumiRevert llvm/test/MC/ELF/noexec.s in r227074, "Fix a...
next