platform/upstream/llvm.git
2015-03-23 Ahmed Bougacha[CodeGen] Properly support the half FP type with non...
2015-03-23 Ed MasteUse .so library extension by default if platform is...
2015-03-23 Ed MasteFix whitespace in finishSwigWrapperClasses.py
2015-03-23 Ahmed Bougacha[CodeGen] Convert double -> __fp16 in one step.
2015-03-23 Chad Rosier[AArch64] Enable rematerialization of float 0 values.
2015-03-23 Stephane SezerDo not assert on POSIXDYLD double-eAdd.
2015-03-23 Tom StellardImplement half_sqrt builtin v2
2015-03-23 Tom StellardImplement distance builtin v2
2015-03-23 Tom StellardFix implementation of length builtin v2
2015-03-23 Bradley SmithRevert "[ARM] Add more pattern matching for f16 <-...
2015-03-23 Eli BenderskySimplify boolean expressions with true and false using...
2015-03-23 Tom StellardAdd __clc_ prefix to functions in sincos_helpers.cl
2015-03-23 Tamas BerghammerShorten executable name in WatchpointLLDBCommandTestCase
2015-03-23 James Molloy[ARM] Remove target-specific ITOFP/FPTOI nodes
2015-03-23 Tom StellardR600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBase...
2015-03-23 NAKAMURA TakumiOpenMPClause.h: Fix typo in \param. [-Wdocumentation]
2015-03-23 Colin LeMahieu[Hexagon] Simplify boolean expression
2015-03-23 Bradley Smith[ARM] Add more pattern matching for f16 <-> f64 conversions
2015-03-23 Benjamin KramerFix the CMake shared build.
2015-03-23 Tamas BerghammerRemove virtual and add override to all virtual function...
2015-03-23 Ilia KFix ObjCDataFormatterTestCase.test_nsdate_* tests ...
2015-03-23 Ilia KConvert CRLF to LF in CODE_OWNERS.txt
2015-03-23 Benjamin Kramer[gcov] Move formatBranchInfo into an anonymous namespace.
2015-03-23 Benjamin KramerMake helpers static. clang-tools edition.
2015-03-23 Benjamin Kramer[tooling] Move ArgumentsAdjustingCompilations into...
2015-03-23 Ilia KFix ObjCDataFormatterTestCase.test_nsdate_* tests
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
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...
next