platform/upstream/llvm.git
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Alexander Potapenko[libsanitizer] Remove the redundant spaces between...
2013-12-30 NAKAMURA Takumi[CMake] Generate ${BUILD_MODE}/llvm-lit for each $...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-30 NAKAMURA TakumiMake lit.site.cfg Py3-compatible. Copied from r188041.
2013-12-30 Yaron Keren Visual C++ does not support -ffunction-sections -fdata...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Bill WendlingKeep comment with 'Subtarget' ivar.
2013-12-30 Nico WeberPort r198088 (set NO_DEAD_STRIP for clang) from make...
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-12-30 Hao Liu[AArch64]Can't select shift left 0 of type v1i64
2013-12-30 Alp TokerFix and reword some typos
2013-12-30 Kevin QinFix a bug in DAGcombiner about zero-extend after setcc.
2013-12-30 Alp TokerCleanup: Switch the preprocessor to err_pp_expected_after
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-30 Nico WeberDon't use PrintFunctionNames.exports on Windows.
2013-12-29 Nico WeberFix typo in comment.
2013-12-29 Nico Weber[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionN...
2013-12-29 Bill WendlingUn-XFAILify some tests which are now passing.
2013-12-29 Nico WeberSet LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corre...
2013-12-29 Nico Weber[cmake] In add_llvm_loadable_module, don't clobber...
2013-12-29 Jean-Daniel... Fix a couple of memory leaks.
2013-12-29 Jean-Daniel... Stop leaking MCRegisterInfo.
2013-12-29 Nico WeberUse LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
2013-12-29 Aaron BallmanFixing a compile error that recently started happening...
2013-12-29 Saleem AbdulrasoolARM IAS: fix after r198172
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Saleem AbdulrasoolARM: fix a few typos in comments
2013-12-29 Saleem AbdulrasoolARM: fix typo in VFP instruction definition
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake, take #2. LINK.EXE...
2013-12-29 Aaron WatryPass -fno-builtin flag to clang to silence warnings
2013-12-29 Aaron WatryFix build with LLVM 3.5
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake. Sorry.
2013-12-29 NAKAMURA Takumi[CMake] Fix add_llvm_loadble_module.
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use unique name for...
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use ${native_export_fi...
2013-12-29 Mark SeabornFix indentation alignment of a declaration in MipsMCCod...
2013-12-29 Bill WendlingStore the global variable that's created so that it...
2013-12-29 Nico WeberYet another attempt at getting cmake-clang-i686-mingw32...
2013-12-29 Alp TokerMake LLVM_MSC_PREREQ() compatible with all MSVC versions
2013-12-29 Venkatraman... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Nico WeberWindows build fixes, hopefully last part.
2013-12-29 Alp TokerPython compatibility fix for r198150
2013-12-29 Alp TokerFix parens fail in r198142
2013-12-29 Nico WeberAnother windows build fix attempt.
2013-12-29 Alp TokerProspective Python 3 fix for r198150
2013-12-29 Nico WeberMore windows build fix attempts.
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-12-29 Venkatraman... [SparcV9] For codegen generated library calls that...
2013-12-29 Nico WeberThe same we do every commit, Pinky: Try to fix the...
2013-12-29 Craig TopperMake more of the x86 lowering helper functions static.
2013-12-29 Venkatraman... [SparcV9]: Implement lowering of long double (fp128...
2013-12-29 Craig TopperSwitch from EVT to MVT in more of the x86 instruction...
2013-12-29 Nico WeberAnother windows build fix attempt after r198136.
2013-12-29 Alp TokerEnable deleted functions and explicit conversions in...
2013-12-29 Alp TokerDefine LLVM_MSC_PREREQ() macro to simplify _MSC_VER...
2013-12-29 Nico WeberTry to fix windows build more after r198136.
2013-12-29 Nico WeberUse `${CMAKE_COMMAND}` instead of `cmake`.
2013-12-28 Nico WeberTry to fix windows build after r198136.
2013-12-28 Nico WeberTry to fix linux build after r198136.
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-28 Nico WeberRemove windows newlines.
2013-12-28 Saleem AbdulrasoolCodeGen: silence a C++11 feature warning
2013-12-28 Saleem AbdulrasoolARM IAS: handle errors more appropriately
2013-12-28 Andrew TrickUninitialized variable (in never taken path) after...
2013-12-28 Alp TokerBriefly document diag-build.sh
2013-12-28 Alp TokerRename isBuiltinCall() to getBuiltinCallee()
2013-12-28 Alp TokerTidy up CGCXXABI creation
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-28 Andrew TrickAdded debugging options: -misched-only-func/block
2013-12-28 Andrew TrickThe Cortex-A9 machine model is incomplete. Mark it...
2013-12-28 Andrew TrickAdd a PostMachineScheduler pass with generic implementa...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-28 Craig TopperRevert part of r198115 to see if it fixes a buildbot...
2013-12-28 Craig TopperUse getSimpleValueType in a few spots where the type...
2013-12-28 Craig TopperMinor indentation fix to match other switch statements...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-28 NAKAMURA Takumillvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64...
2013-12-28 Andrea Di Biagio[X86] Teach the backend how to fold target specific...
2013-12-28 Rui UeyamaSimplify if ... return repetition.
2013-12-28 Enrico GranataAdd a new way to bind a format to a type: by enum type
2013-12-28 Rui Ueyama[PECOFF] Warn only when /export options are not compatible.
2013-12-28 Rui Ueyamatemporary commit
2013-12-28 Rui Ueyama[PECOFF] Use std::set to store export symbol descriptors.
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-28 Bob WilsonPropagate "-arch x86_64h" setting to the linker. <rdar...
2013-12-28 Saleem AbdulrasoolARMAsmParser: fix typo in comment
2013-12-28 Chandler CarruthSilence a dubious GCC warning about a set but unused...
2013-12-28 Chandler CarruthDisable transforms that introduce calls to exp10*(...
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-28 Joey GoulyFix a gcc-4.8 warning, about extraneous semicolons.
next