platform/upstream/llvm.git
2014-12-24 Adrian PrantlDebug Info: In symmetry to DW_TAG_pointer_type, do...
2014-12-24 Chandler Carruth[SROA] Refactor the integer and vector promotion testin...
2014-12-24 Anton Yartsev[analyzer] Updated progress for memory.ZeroAlloc
2014-12-24 Anton Yartsev[analyzer] +memory.ZeroAlloc
2014-12-24 Colin LeMahieu[Hexagon] Removing old classes.
2014-12-24 Kevin EnderbyAnother attempt to fix the LLVM Windows build bot lld...
2014-12-23 Kevin EnderbyAttempt to fix the LLVM Windows build bot lld-x86_64...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-23 Nico Weberclang-cl: Various changes to /Zc: handling.
2014-12-23 Nico WeberAdd driver flags -ftrigraphs, -fno-trigraphs.
2014-12-23 Kostya Serebryany[asan] change the coverage collection scheme so that...
2014-12-23 Hal Finkel[PowerPC] Ensure that the TOC reload directly follows...
2014-12-23 Colin LeMahieu[Hexagon] Adding doubleword load.
2014-12-23 Colin LeMahieu[Hexagon] Reapplying 224775 load words.
2014-12-23 Jozef Kolek[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB...
2014-12-23 Nico WeberRemove unused test input.
2014-12-23 Colin LeMahieuReverting 224775 until mayLoad flag is addressed.
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-23 Adrian PrantlDebug Info: Pass the pointer size into createMemberPoin...
2014-12-23 Adrian PrantlDIBuilder: Similar to createPointerType, make createMem...
2014-12-23 Mehdi AminiAlways assert in DAGCombine and not only when -debug...
2014-12-23 Nico WeberTweak lld's checkout instructions.
2014-12-23 Rafael EspindolaPass LSAN_OPTIONS down so that it is possible to add...
2014-12-23 Rafael EspindolaFix a leak found by asan.
2014-12-23 Colin LeMahieu[Hexagon] Adding word loads.
2014-12-23 Colin LeMahieu[Hexagon] Adding signed halfword loads.
2014-12-23 Rafael EspindolaFix a leak found by asan.
2014-12-23 Colin LeMahieu[Hexagon] Adding unsigned halfword load.
2014-12-23 Jozef Kolek[mips][microMIPS] Implement LWSP and SWSP instructions
2014-12-23 Rafael EspindolaThis reverts commit r224668 and r224667.
2014-12-23 Peter Zotov[OCaml] PR22014: OCaml bindings didn't link to libLLVM...
2014-12-23 Michael Kuperstein[ValueTracking] Move GlobalAlias handling to be after...
2014-12-23 Elena DemikhovskyAVX-512: Added FMA instructions, intrinsics an tests...
2014-12-23 Evgeniy Stepanov[asan] Fix line >80 chars.
2014-12-23 Evgeniy Stepanov[asan] Better error message in coverage.
2014-12-23 Hal Finkel[PowerPC] Don't mark the return-address slot as immutable
2014-12-23 Elena DemikhovskyAVX-512: BLENDM - fixed encoding of the broadcast version
2014-12-23 Michael Kuperstein[DagCombine] Improve DAGCombiner BUILD_VECTOR when...
2014-12-23 Hal Finkel[PowerPC] Don't attempt a 64-bit pow2 division on PPC32
2014-12-23 Michael Liao[SimplifyCFG] Revise common code sinking
2014-12-23 Michael KupersteinRemove a bad cast in CloneModule()
2014-12-23 Dmitry Vyukovtsan: fix style
2014-12-23 Ahmed Bougacha[ARM] Don't break alignment when combining base updates...
2014-12-23 Eric FiselierPrevent ill-formed instantiation of __invoke_of<.....
2014-12-23 Alexey SamsonovFix UBSan bootstrap: replace shift of negative value...
2014-12-23 Alexey SamsonovFix UBSan bootstrap: don't bind reference to nullptr.
2014-12-23 Chandler CarruthRevert r224739: Debug info: Teach SROA how to update...
2014-12-23 Kuba BreckaChange the CMake build to generate full debugging info...
2014-12-23 Marshall ClowRemove non-const test to get test passing. Will come...
2014-12-23 Nico WeberAdd a triple to try and get this test passing on the...
2014-12-23 Jim GrosbachX86: Don't over-align combined loads.
2014-12-22 Reid KlecknerMake musttail more robust for vector types on x86
2014-12-22 David BlaikieRemove dynamic allocation/indirection from GCOVBlocks...
2014-12-22 Adrian PrantlThumb1 frame lowering: Mark CFI instructions with the...
2014-12-22 Chandler Carruth[SROA] Lift the logic for traversing the alloca slices...
2014-12-22 Eric Fiselier[libcxx] Consolidate new/delete replacement in tests...
2014-12-22 Bruno Cardoso... [LCSSA] Handle PHI insertion in disjoint loops
2014-12-22 Adrian PrantlDebug info: Teach SROA how to update debug info for...
2014-12-22 Reid KlecknerFix Windows unwind info for functions in sections other...
2014-12-22 Alexey Samsonov[Sanitizer] Make CommonFlags immutable after initializa...
2014-12-22 Colin LeMahieu[Hexagon] Adding memb instruction. Fixing whitespace...
2014-12-22 David BlaikieUse iterators rather than indices to make this forwards...
2014-12-22 David Blaikieunique_ptrify MatchableInfo(const CodeGenInstAlias...
2014-12-22 Colin LeMahieu[Hexagon] Adding classes and load unsigned byte instruc...
2014-12-22 Eric Fiselier[libcxx] Add numerous options to libc++ LIT test suite...
2014-12-22 Bruno Cardoso... [x86] Add vector @llvm.ctpop intrinsic custom lowering
2014-12-22 Viktor Kutuzov[Msan] Fix msan_test.cc inclusions to build the unit...
2014-12-22 Marshall ClowFix PR22000. __bit_iterator::move_backwards. Also make...
2014-12-22 Juergen RibutzkaRemove unused header. NFC.
2014-12-22 Adrian PrantlAdd a C++ marker to this header file.
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-12-22 Nico WeberDisable trigraphs in microsoft mode by default. Matches...
2014-12-22 Nico WeberRename test.cc files to test.cpp.
2014-12-22 Quentin Colombet[CodeGenPrepare] Handle properly the promotion of opera...
2014-12-22 Nico WeberAdd test coverage for cc1's trigraph option handling.
2014-12-22 Fariborz JahanianSimplify test for rdar://19256338
2014-12-22 Kuba BreckaAddressSanitizer: Abort after failed exec() and get...
2014-12-22 Kuba BreckaAddressSanitizer: Properly handle dispatch_source_set_c...
2014-12-22 Alexander Potapenko[ASan] Fix the logic that decides whether we need to...
2014-12-22 Viktor Kutuzov[Sanitizers] Intercept wcsnrtombs() on FreeBSD
2014-12-22 Viktor Kutuzov[Msan] Fix uname() interception on FreeBSD
2014-12-22 Elena DemikhovskyAVX-512: Added all forms of BLENDM instructions,
2014-12-22 Karthik BhatLower multiply-negate operation to mneg on AArch64
2014-12-22 Rafael EspindolaConvert a few tests to FileCheck. NFC.
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-22 Dmitry Vyukovtsan: reset stack0 in the first partition of thread...
2014-12-22 Dmitry Vyukovtsan: fix debugging output
2014-12-22 Viktor Kutuzov[Sanitizers] Intercept snprintf_l() on FreeBSD
2014-12-22 Viktor Kutuzov[Sanitizers] Intercept wordexp on FreeBSD
2014-12-22 Jason MolendaAdd support for frameless function compact unwind encod...
2014-12-22 Dmitry Vyukovtsan: add acquire/release functions to java interface
2014-12-22 David MajnemerMS ABI: Make the string mangling code more concise
2014-12-22 Nico WeberWrap to 80 columns. NfC.
2014-12-22 Kuba Breckalog-path_test testcase - make the invalid path more...
2014-12-21 Saleem AbdulrasoolCodeGen: minor style tweaks to SSP
2014-12-21 Craig Topper[X86] Add hasSideEffects = 0 to CALLpcrel16. This match...
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine
2014-12-21 Logan ChienSilence warnings in libunwind.
2014-12-21 Jason MolendaVarious unwinder work.
2014-12-21 Bob WilsonReapply "Change -save-temps to emit unoptimized bitcode...
next