platform/upstream/llvm.git
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-16 Saleem AbdulrasoolPE/COFF: use dyn_cast for the check of the target
2015-01-16 Mehdi AminiFix Reassociate handling of constant in presence of...
2015-01-16 Jason MolendaFixes to DNBArchImpl in debugserver to correctly get/set
2015-01-16 Dan AlbertRemove triple detection from cmake.
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-16 Kevin EnderbyWork around to get the build bot clang-cmake-armv7...
2015-01-16 Dan AlbertLIBCXXABI_TARGET_TRIPLE won't always be set.
2015-01-16 Kevin EnderbyAnother attempt to fix the build bot clang-cmake-armv7...
2015-01-16 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-16 Dan Albert[libc++] Add support for cross compiling.
2015-01-16 Rui UeyamaUse std::recursive_mutex instead of llvm's SmartMutex.
2015-01-16 Dan Albert[libc++abi] Add support for cross compiling.
2015-01-16 Vince HarronAdd Socket::Get[Remote/Local]IpAddress and unit tests
2015-01-16 Nico WeberGive lldb a clean null build.
2015-01-16 Kevin EnderbyThis should fix the build bot clang-cmake-armv7-a15...
2015-01-16 Jason MolendaAdd comment regarding which i386 registers are non...
2015-01-15 Matt ArsenaultR600/SI: Add patterns for v_cvt_{flr|rpi}_i32_f32
2015-01-15 Filipe CabecinhasFix edge case when Start overflowed in 32 bit mode
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-15 Rafael EspindolaUse a trivial comdat for C++ tables.
2015-01-15 Matt ArsenaultR600/SI: Fix trailing comma with modifiers
2015-01-15 Rui UeyamaSimplify.
2015-01-15 Colin LeMahieu[Hexagon] Adding new-value store and bit reverse instru...
2015-01-15 Jonathan RoelofsPrint out environment in lit notes
2015-01-15 Filipe CabecinhasRemove the slashes so they don't fail in some Windows...
2015-01-15 Zachary TurnerSome fixes for thread stepping on Windows.
2015-01-15 Zachary TurnerDuring source manager test, write back the file using...
2015-01-15 Filipe CabecinhasReport fatal errors instead of segfaulting/asserting...
2015-01-15 Greg ClaytonFixed the regex test case after recent modifications...
2015-01-15 Lang Hames[Object] Add SF_Exported flag. This flag will be set...
2015-01-15 Sanjoy DasRevert r226201 (Add a new pass "inductive range check...
2015-01-15 David MajnemerInductiveRangeCheckElimination: Remove extra ';'
2015-01-15 Andrew KaylorFixing pedantic build warnings.
2015-01-15 Rafael EspindolaUse a trivial comdat for inline ctor/dtor when not...
2015-01-15 Colin LeMahieu[Hexagon] Fix 226206 by uncommenting required pattern...
2015-01-15 Hal Finkel[PowerPC] Add a target option for invariant function...
2015-01-15 Hans WennborgWarn about dllexported explicit class template instanti...
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-15 Colin LeMahieu[Hexagon] Updating indexed load-extend patterns and...
2015-01-15 Rui UeyamaAdd "explicit".
2015-01-15 Vince HarronUriParser - fixed potential buffer overrun
2015-01-15 Hal Finkel[asan] Loosen test for upcoming ppc64 change
2015-01-15 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Hal FinkelRevert "r226086 - Revert "r226071 - [RegisterCoalescer...
2015-01-15 Vince HarronMoved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 Philip ReamesStyle cleanup of old gc.root lowering code
2015-01-15 Matt ArsenaultR600/SI: Improve fpext / fptrunc test coverage
2015-01-15 Philip Reamesclang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)
2015-01-15 Philip ReamesSplit GCStrategy.cpp into two files (NFC)
2015-01-15 Colin LeMahieu[Hexagon] Removing old versions of vsplice, valign...
2015-01-15 Dan AlbertUse set() instead of option() for string option.
2015-01-15 Marek OlsakR600/SI: Unify VOP2 instructions which are VOP3-only...
2015-01-15 Marek OlsakR600/SI: Use 64-bit encoding by default for opcodes...
2015-01-15 Marek OlsakR600/SI: Add V_READLANE_B32 and V_WRITELANE_B32 for VI
2015-01-15 Marek OlsakR600/SI: Don't shrink instructions whose e32 encoding...
2015-01-15 Marek OlsakR600/SI: Add common class VOPAnyCommon
2015-01-15 Marek OlsakR600/SI: Don't select SI-only VOP3 opcodes on VI
2015-01-15 Dan AlbertAdd a cmake option for LIT configuration variant.
2015-01-15 Colin LeMahieu[Hexagon] Adding vmux instruction. Removing old transf...
2015-01-15 Ramkumar Ramachandrastatepoint tests: use statepoint-example gc
2015-01-15 Joerg SonnenbergerSupport @PLT loads on 32bit x86.
2015-01-15 Nico WeberFix a -Wnull-conversion warning.
2015-01-15 Nico WeberFix build after clang r226128.
2015-01-15 Colin LeMahieu[Hexagon] Deleting old float comparison instruction...
2015-01-15 Nathan SidwellPR 20146
2015-01-15 Evgeniy Stepanov[sanitizer] Restore -fno-lto accidentally removed in...
2015-01-15 Colin LeMahieu[Hexagon] Replacing old fadd/fsub instructions and...
2015-01-15 Evgeniy Stepanov[sanitizer] Implement include= option.
2015-01-15 Jonathan RoelofsRefactor configure_link_flags for modularity. NFC
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-15 Alexander Kornienkoclang-tidy: 'size' call that could be replaced with...
2015-01-15 Daniel Sanders[mips] Fix a typo in the compare patterns for MIPS32r6...
2015-01-15 Vasileios KalintirisFix the C-API MCJIT test for 32-bit big endian machines.
2015-01-15 Evgeniy Stepanov[sanitizer] Flag parser rewrite.
2015-01-15 Evgeniy Stepanov[lsan] Fix a typo in a test.
2015-01-15 Evgeniy StepanovFix compilation of compiler_rt against libunwind.
2015-01-15 Vladimir MedicAdd disassembler tests for mips64r6 platform. There...
2015-01-15 Vladimir MedicAdd disassembler tests for mips32r6 platform. There...
2015-01-15 Vladimir MedicAdd disassembler tests for mips64r2 platform. There...
2015-01-15 Mehdi AminiFix SelectionDAG -view-*-dags filtering
2015-01-15 Sylvestre LedruIn commit clang r226096, DefinitionRequired has been...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Track an LLVM API change by switching this code...
2015-01-15 Chandler Carruth[PM] Track an LLVM API update which separates the Targe...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 David MajnemerAST: alignof might be dependent because of alignment...
2015-01-15 Craig TopperHide some redundant AVX512 instructions from the asm...
2015-01-15 Rui UeyamaRename InputGraph.h -> Node.h.
2015-01-15 Rui UeyamaSimplify.
2015-01-15 NAKAMURA Takumi[CMake] clangCodeGen: Prune a redundant "Target" out...
2015-01-15 Vladimir MedicAdd disassembler tests for mips64 platform. There are...
2015-01-15 Rui Ueyama[ELF] Do not error on non-existent file in the driver.
2015-01-15 Rui UeyamaRemove InputGraph and use std::vector<Node> instead.
2015-01-15 David MajnemerAST: Ensure implicit records have default visibility
2015-01-15 Rui UeyamaRename InputElement Node.
2015-01-15 Rui UeyamaRemove InputGraph::addInputElement{,Front}.
2015-01-15 Rui UeyamaRemove WrapperNode.
next