platform/upstream/llvm.git
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Timur IskhodzhanovAdd an /FS flag to the sanitizer_common CMake to make...
2014-01-30 Renato GolinComment out unused macro because of warning
2014-01-30 Greg ClaytonMissing files for previous checkin that fixed: "script...
2014-01-30 Joerg SonnenbergerCopy&paste errors. Found by Thomas Klausner.
2014-01-30 Greg Clayton"script help (lldb.SBThread)" output stops before all...
2014-01-30 Ben LangmuirFix assertion failures on annot_* tokens in clang -E
2014-01-30 Timur IskhodzhanovAdd an /FS flag to the ASan RTL CMake to make it builda...
2014-01-30 Timur IskhodzhanovExplicitly specify the CPU to avoid Atom-specific assem...
2014-01-30 Tim NorthoverARM & AArch64: extend shared NEON implementation to...
2014-01-30 Tim NorthoverARM & AArch64: fully share NEON implementation of permu...
2014-01-30 Tim NorthoverARM & AArch64: share the BI__builtin_neon enum defs.
2014-01-30 Daniel Jasperclang-format: Support ObjC's NS_ENUMs.
2014-01-30 Evgeniy Stepanov[sanitizer] Fix typo that breaks shmctl() interceptor.
2014-01-30 Simon Atanasyan[ELF] Make private all DynamicTable class fields which...
2014-01-30 Evgeniy StepanovReenable ARM EHABI on Android.
2014-01-30 Matheus Almeida[mips] Fix typo.
2014-01-30 Sergey Matveev[msan] Intercept *getxattr and *listxattr.
2014-01-30 Kostya Serebryany[asan] re-enable __tls_get_addr interceptor with a...
2014-01-30 Kostya Serebryany[asan] disable __tls_get_addr interceptor while I am...
2014-01-30 Craig TopperRemove duplicate patterns
2014-01-30 Nikola SmiljanicUpdate debugging visualizers section.
2014-01-30 Craig TopperCouple minor formatting fixes to the XXXGenDAGISel...
2014-01-30 Craig TopperRemove some AddedComplexity tags that were forcing...
2014-01-30 Saleem Abdulrasooltools: fix Twine abuse
2014-01-30 Saleem Abdulrasooltools: remove unnecessary typename
2014-01-30 Craig TopperRemove duplicate pattern and add predicate checks on...
2014-01-30 Saleem Abdulrasooltools: repair Windows build
2014-01-30 Jakob Stoklund... Implement SPARCv9 atomic_swap_64 with a pseudo.
2014-01-30 Jakob Stoklund... SPARCv9 supports atomic operations up to 64 bits.
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Rafael EspindolaUpdate for llvm api change.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Juergen RibutzkaExtend the preserve_most/all calling convention descrip...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
2014-01-30 John McCallDiagnose typedef names for linkage purposes that would...
2014-01-30 John McCallActually test that the local static variable from my
2014-01-30 Rafael EspindolaRemove dead code.
2014-01-30 Timur IskhodzhanovUse an Itanium triple in DWARF debug info tests
2014-01-30 Manman RenRevert r200431 due to bot failures.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-30 Nick Kledzik[libunwind] remove stray conditional
2014-01-30 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Fariborz JahanianObjective-C [IRGen]. Generator a tail call to objc_getP...
2014-01-29 Enrico Granata<rdar://problem/15936507>
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-29 Tobias GrosserIndependentBlocks: Do not assert for PHI nodes outside...
2014-01-29 Eric ChristopherMove range handling for a function to endFunction rathe...
2014-01-29 Eric ChristopherIf we use DW_AT_ranges we need to specify a base addres...
2014-01-29 Aaron BallmanConsolidating several table-generated files containing...
2014-01-29 David MajnemerSema: Diagnose improper application of inheritance...
2014-01-29 Eric ChristopherTurn on CU ranges if we've got multiple compile units...
2014-01-29 Eric ChristopherMake the compile unit map a MapVector so that we can...
2014-01-29 Eric ChristopherFix formatting of comment.
2014-01-29 Justin Bognerllvm-cov: Accept the long forms of gcov options
2014-01-29 Justin Bognerllvm-cov: Improve help message text
2014-01-29 Justin Bognerllvm-cov: Expect a source file as a positional parameter
2014-01-29 Tom StellardUpdated README.TXT with information about using DESTDIR...
2014-01-29 Tom StellardFixed rules names so they are unique when aliases are...
2014-01-29 Tom StellardFixed ninja build issues relating to use of $(DESTDIR)
2014-01-29 Tom StellardEnforce python2 for systems that use python3 as their...
2014-01-29 Jordan RoseRemove C++11ism from r200407.
2014-01-29 Tobias GrosserScopDetect: Transitively remove all children after...
2014-01-29 Tobias GrosserAdd missing doxygen comment
2014-01-29 David MajnemerMC: Better management of macro arguments
2014-01-29 Arnold SchwaighoferLoopVectorizer: Add a test case for unrolling of small...
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-29 Daniel Jasperclang-format: More custom option fixes for protocol...
2014-01-29 Daniel Jasperclang-format: Fix formatting of custom proto options.
2014-01-29 Lang HamesAdd support for PC-relative non-extern relocations...
2014-01-29 Quentin Colombet[X86][SchedModel] Fix typos in the definitions of the...
2014-01-29 Greg ClaytonDon't crash when trying to auto complete 'breakpoint...
2014-01-29 Oliver StannardTest commit
2014-01-29 Matheus Almeida[mips][msa] Add fill.d instruction.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.
2014-01-29 Matheus Almeida[mips][msa] Add copy_{u,s}.d.
2014-01-29 Joerg SonnenbergerSupport ARMv4 in the remaining non-VFP routines.
2014-01-29 Joerg SonnenbergerMove JMP/JMPc definition into assembly.h's ARM block.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
2014-01-29 Joerg SonnenbergerOptimized implementation of __clzdi2 and __clzsi2 for...
2014-01-29 Chandler Carruth[LPM] Fix PR18643, another scary place where loop trans...
2014-01-29 Evgeniy StepanovRemove -arm-enable-ehabi from Android build rules....
2014-01-29 Evgeniy StepanovRemove -arm-enable-ehabi from Android build rules....
2014-01-29 Renato GolinDocument EHABI enabled by default
2014-01-29 Renato GolinEnable EHABI by default
2014-01-29 Kostya Serebryany[asan] increase the buffer size for printing asan legen...
2014-01-29 Kostya Serebryany[asan] fix build on Mac (hopefully)
2014-01-29 Artyom SkrobovCortex-M3 and Cortex-M4 should not enable hwdiv-arm...
2014-01-29 Kostya Serebryany[asan] experimental intercetor for __tls_get_addr....
2014-01-29 David MajnemerMC: Reorganize macro MC test along dialect lines
2014-01-29 Evgeniy Stepanov[asan] Fix asan_device_setup.sh failure on userdebug...
2014-01-29 Manuel KlimekFix crash on unmatched #endif's.
next