platform/upstream/llvm.git
2014-12-26 Timur IskhodzhanovBand-aid fix for PR22032: don't emit DWARF debug info...
2014-12-26 Rafael EspindolaNo need to run llvm-as. NFC.
2014-12-26 Evgeniy Stepanov[sanitizer] Treat \r, \n, \t as flag separators.
2014-12-26 Evgeniy Stepanov[asan] Fix possibly uninitialized coverage flag.
2014-12-26 Timur Iskhodzhanov[ASan/Win] Add basic support for MemoryRangeIsAvailable...
2014-12-26 Evgeniy Stepanov[asan] Bump coverage size limit on 32-bit platforms.
2014-12-26 Evgeniy Stepanov[asan] Extend coverage test.
2014-12-26 Evgeniy Stepanov[asan] Allow enabling coverage at activation.
2014-12-26 Timur Iskhodzhanov[ASan/Win] Suppress error messaging when Abort() is...
2014-12-26 David MajnemerUpdate tests due to r224849
2014-12-26 Evgeniy StepanovRevert r224838, r224839.
2014-12-26 David MajnemerInstCombine: Infer nuw for multiplies
2014-12-26 David MajnemerValueTracking: Small cleanup in ComputeNumSignBits
2014-12-26 David MajnemerInstCombe: Infer nsw for multiplies
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-26 Craig TopperUse MCPhysReg for table of register encodings.
2014-12-26 David MajnemerSema: Qualify getPrintable's Expr argument
2014-12-26 David MajnemerWIP
2014-12-25 Hal Finkel[PowerPC] [FastISel] i1 constants must be zero extended
2014-12-25 Evgeniy Stepanov[sanitizer] Tweak sancov.py output.
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
next