platform/upstream/llvm.git
2015-12-10 Xinliang David Li[PGO] Move target-dependent macro to InstrProfilingPort...
2015-12-10 Rui UeyamaSimplify. NFC.
2015-12-10 Pete CooperMake commands printed by llvm-lit include the build...
2015-12-10 Rui UeyamaSimplify an expression. NFC.
2015-12-10 Ekaterina RomanovaDo not generate DW_TAG_imported_module for anonymous...
2015-12-10 Zachary TurnerRemove the -y option from dotest.py.
2015-12-10 Zachary TurnerRemove the -x option from dotest.py.
2015-12-10 Zachary TurnerRemove deprecated command line options from dotest.py
2015-12-10 Zachary TurnerRemove the --output-on-success command line argument...
2015-12-10 Zachary TurnerRemove the -T option from dotest.py.
2015-12-10 Zachary TurnerRemove -w option from dotest.py.
2015-12-10 Pete CooperVerify that macho-o delta64 relocs have the same offset.
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-12-10 Rafael EspindolaFix another case where the linkage was not set.
2015-12-10 Rong Xu[PGO] Use %t as the temporary profdata filename in...
2015-12-10 Xinliang David Li[PGO] Header file cleanup (NFC)
2015-12-10 Duncan P. N... Verifier: Avoid quadratic checking of aggregates for...
2015-12-10 Ted WoodwardAdd Hexagon ABI to System Initialization
2015-12-10 Ben Langmuir[Modules] Fix regression when an elaborated-type-specif...
2015-12-10 Xinliang David Li[PGO] use COMPILER_RT_HAS_ATOMTICS macro
2015-12-10 Chad Rosier[DeadStoreElimination] Use range-based loops. NFC.
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-12-10 Pirama Arumuga... Fix fptosi, fptoui from f16 vectors to i8, i16 vectors
2015-12-10 Bill Seurer[power] Fix test case target checks
2015-12-10 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-10 Tamas BerghammerAdd modules downloaded by ModuleCache to the global...
2015-12-10 Teresa Johnson[ThinLTO] Debug message cleanup (NFC)
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
2015-12-10 Sanjay Patelremove duplicated comments and don't repeat function...
2015-12-10 Teresa Johnson[ThinLTO] Release files in gold plugin during combined...
2015-12-10 Dan Gohman[WebAssembly] Tighten up several CHECK tests.
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-10 Dan Gohman[WebAssembly] Make WebAssemblyStoreResults only return...
2015-12-10 Dan Gohman[WebAssembly] Fix WebAssemblyPeephole to set Changed...
2015-12-10 Dan Gohman[WebAssembly] Declare that WebAssemblyPeephole does...
2015-12-10 Dan Gohman[WebAssembly] Remove an unneeded getAnalysisUsage override.
2015-12-10 Ed MasteAdd --version-script= alias for --version-script
2015-12-10 Aaron BallmanAdd a license clarification for use of links and titles...
2015-12-10 Chad Rosier[DeadStoreElimination] Add support for non-local DSE.
2015-12-10 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-10 Faisal Vali[NFC] Improve a comment from my previous commit (r255221)
2015-12-10 Alexander Kornienko[clang-tidy] Sort includes case-sensitively.
2015-12-10 Yury Gribov[asan] Use atomic_uintptr_t instead of atomic_uint64_t...
2015-12-10 Silviu Baranga[LLE] Use the PredicatedScalarEvolution interface to...
2015-12-10 Tamas BerghammerSwitch to gold linker on android x86, x86_64, arm
2015-12-10 Ewan Crawford[RenderScript] Refactor condition deciding when to...
2015-12-10 Aidan DoddsDifferential Revision: reviews.llvm.org/D15333
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-10 George Rimar[ELF] - Implemented --print-gc-sections command line...
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-10 George Rimar[ELF] - Resolve R_386_PLT32 statically in some cases.
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
2015-12-10 Craig TopperAdd parentheses to suppress a -Wparentheses warning.
2015-12-10 Yury Gribov[asan] Move halt_on_error_suppress_equal_pcs.cc to...
2015-12-10 Alexey Bataev[OPENMP] Fixed processing of predetermined data-sharing...
2015-12-10 Yury Gribov[asan] Suppress duplicated errors in ASan recovery...
2015-12-10 Akira HatanakaRevert r255137.
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-10 Saleem Abdulrasoollibclang: correct inverted logic
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Faisal ValiFix PR24694 (CWG1591): Deducing array bound and element...
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-12-10 Dan Gohman[WebAssembly] Implement fma.
2015-12-10 Alexey Bataev[MSVC] Fix for llvm.org/PR25636: indexed accessor prope...
2015-12-10 Tom StellardAMDGPU/SI: Fix warning introduced by r255204
2015-12-10 Tom StellardAMDGPU/SI: Emit constant arrays in the .text section
2015-12-10 Tom StellardAMDGPU/SI: Add support for sgpr and vgpr inline assembl...
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of f32->f64 EXTLOAD.
2015-12-10 Hans WennborgMark MS inline ASM 'nodplicate' it it has labels (PR23715)
2015-12-10 Yunzhong GaoFix a typo in the clang user manual.
2015-12-10 John ThompsonThere were problems if a relative path is used for...
2015-12-10 Richard SmithPR25416: Improve performance of processing inline assem...
2015-12-10 Derek Schuff[WebAssembly] Update known test failures
2015-12-10 Charles Li[Lit Test] Updated 20 Lit tests to be C++11 compatible.
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-10 Dan Gohman[WebAssembly] Also legalize sign_extend_inreg of i32...
2015-12-10 Derek Schuff[WebAssembly] Update test failure expectations
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Eric FiselierRemove redundant _LIBCPP_ALWAYS_INLINE attribute from...
2015-12-10 Chris BienemanRevert "[CMake] Provide options for toggling on and...
2015-12-10 Chris Bieneman[CMake] [Darwin] Log architecture test failures to...
2015-12-10 Dan GohmanPeepholeOptimizer: Ignore dead implicit defs
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of shift operators with...
2015-12-10 Dan Gohman[WebAssembly] Fix copy+pastos.
2015-12-10 Dan Gohman[WebAssembly] Implement anyext.
2015-12-10 Lang Hames[lld][MachO] Always reserve space for the empty string...
2015-12-09 Evgeniy StepanovRemove visibility attributes from out-of-class method...
2015-12-09 Reid KlecknerFix crash on invalid initialization with std::initializ...
2015-12-09 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Douglas GregorObjective-C properties: loosen 'atomic' checking for...
2015-12-09 Xinliang David Li[PGO] Add cmake check to determine atomics op availability
2015-12-09 Chris Bieneman[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler...
2015-12-09 Sanjay Pateluse range-based for loops; NFCI
2015-12-09 Chris Bieneman[CMake] Provide options for toggling on and off various...
next