platform/upstream/llvm.git
2014-12-25 Evgeniy Stepanov[sanitizer] sancov.py: print status to stderr
2014-12-25 Evgeniy Stepanov[asan] Disable __sanitizer_cov_dump registration on...
2014-12-25 Evgeniy Stepanov[asan] Allow enabling coverage at activation.
2014-12-25 Timur IskhodzhanovSimplify allocator_returns_null.cc test
2014-12-25 Yaron KerenInitialize BackendConsumer::Context in constructor.
2014-12-25 Yaron KerenInitialize CodeGeneratorImpl::Ctx in constructor.
2014-12-25 Dmitry Vyukovtsan: fix trace initialization during thread id reuse
2014-12-25 David MajnemerSilence GCC's -Wparentheses warning
2014-12-25 Elena DemikhovskyDocumentation for Masked Load and Store intrinsics.
2014-12-25 Simon Atanasyan[Mips] Replace stderr output by the `llvm_unreachable...
2014-12-25 Simon Atanasyan[Mips] Make the test more tolerant to the linker output...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 David MajnemerCodeGen: Error on redefinitions instead of asserting
2014-12-24 David MajnemerCodeGen: Allow aliases to be overridden by variables
2014-12-24 Simon Atanasyan[Mips] Support linking of microMIPS 32-bit code
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-24 Evgeniy Stepanov[asan] Support ASAN_ACTIVATION_OPTIONS.
2014-12-24 Timur Iskhodzhanov[ASan/Win] Bandaid fix for PR22025 -- deadlocks when...
2014-12-24 Evgeniy Stepanov[sanitizer] Disable InternalMmapWithOffset test on...
2014-12-24 Evgeniy Stepanov[sanitizer] Fix off-by-8x in direct coverage.
2014-12-24 Evgeniy Stepanov[sanitizer] Disable InternalMmapWithOffset test on...
2014-12-24 Evgeniy Stepanov[sanitizer] mmap2 syscall works with 4096-byte units...
2014-12-24 Evgeniy Stepanov[asan] Disable one test on Android.
2014-12-24 Simon Atanasyan[Mips] Join two if statements
2014-12-24 Simon Atanasyan[Mips] Make the comment more descriptive
2014-12-24 Simon Atanasyan[Mips] Factor out the code checks a symbol's binding
2014-12-24 Simon Atanasyan[Mips] Rename the function s/readAddend/getAddend/
2014-12-24 Simon Atanasyan[Mips] Use OR operation to set the microMIPS bit
2014-12-24 Jay Foad[ASan] Fix asan_preload_test-2 on PowerPC64 Linux
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-24 Matthias BraunLiveInterval: Remove accidentally committed debug code.
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
2014-12-24 Matthias BraunRegisterCoalescer: With subrange liveness there may...
2014-12-24 Matthias BraunLiveRangeEdit: Check for completely empy subranges...
2014-12-24 Matthias BraunLiveIntervalAnalysis: Fix performance bug that I introd...
2014-12-24 Peter Zotov[OCaml] PR21901: Update tests.
2014-12-24 Peter Zotov[OCaml] Expose Llvm_executionengine.get_{global_value...
2014-12-24 Chandler Carruth[SROA] Update the documentation and names for accessing...
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...
next