platform/upstream/llvm.git
2014-07-04 Daniel Sanders[mips][mips64r6] Correct the encoding of dmuh, dmuhu...
2014-07-04 Evgeniy Stepanov[msan] Reformat one source file.
2014-07-04 Sylvestre LedruPhabricator doc: Explicit the fact that the patch needs...
2014-07-04 Sylvestre Ledrugcc comptability: silent -fdefer-pop & -fno-defer-pop
2014-07-04 Chandler Carruth[x86] Relax the line in this check to pacify build...
2014-07-04 Chandler Carruth[x86] Move some check lines to be slightly easier for...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Chandler CarruthAdd an explicit bool operator to SDValue to make it...
2014-07-04 Kostya Serebryany[sanitizer] support c11 aligned_alloc, Linux only for now
2014-07-04 Alexey Volkov[X86] Limit maximum nop length on Silvermont
2014-07-04 Todd FialaWindows build fixes and removal of endlessly recursive...
2014-07-04 Todd FialaFix Windows build when python is not explicitly enabled
2014-07-04 Robert LyttonXCore target: remove incorrect DebugLoc entries from...
2014-07-04 Todd FialaFix OptionDefinition break from r212290.
2014-07-04 NAKAMURA TakumiLet test/Unit/lit.cfg add config.shlibdir to $PATH...
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal...
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.
2014-07-04 NAKAMURA Takumi[CMake] Fix set_output_directory to do nothing if ...
2014-07-04 NAKAMURA TakumiTrailing linefeed
2014-07-04 Alexey BataevFixed test CodeGen/captured-statements.c for powerpc64...
2014-07-04 Alp TokerFix prefix comparison from r212308
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-04 David MajnemerInstSimplify: Fix a bug when INT_MIN is in a sdiv
2014-07-04 Nick Kledzik[mach-o] Add parsing of arm/thumb relocations
2014-07-03 Peter CollingbourneModify LTOModule::isTargetMatch to take a StringRef...
2014-07-03 Zachary TurnerFix -Wnull-conversion warning.
2014-07-03 Peter Collingbournegold plugin: move target initialization to the top...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Chandler Carruth[x86] Clarify that this lowering only applies to vector...
2014-07-03 Rafael EspindolaUse std::unique_ptr to manage memory. No functionality...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-03 Eric ChristopherRemove caching of the target machine and initialization...
2014-07-03 Andrea Di Biagio[CostModel][x86] Improved cost model for alternate...
2014-07-03 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Andrea Di Biagio[X86] Add ISel patterns to select 'f32_to_f16' and...
2014-07-03 Rafael EspindolaExpand the note about llvm-ar now that inline asm works.
2014-07-03 Fariborz JahanianMake a small crash preventing change.
2014-07-03 Zachary TurnerAdds the notion of an OptionValidator.
2014-07-03 Rafael EspindolaMove test since it now depends on the x86 backend.
2014-07-03 Rafael EspindolaLTO depends on Object now.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-07-03 Dan AlbertAdd a cmake build system.
2014-07-03 Gerolf HoflehnerRestore global static array in test case
2014-07-03 Gerolf HoflehnerRun interprocedural const prop before global optimizer
2014-07-03 Rafael Espindolafix configure+make build
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Benjamin KramerThe RTTI fallback is no more. Remove outdated diagnostic.
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-03 Sanjay Patelfixed typo in comment
2014-07-03 David MajnemerIR: cleanup Module::dropReferences
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Sanjay Patelbug fix for PR20020: anti-dependency-breaker causes...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 Evgeniy Stepanov[asan] i686-linux-android support.
2014-07-03 Evgeniy Stepanov[asan] Fix unused variable warning.
2014-07-03 NAKAMURA Takumiclang-tidy: Instantiate llvm::Registry<clang::tidy...
2014-07-03 NAKAMURA Takumiclang-modernize: Instantiate llvm::Registry<TransformFa...
2014-07-03 Tim Northover[mach-o]: remove dylib install-name test with a.out
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-03 Evgeniy Stepanov[msan] Add missing attributes in MemorySanitizer tests.
2014-07-03 Evgeniy StepanovRevert of r212265.
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-03 Renato GolinAdd the __qdbl intrinsic to the arm_acle.h header
2014-07-03 Robert LyttonMove the calling of emitTargetMD() later.
2014-07-03 Robert Lyttonrefactor for-loop as range-loop before making changes.
2014-07-03 Christian PirkerARMEB: Fix function result return for composite types
2014-07-03 Simon Atanasyan[Driver][Mips] Check MIPS CPU name provided to the...
2014-07-03 Marcello MaggioniMinor stylistic fix in SimplifyCFG (test commit)
2014-07-03 NAKAMURA TakumiLet llvm/test/CodeGen/X86/lower-bitcast.ll tolerant...
2014-07-03 Chandler Carruth[x86] Fix the completely broken vector widening legaliz...
2014-07-03 David MajnemerMS ABI: Get linkage of RTTI data correct
2014-07-03 Zachary TurnerFix compilation errors introduced by host Pipe abstraction
2014-07-03 Chandler Carruth[x86] Fix crashes in lowering bitcast instructions...
2014-07-03 Saleem AbdulrasoolARM: rename ARM builtins to use __builtin_arm prefix
2014-07-03 Chandler Carruth[aarch64] Add a test that should have been in r212242...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-03 Chandler Carruth[x86] Based on a long conversation between myself,...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-03 Nick Kledzik[mach-o] add x86 test case to build hello world. Fix...
2014-07-03 Bruce MitchenerAdd enumerations for additional languages from DWARF...
2014-07-03 Eric ChristopherMake these preprocessor directives match all of the...
2014-07-03 Eric ChristopherRemove dead code.
2014-07-03 Nico WeberAddress review feedback for r212238.
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-07-03 Nick Kledzik[mach-o] Fix warning on enumeration cases not handled
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Nick Kledzik[mach-o] add parsing of x86 relocations
2014-07-02 Nico WeberEnable clang to continue to parse libstdc++4.6 and...
2014-07-02 Reid KlecknerUpdate the MSVC compatibilty document for class templat...
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-07-02 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-07-02 Eric ChristopherSo that we can include target lowering in the subtarget...
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
next