platform/upstream/llvm.git
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 Hao Liu[AArch64] Disable useAA for Cortex-A57.
2014-11-19 Shankar EaswaranRevert "[ELF] Sectionkey should also contain path."
2014-11-19 Hao Liu[AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE...
2014-11-19 Shankar EaswaranRevert "[ELF] Rename MergedSection to OutputSection."
2014-11-19 Shankar EaswaranRevert "[ELF] Create input and output section names"
2014-11-19 Hao Liu[SeparateConstOffsetFromGEP] Allow SeparateConstOffsetF...
2014-11-19 Richard TrieuAdd the exception for strings in logical and expression...
2014-11-19 Shankar EaswaranRevert "[ELF] Fix creation of segments."
2014-11-19 Simon Atanasyan[Mips] Remove unnecessary debug logging code
2014-11-19 Simon Atanasyan[Mips] Configure PLT and LA25 entries in the correspond...
2014-11-19 Simon Atanasyan[Mips] Inline the configurePLTReference method
2014-11-19 Simon Atanasyan[Mips] Remove redundant const_cast
2014-11-19 Simon Atanasyan[Mips] Make the function return type constant pointer
2014-11-19 Simon Atanasyan[Mips] Move setup of LLD_R_MIPS_STO_PLT relocation...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-19 Eric FiselierOverhaul and separate nullptr_t tests to pass with...
2014-11-19 David Blaikieclang-format a recent commit I made
2014-11-19 Eric FiselierRevert r222296 to fix bad commit message
2014-11-19 Nico WeberWrap to 80 columns, no behavior change.
2014-11-19 Eric FiselierRemove accidentally commited line in commit. Sorry
2014-11-19 Shankar Easwaran[ELF] Handle ctors/dtors sections
2014-11-19 Shankar Easwaran[ELF] Fix creation of segments.
2014-11-19 Shankar Easwaran[ELF] Create input and output section names
2014-11-19 Shankar Easwaran[ELF] Rename MergedSection to OutputSection.
2014-11-19 Shankar Easwaran[ELF] Sectionkey should also contain path.
2014-11-19 Peter CollingbourneTeach llvm-build to avoid touching LibraryDependencies...
2014-11-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-11-19 David BlaikieStandardize on StringMap::insert, removing uses of...
2014-11-19 David BlaikieRemove uses of StringMap::GetOrCreateValue in favor...
2014-11-19 David BlaikieUpdate for LLVM API change
2014-11-19 David BlaikieUpdate for LLVM API change
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-11-19 Jason MolendaAdd additional checks to the SavedLocationForRegister...
2014-11-19 Nick Kledzik[mach-o] propagate dylib version numbers
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Eric FiselierCleanup quick_exit tests and get them passing in C...
2014-11-19 Kuba BreckaMake the ASan OS X DYLD_INSERT_LIBRARIES detection...
2014-11-19 Eric Fiselierdiff --git a/test/language.support/support.types/nullpt...
2014-11-19 Jim InghamAdd "-k" and "-K" options to the driver, that allow...
2014-11-19 Rafael EspindolaUse a memcpy so that type based alias analysis sees...
2014-11-19 Rui UeyamaFix MSVC warning.
2014-11-19 Weiming Zhao[Aarch64] Customer lowering of CTPOP to SIMD should...
2014-11-19 Kostya Serebryany[asan] initial support for experimental basic-block...
2014-11-19 Kostya Serebryany[asan] add experimental basic-block tracing to asan...
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-19 Kostya SerebryanyIntroduce llvm::SplitAllCriticalEdges
2014-11-19 Manman RenRevert r222039 because of bot failure.
2014-11-19 Matt ArsenaultR600/SI: Implement areMemAccessesTriviallyDisjoint
2014-11-18 Matt ArsenaultR600/SI: Set hasSideEffects = 0 on load and store instr...
2014-11-18 Daniel Jasperclang-format: Add option to disable alignment after...
2014-11-18 Daniel Jasperclang-format: Fix space between generic type parameter...
2014-11-18 Eric FiselierModify tests to check that va_copy is only defined...
2014-11-18 Simon Pilgrim[X86][AVX] 256-bit vector stack unaligned load/stores...
2014-11-18 Enrico GranataShuffle APIs around a little bit, so that if you pass...
2014-11-18 Justin Bognerprofile: Robustify instrprof tests
2014-11-18 Eric FiselierFlush out test cases for tuples constructor SFINAE
2014-11-18 Enrico GranataAdd the ability for the NSString and libc++ std::string...
2014-11-18 Enrico GranataAllow dsymutil to exists in a path with spaces in it
2014-11-18 Ismail PazarbasiRevert "git-svn test commit"
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_and instruction.
2014-11-18 Ismail Pazarbasigit-svn test commit
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Eric ChristopherMore override warning cleanup.
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Eric ChristopherFix 80-column violations, trailing whitespace, comment...
2014-11-18 Eric ChristopherThis test also requires an aarch64 target.
2014-11-18 Justin BognerFix an inaccurate comment
2014-11-18 Nick Kledzik[mach-o] for 32-bit arm, in -r mode support B (not...
2014-11-18 David MajnemerInstCombine: Fix another infinite loop caused by visitF...
2014-11-18 Fariborz Jahanian[Sema] Patch to issue warning on comparing parameters...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_sub instruction
2014-11-18 Ismail PazarbasiFind SWIG with CMake
2014-11-18 David MajnemerRevert "Revert r222040 because of bot failure."
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread to test suite
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread
2014-11-18 Juergen Ributzka[FastISel][AArch64] Follow-up fix for "Fix shift-immedi...
2014-11-18 Matt ArsenaultR600/SI: Move SIFixSGPRCopies to inst selector passes
2014-11-18 Juergen Ributzka[AArch64] Don't optimize all compare instructions.
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-11-18 Tom StellardR600/SI: Make sure resource descriptors are always...
2014-11-18 Eric Fiselier[libcxxabi] Refactor CMakeLists.txt's handling of compi...
2014-11-18 Marshall ClowMarked LWG 2399 as complete. I committed a test for...
2014-11-18 Chad Rosier[Reassociate] Use test cases that can actually be optim...
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-11-18 Chad Rosier[Reassociate] Rename local variable to not use same...
2014-11-18 Juergen Ributzka[FastISel][AArch64] Fix shift-immediate emission for...
2014-11-18 Greg ClaytonFixed the stop hook test after recent editline changes.
2014-11-18 Ed MasteAdd decorator for test that fails on FreeBSD after...
2014-11-18 Jozef KolekTest commit to verify that commit access works.
2014-11-18 Jim InghamPatch from dawn@burble.org to make the --silent-run...
2014-11-18 Marshall ClowAdd a test for LWG issue #2399. We already implement...
2014-11-18 Philip ReamesTweak EarlyCSE to recognize series of dead stores
2014-11-18 Marshall ClowUpdate status of LWG issues 2340, 2396 and 2401. In...
2014-11-18 Manman RenRemove triple in testing case to recover an arm bot.
2014-11-18 Marshall ClowSince Eric poisoned the comma operator on all our test...
2014-11-18 NAKAMURA TakumiOMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]
2014-11-18 Evgeniy Stepanov[asan] Re-enable zero_page_pc test on Android.
2014-11-18 Jeroen KetemaDon't include <stddef.h>
next