platform/upstream/llvm.git
2014-07-02 Larisse VoufoFix linkage bug that miscompiled variable templates...
2014-07-02 Dan AlbertFix a warning about undeclared call to abort().
2014-07-02 Rafael EspindolaUpdate comment and include guard.
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
2014-07-02 David MajnemerMore editorial issues in MSVCCompatibility.rst
2014-07-02 Eric ChristopherFix typos.
2014-07-02 Warren HuntFix Typo in MSVCCompatibility.rst
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 Todd Fialalldb - problem with some PTRACE_* constants in NativePr...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Generate Pat<>'s for the vpermt2* intrins...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
2014-07-02 Greg ClaytonAdd host layer support for pipes.
2014-07-02 David MajnemerFixup typo in MSVCCompatibility.rst
2014-07-02 Tom StellardR600: Add a comment that llvm.AMDGPU.trunc is a legacy...
2014-07-02 Tom StellardR600/SI: Use a ComplexPattern for ADDR64 addressing...
2014-07-02 Tom StellardR600: Promote i64 loads to v2i32
2014-07-02 Tom StellardR600/SI: Adjsut SGPR live ranges before register allocation
2014-07-02 Tom StellardR600/SI: Add verifier check for immediates in register...
2014-07-02 Greg ClaytonMake LLDB.framework link again on Yosemite.
2014-07-02 Alexey SamsonovRemove non-static field initializer to appease MSVC
2014-07-02 Alexey SamsonovXFAIL test on Android (this is a known issue)
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-02 Jean-Daniel... Removing Carbon dependency by removing obsolete code.
2014-07-02 Jim InghamIf a breakpoint gets deleted, any SBBreakpoints represe...
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-02 Duncan P. N... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Rui UeyamaAdd missing dependency to macho-dump.
2014-07-02 Duncan P. N... AArch64: Remove unnecessary parens
2014-07-02 Tobias GrosserDerive run-time conditions for delinearization
2014-07-02 Matt ArsenaultR600: Fix crashes when an illegal type load or store...
2014-07-02 Saleem AbdulrasoolCodeGen: make target builtins support languages
2014-07-02 Puyan LotfiJust adding a getHalfTy method to IRBuilder for complet...
2014-07-02 Duncan P. N... AArch64: Merge isa with dyn_cast
2014-07-02 David MajnemerUpdate the MSVC Compatibility document
2014-07-02 Zachary TurnerStart converting usages of off_t to other types.
2014-07-02 Alp TokerARCMigrate: simplify diagnostic handling
2014-07-02 Duncan P. N... XFAIL the test to go with r202189
2014-07-02 Duncan P. N... AArch64: Temporarily disable AArch64AddressTypePromotion
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
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
next