platform/upstream/llvm.git
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate instructions for operations on predi...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Jason MolendaAdd comment explaning sanity check on packet size in...
2015-07-14 Oleksiy VyalovUse target.exec-search-paths setting when resolving...
2015-07-14 Oleksiy VyalovFix temp port file path generation in lldb-platform.
2015-07-14 Artem BelevichRun cuda options test only with specific target.
2015-07-14 Richard Smith[modules] Avoid repeatedly hashing the same name when...
2015-07-14 Richard SmithAdd support for on-disk hash table lookup with a known...
2015-07-14 Yaron KerenTeach config.guess that MSYS exists.
2015-07-14 Matt ArsenaultAMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
2015-07-14 Reid Kleckner[clang-cl] Disable C++ exceptions a different way
2015-07-14 Sunil SrivastavaFixed 22941: Integer template parameter as immediate...
2015-07-14 Matt ArsenaultAMDGPU/SI: Fix read2 merging into a super register.
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Eric FiselierFix PR24114 - std::atomic for non-Clang is not a litera...
2015-07-14 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-14 David BlaikieAvoid MSVC-incompatible use of init list.
2015-07-14 Matthias BraunRAGreedy: Keep track of allocated PhysRegs internally
2015-07-14 David BlaikieRely on default zero-arg value for IRBuilder::CreateCal...
2015-07-14 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-14 Tim NorthoverARM: add at least one real test for r242123.
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Tim NorthoverAArch64: add rev64 alias for 64-bit rev instruction.
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate "extract" instructions more aggressively
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Hans WennborgAST Matchers: pass ast_type_traits::DynTypedNode by...
2015-07-14 Hans WennborgARMAsmParser: Take MCInst param by const-ref
2015-07-14 David BlaikieAdd default value for Args parameter of IRBuilder:...
2015-07-14 Rafael EspindolaSleep for 2.1 seconds to see if that makes the test...
2015-07-14 Hans WennborgAllocate the IntervalMap in ELF.h on the heap to work...
2015-07-14 Rafael Espindolallvm-ar: print an error when the requested member is...
2015-07-14 Jonathan PeytonRename OMPT placeholder type names to be in the OMPT...
2015-07-14 Benjamin KramerPull trivial SanitizerSet methods into the header.
2015-07-14 Rafael EspindolaUse a range loop. NFC.
2015-07-14 JF BastienRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-14 Rafael EspindolaRename a test. NFC.
2015-07-14 Yaron KerenSupport mingw-w64 toolchain on openSUSE and likely...
2015-07-14 Marshall ClowMove bits from N4258. Mark vector's move-constructor...
2015-07-14 Alexandros... Caused regressions: compile Release+Asserts failed...
2015-07-14 Tom StellardAMDGPU/SI: Add support for shrinking v_cndmask_b32_e32...
2015-07-14 Aaron BallmanSilencing two MSVC warnings; 'argument' : truncation...
2015-07-14 Asaf Badouh[x86] add 2 bit to ObjCOrBuiltinID and new intrinsics
2015-07-14 Ewan CrawfordFix LLDB Xcode build broken in r242137
2015-07-14 Adhemerval... [ELF/AArch64] Fix export TLS dynamic symbol
2015-07-14 Alexandros... -Added API for retrieving the default FPU of a CPU...
2015-07-14 Benjamin Kramer[Analyzer] Move FindSuperCallVisitor into an anonymous...
2015-07-14 Daniel Sanders[mips] Fix li/la differences between IAS and GAS.
2015-07-14 Daniel Jasperclang-format: Fix formatting of multiple lambdas in...
2015-07-14 Ewan CrawfordExpression evaluation, a new ThreadPlanCallFunctionUsin...
2015-07-14 Tobias GrosserMark a couple of items as completed
2015-07-14 Tobias GrosserDrop outdated video
2015-07-14 Tobias Grosserwww: Add link to llvm.org
2015-07-14 Alexey Bataev[OPENMP] Drop type qualifiers from private variables.
2015-07-14 Serge PavlovClasses inside lambdas are local not nested.
2015-07-14 NAKAMURA TakumiTweak clang/test/PCH/chain-openmp-threadprivate.cpp...
2015-07-14 Tobias GrosserUse schedule trees to represent execution order of...
2015-07-14 Chandler Carruth[PM/AA] Reformat GlobalsModRef so that subsequent patch...
2015-07-14 Petr PavluFix comment typo
2015-07-14 Alexey BataevFix for clang memcpyizer bugs 23911 and 23924 (patch...
2015-07-14 David Majnemer[SROA] Don't de-atomic volatile loads and stores
2015-07-14 Yaron KerenFix test for Visual C++ link.exe.
2015-07-14 Yaron KerenFix test for Visual C++.
2015-07-14 Yaron KerenGenerate correct asm info for mingw and cygwin ARM...
2015-07-14 Kate StoneFixed line wrapping for the "long help" content in...
2015-07-14 Yaron KerenAdd support for -fuse-ld= in the mingw toolchain driver.
2015-07-14 NAKAMURA Takumi[CMake] Unbreak add_llvm_external_project when external...
2015-07-14 Jason MolendaFix off-by-one error in the packet decompression routine
2015-07-14 Michael J.... Revert ELF port. Posting to mailing list.
2015-07-14 NAKAMURA TakumiPrune trailing whitespaces and CRs.
2015-07-14 NAKAMURA TakumiMark clang/test/PCH/chain-openmp-threadprivate.cpp...
2015-07-14 NAKAMURA Takumiclang/test/lit.cfg: Introduce the feature "tls", for...
2015-07-14 Dawn PerchikFix debugserver build breakage on Mavericks after lldb...
2015-07-14 Chaoren LinFix FreeBSD build.
2015-07-14 Rui UeyamaRevert "Make COFF linker work when it's built by clang...
2015-07-14 NAKAMURA TakumiGive an explicit triple to llvm/test/CodeGen/X86/pr1357...
2015-07-14 Rui UeyamaCOFF: Fix entry name inference for x86.
2015-07-14 Richard SmithAdd file missed from r242105.
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-07-14 Matthias BraunX86: Check output of x86 copysignl testcase.
2015-07-14 Richard Smith[modules] When diagnosing errors in module map files...
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-14 Chris Bieneman[CMake] Forgot to quote the first part of STREQUAL.
2015-07-14 Chris Bieneman[CMake] We shouldn't be storing values in the cache...
2015-07-14 Chaoren LinRefactor Unix signals.
2015-07-14 Rafael EspindolaAdd a herper function. NFC.
2015-07-14 Adrian PrantlRemove a completely redundant initialization of llvm...
2015-07-14 Michael J.... Fix warnings.
2015-07-14 Evgeniy StepanovBasic code generation for MSan use-after-dtor.
2015-07-14 Rafael Auler[LinkerScript] Don't create unnecessarily large segments
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-14 Richard SmithExtend -ftime-report to give more information about...
2015-07-14 Michael J.... Put explicit template instantiations in the correct...
2015-07-14 Michael J.... Remove commented out code.
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-14 Samuel Antao[OpenMP] Add REQUIRES pragma to threadprivate regressio...
2015-07-13 Rafael Auler[LinkerScript] Fix bug in Segment::assignVirtualAddress()
2015-07-13 Michael J.... Initial ELF port.
2015-07-13 David Majnemer[Intrin.h] Use __ATOMIC_SEQ_CST instead of '5'
2015-07-13 David Majnemer[Intrin.h] Make the variable names more consistent
next