platform/upstream/llvm.git
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Pavel LabathAdd jstopinfo support to llgs
2015-07-23 Bruce Mitchener[lldb-mi] Remove unwanted comment blocks.
2015-07-23 Rafael EspindolaUse typdef to simplify the code. NFC.
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Chandler Carruth[GMR] Switch the function info we store for every funct...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Craig Topper[ScalarEvolution] Change addRequired to addRequiredTran...
2015-07-23 Craig TopperReplace a 0 with nullptr. NFC
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-23 Asaf Badouh[X86][AVX512BW] add madd and maddubs intrinsics
2015-07-23 NAKAMURA TakumiFix the shell script check_clang_tidy.sh in r242984.
2015-07-23 NAKAMURA TakumiAppease test/clang-tidy/misc-unused-parameters.cpp...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-23 Jingyue Wu[NVPTX] run LSR before straight-line optimizations
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-23 Davide ItalianoAdd test to verify we emit warning when the deprecated...
2015-07-23 Dawn PerchikFix comment in test.
2015-07-23 Evgeniy StepanovRevert r242975.
2015-07-23 Richard SmithArrayRef-ize a pointer/length pair.
2015-07-23 Chandler Carruth[GMR] Further improve the FunctionInfo API inside of...
2015-07-22 Evgeniy Stepanov[sanitizer] Implement logging to syslog.
2015-07-22 Chandler Carruth[GMR] Wrap all of the per-function information behind...
2015-07-22 Hans WennborgDowngrade error about adding 'dllimport' to used free...
2015-07-22 Greg ClaytonFix TestReturnValue.py after 242903 changes that added...
2015-07-22 David MajnemerMove EHPersonality to CGCleanup
2015-07-22 David Majnemer[MS Compat] Allow _Atomic(Type) and 'struct _Atomic...
2015-07-22 Greg ClaytonDon't specify languages when setting breakpoints in...
2015-07-22 Jason MolendaFix the variable used to reply to the qGDBServerVersion
2015-07-22 Justin BognerMark this test as XFAIL with older compilers, since...
2015-07-22 Evgeniy Stepanov[asan] Enable build of asan-rt on android/aarch64.
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 Chandler Carruth[PM/AA] Cleanup comments, formatting, and organization...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Richard SmithFix dumb use-after-free bug introduced in r242868.
2015-07-22 Eric FiselierMerge C++03 and C++11 implementations of mem_fn and...
2015-07-22 Reid Kleckner[asan] Remove CHECK line for kernel32.dll
2015-07-22 David Majnemer[MSVC Compatibility] Use a better predicate for __BOOL_...
2015-07-22 Chandler Carruth[GMR] Continue my quest to remove linked datastructures...
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 Anthony PeschRevert "Improve merging of stores from static construct...
2015-07-22 Anthony PeschRevert "IPO: Avoid brace initialization of a map, some...
2015-07-22 Reid Kleckner[asan] Disable ctrl+c test until I figure out how to...
2015-07-22 Eric FiselierRemove almost everything in <__functional_base_03>
2015-07-22 Chandler Carruth[GMR] Make the collection of readers and writers of...
2015-07-22 Rafael EspindolaForce the gnu archive format to fix the test on darwin.
2015-07-22 Reid Kleckner[asan] Make __asan_handle_no_return tolerate unregister...
2015-07-22 Sanjay Patelfix typo; NFC
2015-07-22 Sanjay Patelfix indent; NFC
2015-07-22 Justin BognerIPO: Avoid brace initialization of a map, some versions...
2015-07-22 Enrico GranataSet the live address on child const results in a way...
2015-07-22 Hans WennborgUpdate version to 3.8.0svn
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-22 Bruno Cardoso... [PeepholeOptimizer] Refactor optimizeUncoalescable...
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Anthony PeschImprove merging of stores from static constructors...
2015-07-22 Alex LorenzMIR Parser: Extract the MDNode parsing code into a...
2015-07-22 Reid Kleckner[asan] Test clang's SEH implementation as well as MSVC's
2015-07-22 Chaoren LinXtimeout TestProcessAttach for Linux.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Sean CallananDon't complete an EnumDecl if it's already complete...
2015-07-22 Greg ClaytonImproved the packet dumper to escape the response strin...
2015-07-22 Aaron BallmanSomething was unbalanced, and it wasn't the parentheses...
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Anthony PeschTest commit, added blank line
2015-07-22 Chad RosierSimplify switch as all cases other than default return...
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-22 Yaron KerenRemove C++98 workaround in llvm::sys::DontRemoveFileOnS...
2015-07-22 Renato Golin[Release] Allow release testers to disable certain...
2015-07-22 Greg ClaytonFix warnings related to virtual functions not being...
2015-07-22 Greg ClaytonDon't water JSONGenerator objects down into ObjectSP...
2015-07-22 Alex LorenzMIR Serialization: Serialize the metadata machine operands.
2015-07-22 Aaron BallmanBalancing parenthesis in comments and documentation...
2015-07-22 Yaron KerenAdd cygwin x86_64 target.
2015-07-22 Bruce MitchenerFix warnings.
2015-07-22 Daniel Jaspermisc-unused-parameters: Fix handling of parameters...
2015-07-22 Bruce Mitchener[lldb-mi] Remove unused bool results.
2015-07-22 Tamas BerghammerXFAIL TestReturnValue on Linux-x86_64 with clang
2015-07-22 Quentin Colombet[ARM] Make the frame lowering code ready for shrink...
2015-07-22 Samuel Antao[OpenMP] Make target data directive generate unexpected...
2015-07-22 Reid Kleckner[mingw] Add support for -rtlib option and -stdlib optio...
2015-07-22 Renato GolinPass -I options to integrates and external assemblers
2015-07-22 Tamas BerghammerImprove SysV ABI for ARM to handle return values with...
2015-07-22 Kuba Brecka[asan] Display ASan history threads in reverse chronolo...
2015-07-22 Rafael EspindolaDelete ELFEntityIterator. NFC.
2015-07-22 Bruce Mitchener[lldb-mi tests] Fix typo of sensitive.
2015-07-22 Hubert Tong[CONCEPTS] Add diagnostics: non-defining function;...
2015-07-22 NAKAMURA TakumiStmtOpenMP.h: Fix a couple of \param(s) in r242785...
2015-07-22 Chandler Carruth[PM/AA] Update to reflect the new LLVM API which no...
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-22 Chandler Carruth[GMR] Add a flag to enable GlobalsModRef in the normal...
2015-07-22 Benjamin Kramer[dsymutil] Remove extra semicolon. NFC.
2015-07-22 Chandler Carruth[GMR] Switch from std::set to SmallPtrSet. NFC.
2015-07-22 Chandler Carruth[GMR] Only look in the associated allocs map for an...
next