platform/upstream/llvm.git
2015-01-24 Larisse VoufoFirst steps in implementing DR1467: List-initialization...
2015-01-24 Lang HamesRemove a few more redundant ExecutionEngine regression...
2015-01-24 Charlie TurnerFixup debug information references.
2015-01-24 Charlie TurnerUpdate references to lines of code count.
2015-01-24 Justin BognerInstrProf: Add operator!= to coverage counters
2015-01-24 Justin Bognerllvm-cov: Only combine segments if they overlap exactly
2015-01-24 Patrik HagglundRevert r227013 "Add visibility attribute for InstCombin...
2015-01-24 Justin BognerInstrProf: Use an Optional instead of an out parameter
2015-01-24 Saleem AbdulrasoolCodeGen: drive-by formatting clean ups
2015-01-24 Patrik HagglundAdd visibility attribute for InstCombinePass (r226987).
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-24 Lang Hames[Orc] Add TransformUtils to Orc's dependency list.
2015-01-24 Lang HamesRemove a number of redundant ExecutionEngine regression...
2015-01-24 Alexei Starovoitovbpf: add missing lit.local.cfg
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Justin Bognertest: Convert some tests to FileCheck
2015-01-24 Justin Bognertest: Remove two redundant lines from this test
2015-01-24 Daniel Sanders[mips] Fix 'jumpy' debug line info around calls.
2015-01-24 Sylvestre LedruUpdate of the gold-plugin.cpp code to match Chandler...
2015-01-24 Daniel Sanders[mips] Fix assertion on i128 addition/subtraction on...
2015-01-24 Andrea Di Biagio[DAG] Fix wrong canonicalization performed on shuffle...
2015-01-24 Chandler Carruth[PM] General doxygen and comment cleanup for this pass.
2015-01-24 Chandler Carruth[PM] Reformat this code with clang-format so that I...
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Change LowerExpectIntrinsic to actually return...
2015-01-24 Chandler Carruth[PM] Use a more appropriate name for the statistics...
2015-01-24 Chandler Carruth[PM] Switch tihs code to use a range based for loop...
2015-01-24 Chandler Carruth[PM] Use a SmallVector instead of std::vector to avoid...
2015-01-24 Chandler Carruth[PM] Pull the two helpers for this pass into static...
2015-01-24 Chandler Carruth[PM] Add a basic doxygen comment for this pass.
2015-01-24 Chandler Carruth[PM] Clean up the formatting of the LowerExpectIntrinsi...
2015-01-24 Chandler Carruth[PM] Move the LowerExpectIntrinsic pass to the Scalar...
2015-01-24 Filipe CabecinhasRevert r226950. The test doesn't require the Mips targe...
2015-01-24 Greg FitzgeraldFix single-arch builds broken by r226976
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-24 Filipe CabecinhasFix REQUIRES lines added in r226951 and add the x86...
2015-01-24 Rui UeyamaReturn a boolean value directly, instead of returning...
2015-01-24 Richard TrieuWhen checking the template argument list, use a copy...
2015-01-24 Chandler Carruth[PM] Update Clang to reflect the TLI API change in...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-24 Richard SmithBring the modules buildbot back to life after r226940.
2015-01-24 Kuba BreckaReverting r226937: lit: Make MCJIT's supported arch...
2015-01-24 Quentin Colombet[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
2015-01-24 Richard Smith[modules] Sometimes we can deserialize a class member...
2015-01-24 Greg Fitzgerald Fix the ELF shared library build targets - take 2
2015-01-24 Lang Hames[Orc] Add some missing headers to the CompileOnDemandLa...
2015-01-24 Bruno Cardoso... [x86] Fix a comment
2015-01-24 Lang Hames[Orc] Add orcjit to the dependencies list in the Makefi...
2015-01-23 Rui UeyamaELF: Remove dead code.
2015-01-23 Rui UeyamaELF: Remove virtual from non-overriden functions.
2015-01-23 Tom StellardR600/SI: Emit .hsa.version section for amdhsa OS
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Justin BognerInstrProf: Use the stream when dumping counters
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Rui UeyamaFix spelling.
2015-01-23 Rui UeyamaRemove extra parentheses.
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
2015-01-23 Greg Fitzgerald[MachO] Remove dependency on lldDriver
2015-01-23 Greg ClaytonAdding the ability to get the language from a mangled...
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Vince HarronFixing TestRegisters on Linux with LLGS
2015-01-23 Reid Klecknermips: Fix "XPASS" test results by removing 'not' commands
2015-01-23 Vince HarronRenamed UpdateSDKDirectoryInfosInNeeded->IfNeeded
2015-01-23 Vince Harronfixed up some logging messages (options and wait_pid...
2015-01-23 David BlaikieDebugInfo: Remove outdated comment. Column info is...
2015-01-23 David BlaikieDisable warnings in an IRGen test to make test failures...
2015-01-23 Bruno Cardoso... [x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Filipe Cabecinhas[lld] Added REQUIRES lines to tests
2015-01-23 Filipe Cabecinhas[lld] Re-add REQUIRES line
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Michael J.... [YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Eric FiselierGet libc++ building on Sun Solaris. Patch from C Bergstrom.
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Tom StellardR600/SI: Move i64 -> v2i32 load promotion into AMDGPUDA...
2015-01-23 Fariborz JahanianObjective-C moderinzer [qoi], add space on rhs when...
2015-01-23 Michael J.... [Object][ELF] Test unknown type.
2015-01-23 Michael J.... [YAMLIO] Add support for numeric values in enums.
2015-01-23 Lang Hames[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Sergey Matveev[sanitizer] Update descriptor size for glibc 2.13.
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Alexei Starovoitov[mips] fix spelling of 'disassembler'
2015-01-23 Hans WennborgLowerSwitch: replace unreachable default with popular...
2015-01-23 Oleksiy VyalovFix CMake build - add readline dependency on ${PYTHON_L...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Ramkumar Ramachandra[emacs] llvm-mode: fix parens, font-lock i*
2015-01-23 Daniel Jasperclang-format: Fix another crasher caused by incomplete...
2015-01-23 Kuba Brecka[compiler-rt] Ensure AsanInitFromRtl is called from...
2015-01-23 Greg FitzgeraldRevert " Fix the ELF shared library build targets"
2015-01-23 Fariborz JahanianObjective-C modernizer. Avoid using property-dot syntax...
2015-01-23 Kuba Brecka[compiler-rt] Fix the prototype of ioctl interceptor
2015-01-23 Reid KlecknerAttempt to fix ::sscanf Cygwin build break reported...
2015-01-23 Francisco Lopes... Add tests for code completion of variadic prototypes
2015-01-23 Daniel Jasperclang-format: Fix incorrect classification of "*".
next