platform/upstream/llvm.git
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-23 Denis Protivensky[ARM] Fix entry point for Thumb code
2015-03-23 Daniel Sanders[aarch64] Distinguish the 'Q' and 'm' inline assembly...
2015-03-23 Scott Douglasshandle armeb/thumb/thumbeb consistently in gnutools...
2015-03-23 Scott DouglassConvert cascading if-else-if to switch. NFC
2015-03-23 Simon Atanasyan[ELF] Add missing override keyword
2015-03-23 Alexander Potapenko[libsanitizer] Fix OpenFile() usage in TSan and DFSan.
2015-03-23 Alexander Potapenko[ASan] Distinguish between read, write and read-write...
2015-03-23 Hal Finkel[SDAG] Don't widen VSETCC during type legalization...
2015-03-23 Tobias GrosserDrop -polly-vectorizer-unroll-only option
2015-03-23 Alexey Bataev[OPENMP] Fixed test for 'single' directive codegen.
2015-03-23 Alexey Bataev[OPENMP] Codegen for 'copyprivate' clause ('single...
2015-03-23 Lang Hames[Orc] Add missing -use-orcmcjit flag to a number of...
2015-03-23 Daniel JasperRevert "Add CodeGen support for adding cpu attributes...
2015-03-23 Craig TopperFix typo 'AVX too' instead of 'AVX2'
2015-03-23 Richard Smith[modules] Remove redundant import of lexical decls...
2015-03-23 Craig Topper[X86] Add one stepping of Broadwell to the CPU name...
2015-03-22 Davide ItalianoUse POSIX pid_t and not lldb::pid_t.
2015-03-22 Richard SmithAdd missing #include to fix libc++ Linux build.
2015-03-22 Benjamin Kramer[ASTMatchers] Factor wrapping matcher classes into...
2015-03-22 David MajnemerSilence a GCC warning
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-03-22 Benjamin Kramer[Analyzer] Don't inherit from FoldingSet.
2015-03-22 Kuba BreckaFix a flaky heap-overflow-large.cc test
2015-03-22 Simon Atanasyan[Mips] Pass type of relocation and addendum to the...
2015-03-22 Benjamin KramerUpdate unit test for r232916.
2015-03-22 Duncan P. N... Prevent CHECK-NOTs from matching file paths
2015-03-22 Benjamin Kramer[multilib] Turn virtual functor into functin_ref
2015-03-22 Simon Atanasyan[Mips] Rename template argument ELFType => ELFT
2015-03-22 Simon Atanasyan[Mips] Use allocator from the base class
2015-03-22 Simon PilgrimFixed MSVC compile warning issue introduced in r232837
2015-03-22 Faisal ValiAdd a dump function to Stmt that takes only an output...
2015-03-22 Tobias GrosserUse schedule trees to perform post-scheduling transform...
2015-03-22 Kuba BreckaDemangling for DlAddrSymbolizer
2015-03-22 Benjamin KramerRemove empty files left behind by r232907.
2015-03-22 Kuba BreckaAdd AtosSymbolizer and DlAddrSymbolizer as fallbacks...
2015-03-22 Vince HarronReverting 232853 and 232870 because they depend on...
2015-03-22 David MajnemerMS ABI: Implement driver-level support for thread-safe...
2015-03-22 Vince HarronReverting r232793 until some new LLDB failures are...
2015-03-22 Vince HarronReverted r232883 due to failing tests.
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Fix negative shifts being produced...
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Turn memchr(const, C, const) into...
2015-03-21 Matt ArsenaultR600: Cleanup test with multiple check prefixes
2015-03-21 Nico Weber-Wdynamic-class-memaccess: Also warn about array types.
2015-03-21 Nico WeberDedent code for -Wdynamic-class-memaccess warning....
2015-03-21 Benjamin KramerStringRef: Just forward StringRef::find to libc's memchr.
2015-03-21 Benjamin KramerRevert accidental commit.
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-21 Benjamin KramerValueTracking: Forward getConstantStringInfo's TrimAtNu...
2015-03-21 Simon PilgrimTidied up vec_zero_cse.ll test. NFCI.
2015-03-21 Alexander MusmanSmall test fix for r232890
2015-03-21 Ilia KCompare pointers directly instead of ::strcmp in SBXxx...
2015-03-21 Ilia KFix handling of CommandInterpreter's events in lldb-mi
2015-03-21 Alexander Musman[OPENMP] CodeGen of the 'linear' clause for the 'omp...
2015-03-21 David MajnemerMemoryDependenceAnalysis: Don't miscompile atomics
2015-03-21 Eric ChristopherAdd CodeGen support for adding cpu attributes on functi...
2015-03-21 Eric FiselierRemove unneeded redeclaration of reference_wrapper.
2015-03-21 Tim NorthoverAArch64: simplify test case
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the AArch64...
2015-03-21 Chaoren LinFix ComputeSupportExeDirectory for Linux (merge with...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-21 Eric ChristopherForward the Function based getSubtarget call to the...
2015-03-21 Eric ChristopherGrab a subtarget off of an AMDGPUTargetMachine rather...
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-21 Eric ChristopherGrab the cached subtarget off of the MachineFunction.
2015-03-21 Eric ChristopherGrab a subtarget off of a MipsTargetMachine rather...
2015-03-21 Eric ChristopherSimplify the query for a subtarget in the NVPTX pass...
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-21 Eric ChristopherMake the Hexagon ISelDAGToDAG pass set the subtarget...
2015-03-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-21 Ahmed Bougacha[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
2015-03-21 Ahmed Bougacha[AArch64] Prefer UZP for concat_vector of illegal truncs.
2015-03-21 Richard Smith[modules] When either redecl chain merging or an update...
2015-03-20 Filipe CabecinhasOnly add -fno-rtti if KernelOrKext or in C++ mode.
2015-03-20 Shankar Easwaran[ELF] GLOBAL_OFFSET_TABLE is a hidden symbol
2015-03-20 Shankar Easwaran[ELF] Dont add local symbols for dynamic lookup.
2015-03-20 Shankar Easwaran[ELF] OrderPass : Order atoms only by ordinals.
2015-03-20 Shankar Easwaran[ELF][X86_64] Use anonymous namespace only for class...
2015-03-20 Shankar Easwaran[ELF] Use unordered_map for AdditionalSegments
2015-03-20 Shankar Easwaran[ELF] Use MapVector.
2015-03-20 Shankar Easwaran[ELF][X86_64] Remove relative references to include...
2015-03-20 Shankar Easwaran[ELF][X86_64] Sort includes
2015-03-20 Filipe CabecinhasDon't claim exception related arguments when looking...
2015-03-20 Filipe CabecinhasMake getLastArgNoClaim work for up to 4 arguments.
2015-03-20 Eric FiselierImprove automatic detection of filetype for sym_check
2015-03-20 Sanjay Patelfixed vperm2* intrinsics to check for shuffles
2015-03-20 Eric FiselierFix use of incorrect package name in sym_check
2015-03-20 Eric FiselierAdd symbol checking script to libc++ to help manage...
2015-03-20 Yunzhong GaoTell lit.cfg about more Windows triples.
2015-03-20 Richard Smith[modules] Remove temporary IdentifierInfo lookup result...
2015-03-20 Sanjay Patel[X86, AVX] instcombine common cases of vperm2* intrinsi...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Jordan Rose[analyzer] RetainCountChecker: Don't assume +0 for...
2015-03-20 Benjamin KramerX86: Make helper functions static. NFC.
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Kostya Serebryany[asan] update the sized_delete_test following the chang...
2015-03-20 Duncan P. N... DebugInfo: Require valid DIDescriptors
next