platform/upstream/llvm.git
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-02 Tobias GrosserUse arguments of user statements to perform induction...
2014-07-02 Marshall ClowMinor cleanup for string_view; mostly from suggestions...
2014-07-02 Sylvestre LedruAlso document the 'arc commit' commands in the 'Committ...
2014-07-02 Yaron KerenAdded standard macro guard. In case __GNUC_VA_LIST...
2014-07-02 Daniel Sanders[mips] Added additional test cases for passing -mabi...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Alexander KornienkoConsistently handle clang-tidy check names in ClangTidy...
2014-07-02 Axel NaumannUndefine R2, R4, R6 after use.
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-02 Daniel Sanders[mips] Make FileCheck prefixes match the CPU they check
2014-07-02 Simon Atanasyan[Driver][Mips] If ABI name is not provided deduce it...
2014-07-02 Tim NorthoverARM: add support for v8 ldaex/stlex builtins.
2014-07-02 Alp TokerMake FunctionDecl::getReturnTypeSourceRange() support...
2014-07-02 Tim NorthoverX86: inline all atomic operations up to 128-bits.
2014-07-02 Jean-Daniel... Replace uint32_t by lldb::RegisterKing in register...
2014-07-02 Alp TokerDon't accept qualified 'int' main return types in C...
2014-07-02 Alexey BataevAdded test for capturing VLA types if the captured...
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-07-02 Matt ArsenaultFix missing const
2014-07-02 David MajnemerInstCombine: Optimize x/INT_MIN to x==INT_MIN
2014-07-02 Chandler Carruth[cleanup] Hoist an if-else chain on ISD opcodes (really...
2014-07-02 David MajnemerInstCombine: Add a vector variant test for PR20186
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Owen AndersonAdd range for-loop iterator adapter for cases in Switch...
2014-07-02 Alexey Bataev[OPENMP, C++11] Improve code of InitVLACaptures function.
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-07-02 Richard TrieuPrevent Clang from crashing on template code.
2014-07-02 Chandler Carruth[cleanup] Remove dead 'break;' statements that I meant...
2014-07-02 Chandler Carruth[cleanup] Hoist the promotion dispatch logic into the...
2014-07-02 Chandler Carruth[cleanup] Nuke the 'VectorOp' bit of the promote method...
2014-07-02 Alexey Bataev[OPENMP] Fixed error message reporting for nesting...
2014-07-02 Chandler Carruth[x86] Clean up and modernize the doxygen and API commen...
2014-07-02 Alp TokerIntroduce a FunctionDecl::getReturnTypeSourceRange...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-07-02 Reid KlecknerRemove the recommendation against using std::function
2014-07-02 Eric ChristopherMove the subtarget dependent features from XCoreTargetM...
2014-07-02 Eric ChristopherMake XCoreSelectionDAGInfo take a DataLayout since...
2014-07-01 Todd FialaAdd Kalimba support to ArchSpec.
2014-07-01 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-no-rtti-data.cpp: Relax...
2014-07-01 Kevin EnderbyAlso run clang-format on llvm-nm.cpp to tidy things...
2014-07-01 David MajnemerCodeGen: Add some comments describing VFTable CG
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 David MajnemerCodeGenCXX: Add tests for RTTI in VFTables
2014-07-01 David MajnemerDriver: Handle /GR- in a compatible way with MSVC
2014-07-01 Reid KlecknerWin64: Disable uwtable until we fix .pdata emission...
2014-07-01 Tim NorthoverX86: remove atomic instructions *after* we've iterated...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-07-01 Tim NorthoverX86: delegate expanding atomic libcalls to generic...
2014-07-01 Reid KlecknerOptimize InstCombine stack memory consumption
2014-07-01 Bruce MitchenerFix typos.
2014-07-01 Bruce MitchenerTerminate italics tag.
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 Bruce MitchenerMinumum -> Minimum.
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-07-01 David MajnemerAST: Small simplification in VTableBuilder
2014-07-01 Johannes DoerfertIntroduce reduction types
2014-07-01 David MajnemerMS ABI: Reference MSVC RTTI from the VFTable
2014-07-01 Eric ChristopherMove the subtarget dependent features from SystemZTarge...
2014-07-01 Eric ChristopherRemove the use and initialization of the target machine...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 Alexey Samsonov[MSan] Fixup r212082: enable tests for _mm_ intrinsics...
2014-07-01 Tim NorthoverAArch64: fix comment typo
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-07-01 Reid Klecknerclang-cl: Ignore /Zc:inline and /Zc:rvalueCast
2014-07-01 Sean Silva[docs] Fix a mangled sentence.
2014-07-01 Sean Silva[docs] Remove stray HTML tag.
2014-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Adam Nemet[X86] AVX512: Factor generating the AsmString into...
2014-07-01 Alexey Samsonov[TSan] Equalize the behavior of __tsan_get_allocated_si...
2014-07-01 Deepak PanickalThis creates a valid Python API for Windows, pending...
2014-07-01 Sylvestre LedruGCC compatibility: Ignore -finput_charset=UTF-8 argumen...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-07-01 Todd FialaUse native ::pid_t in Linux ProcessMonitor (local debug...
2014-07-01 Quentin Colombet[PeepholeOptimzer] Fix a typo in a comment.
2014-07-01 Benjamin KramerRemove unused typedef. GCC warns about this.
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 David MajnemerGlobalOpt: FileCheck-ize test
2014-07-01 Benjamin KramerRephrase loop so it doesn't leave unused bools around...
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Quentin Colombet[RegAllocGreedy] Provide a flag to disable the local...
2014-07-01 Logan ChienRemove CleanupHackLevel from CGException.
2014-07-01 Simon Atanasyan[Driver][Mips] MIPS ABI names "32" and "64" used as...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-07-01 Tim Northover[mach-o]: make the default dylib install-name the outpu...
2014-07-01 Tim Northover[mach-o] add representation for LC_ID_DYLIB to MachONor...
2014-07-01 Gerolf HoflehnerEnable test/CodeGen/indirect-goto.c in 64b for local...
2014-07-01 Bob WilsonTemporarily disable the indirect-goto.c test.
2014-07-01 Nikola SmiljanicPR15677 - Crash in template diffing. Check that express...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 Alp Tokerclang-interpreter: use LLVM interpreter if JIT is unava...
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
next