platform/upstream/llvm.git
2015-08-13 Enrico GranataConvert GetNumTemplateArguments() and GetTemplateArgume...
2015-08-13 Chandler Carruth[LIR] Move all the helpers to be private and re-order...
2015-08-13 Rafael EspindolaThis test needs lib.exe.
2015-08-12 David BlaikieWdeprecated: LambdaScopeInfos need to be copied, so...
2015-08-12 Steve KingTest Commit - Corrected spelling in README.txt.
2015-08-12 Chandler Carruth[LIR] Remove the 'LIRUtils' abstraction which was unnec...
2015-08-12 Reid Kleckner[windows] Fix deadlock on mmap failure due to CHECK...
2015-08-12 Reid KlecknerUse %env_asan_opts= substitution instead of 'env ASAN_O...
2015-08-12 David BlaikieWdeprecated: ApplyDebugLocation is returned by value...
2015-08-12 Reid Kleckner[windows] Always use the lit shell on Windows, even...
2015-08-12 David BlaikieWdeprecated: Remove unnecessary user-defined dtor that...
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-12 Rafael EspindolaFix an use of uninitialized.
2015-08-12 Reid KlecknerCombine helper file into main test file with ifdefs
2015-08-12 David BlaikieIRBuilder: Use move semantics for the IRBuilderInserter...
2015-08-12 David BlaikieWdeprecated: CGBuilderInserter is copy constructed...
2015-08-12 David Blaikie-Wdeprecated: Job objects are stored in a vector yet...
2015-08-12 Chandler Carruth[LIR] Run clang-format over LoopIdiomRecognize in prepa...
2015-08-12 Reid KlecknerMove tests that use unistd.h and pthread.h to TestCases...
2015-08-12 David Blaikie-Wdeprecated: SavedInstanceContext is returned by value...
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-08-12 David MajnemerAdd myself as the InstCombine owner.
2015-08-12 Richard Smith[modules] If loading a .pcm file would cause us to...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Avoid using unrelocated point...
2015-08-12 Naomi MusgraveRevert "Implement poisoning of only class members in...
2015-08-12 Naomi MusgraveImplement poisoning of only class members in dtor,...
2015-08-12 Naomi MusgraveRemoved xfail, since test is passing in line with expan...
2015-08-12 Alex LorenzMIR Parser: Allow the MI IR references to reference...
2015-08-12 Alex LorenzMIR Serialization: Serialize the fixed stack pseudo...
2015-08-12 Cong HouNFC. Convert comments in MachineBasicBlock.cpp into...
2015-08-12 Alex LorenzMIR Parser: Move the parsing of fixed stack object...
2015-08-12 Alex LorenzMIR Serialization: Serialize the jump table pseudo...
2015-08-12 Aaron BallmanMove the object being used to move-initialize when...
2015-08-12 Jonathan PeytonFix two typos in documentation
2015-08-12 Alex LorenzMIR Serialization: Serialize the GOT pseudo source...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Handle extractelement fully...
2015-08-12 Jonathan PeytonOne line fix for hierarchical barrier
2015-08-12 Alex LorenzMIR Serialization: Serialize the stack pseudo source...
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 Dan GohmanUpdate a comment; Emscripten no longer uses le32 and...
2015-08-12 Alex LorenzMIR Serialization: Serialize the constant pool pseudo...
2015-08-12 Aaron BallmanSwitching from an explicit loop to DeleteContainerSecon...
2015-08-12 Greg ClaytonFix process_events.py to auto continue the process...
2015-08-12 Lenny MaioraniFix missing space in libfuzzer's help text.
2015-08-12 Jonathan PeytonAdd recognition of the Intel 16.0 compiler in kmp_version.c
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date
2015-08-12 Hans WennborgOptions.td: Drop trailing space in -fsanitize= help...
2015-08-12 Hans WennborgDocs: update clang-cl command-line documentation
2015-08-12 Alexander Kornienko[clang-tidy] Make FileOptionsProvider fields protected...
2015-08-12 Aaron BallmanRangRangify some more for loops; NFC.
2015-08-12 Douglas KatzmanDon't compare getArchName() to "tce" as a string. NFC.
2015-08-12 Hans WennborgDocs: keep copyright years up-to-date.
2015-08-12 Richard TrieuStop printing macro backtraces that don't help diagnostics.
2015-08-12 Chandler Carruth[PM/AA] Add missing static dependency edges from DSE...
2015-08-12 Rafael EspindolaTry to fix the MSVC build now that we use /Zc:inline.
2015-08-12 Chandler Carruth[PM/AA] Explicitly depend on TLI rather than getting...
2015-08-12 Chaoren LinMake dosep.py PEP8 compliant. NFC.
2015-08-12 Chaoren LinRefactor dosep to use list comprehension. NFC.
2015-08-12 Chaoren LinDon't print number of failures and percentage if no...
2015-08-12 Chaoren LinMake dosep output status by overwriting the same line.
2015-08-12 Chandler Carruth[PM/AA] Stop getting the TargetLibraryInfo out of the...
2015-08-12 JF BastienWebAssembly: floating-point comparisons
2015-08-12 Chandler Carruth[PM/AA] Have memdep explicitly get and use TargetLibrar...
2015-08-12 Rafael EspindolaUse /Zc:inline when building with MSVC.
2015-08-12 Simon PilgrimCleaned up test. NFCI.
2015-08-12 Adam Nemet[LoopVer] Optionally allow using memchecks from LAA
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-12 John BrawnThe alias.c test now requires arm-registered-target
2015-08-12 Tamas BerghammerRemove printf most likely left from some debugging...
2015-08-12 Tobias GrosserMake sure we increment the reference counter when passi...
2015-08-12 Tobias GrosserMake the dimension sizes of in ScopArrayInfo available...
2015-08-12 John BrawnAdd test for PR24379
2015-08-12 Sanjay Patel80-cols; NFC
2015-08-12 James Molloy[ValueTracking] Tweak a comment slightly
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 John BrawnRedo "Make global aliases have symbol size equal to...
2015-08-12 Aaron BallmanThe version of libxml2 required by c-index-test must...
2015-08-12 Omair JavaidFix AArch64 watchpoint handlers in NativeRegisterContex...
2015-08-12 Aaron BallmanRangify some for loops; NFC.
2015-08-12 John Brawn[GlobalMerge] Only emit aliases for internal linkage...
2015-08-12 Denis Protivensky[ELF] Remove TargetLayout::getCustomSegments methods
2015-08-12 Daniel JasperLazily initialize HeaderFilter in ClangTidyDiagnosticCo...
2015-08-12 Zoran Jovanovic[mips][microMIPS] Create microMIPS64r6 subtarget and...
2015-08-12 Denis Protivensky[LinkerScript] Process program header in PHDRS command
2015-08-12 Tamas BerghammerFix read only watchpoints on x86_64
2015-08-12 Omair JavaidFix LLGS to enable read type watchpoints
2015-08-12 Michael Kuperstein[X86] Disable mul -> shl + lea combine when compiling...
2015-08-12 Tamas BerghammerImprove check for ASAN callbacks
2015-08-12 Tamas BerghammerDownload symbol file for .oat files on android
2015-08-12 Tamas BerghammerFetch SDK version from PlatformAndroid
2015-08-12 Johannes DoerfertRemove identity operation from SCEVAffinator
2015-08-12 Johannes DoerfertRevert r244459 'Make StmtSet a list'
2015-08-12 Johannes DoerfertAdd caching to the SCEVAffinator
2015-08-12 Johannes Doerfert[FIX] Typo
2015-08-12 Davide Italiano[MC] Convert the last test using macho-dump under X86...
2015-08-12 Johannes DoerfertExpose the SCEVAffinator and make it a member of a...
2015-08-12 Johannes DoerfertExpose the SCEVAffinator and make it a member of a...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Matt ArsenaultAMDGPU: Fix assert on dbg_value instructions
2015-08-12 Johannes DoerfertMake arc unit work with ninja builds
next