platform/upstream/llvm.git
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Frederic RissRemove unsused variables.
2014-11-12 Richard SmithAdd another testcase.
2014-11-12 Richard SmithPR19372: Keep checking template arguments after we...
2014-11-12 Nick Kledzik[mach-o] Sort GOT entries by name to make links reprodu...
2014-11-12 Greg ClaytonFix so this test runs successfully on armv7 devices.
2014-11-12 Anton KorobeynikovTemporary revert r221818 until all the problems
2014-11-12 Greg ClaytonAdd a makefile even though it isn't used by the test...
2014-11-12 Ahmed Bougacha[CodeGenPrepare] Replace other uses of EVT::getEVT...
2014-11-12 Bob WilsonPR21518: Use unsigned arithmetic for trapping add/sub...
2014-11-12 Anton KorobeynikovNow really fix the typo in the test
2014-11-12 Anton KorobeynikovUpdate the tests to handle proper result type of (?:)
2014-11-12 Fariborz Jahanian[Objective-C++ IRGen] do not generate .cxx_construct
2014-11-12 Nick Kledzik[mach-o] Support linker synthesized mach_header symbols.
2014-11-12 Anton KorobeynikovFix fallout from r219557
2014-11-12 Ahmed Bougacha[CodeGenPrepare][AArch64] Fix a TLI legality check...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Reid KlecknerFix brace init of unions with unnamed struct members
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Richard SmithUpdate Clang's SD-6 support to match N4200 (except...
2014-11-12 Ed MasteAdd decorator for failing null dereference test on...
2014-11-12 Timur IskhodzhanovAdd a test for PR21528 to make sure ASan C++ symbolizat...
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Jason MolendaUse PRIx64 when printing addr_t's. Don't need to force...
2014-11-12 Jason MolendaUpdate comments to reflect how the new methods ended...
2014-11-12 Aaron BallmanChanging a StringRef::begin() call into StringRef:...
2014-11-12 Zachary Turner[ProcessWindows] Improve support for launching processes.
2014-11-12 Zachary Turner[ProcessWindows] Simplify the DebugDelegate interface.
2014-11-12 Ed MasteAvoid crash in InitializeNonZerothFrame if no module...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Kaelyn TakataPass the filter function_ref by value now that r221753...
2014-11-12 Sanjay PatelCGSCC should not treat intrinsic calls like function...
2014-11-12 Jingyue WuFix broken doxygen annotations, NFC
2014-11-12 Kostya Serebryany[asan] [mips] added support of asan for mips64/mips64el...
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Sanjay Patelremove function names from comments; NFC
2014-11-12 Greg ClaytonFix the iOS build after recent inherited OTHER_LDFLAGS.
2014-11-12 Fariborz JahanianCheck for IRGen output when varag is used
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Justin HibbitsRevert part of the PIC tests (TLS part)
2014-11-12 Justin HibbitsFix thet tests.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Justin HibbitsFIx a bug with PC-register handling in a RA register.
2014-11-12 Justin HibbitsImprove PowerPC unwind support
2014-11-12 Justin HibbitsAdd an alternative CFA type.
2014-11-12 Justin HibbitsAdd powerpc support for the test suite.
2014-11-12 Rafael EspindolaUpdate for llvm api change.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-12 Rafael EspindolaSimplify code a bit by passing StreamFile to the Bitstr...
2014-11-12 Rafael EspindolaFix the test.
2014-11-12 Aaron BallmanFixing more -Wcast-qual warnings; NFC.
2014-11-12 Aaron BallmanFixing a -Wcast-qual warning; NFC.
2014-11-12 Zoran Jovanovic[mips][micromips] Add predicate 'InMicroMips' at CodeGe...
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Jay Foad[ASan] Skip dump_instruction_bytes test on non-x86...
2014-11-12 Jay Foad[ASan] Skip ptrace test on non-x86 targets
2014-11-12 Chandler Carruth[x86] Clean up a bunch of vector shuffle tests with...
2014-11-12 NAKAMURA TakumiMCDisassembler::getInstruction():: Prune also "\param...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Jingyue WuReverts r221772 which fails tests
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Nico WeberMark TypeDecls used in explicit destructor calls as...
2014-11-12 Rafael EspindolaDelete dead code. NFC.
2014-11-12 Richard Trieudelete => delete[] for arrays.
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 Nico WeberMark TypeDecls used in member initializers as referenced.
2014-11-12 Nico Weberclang-format a few lines, fixes one 80col violation...
2014-11-12 David BlaikieFix non-variadic function_ref cases to match r221753
2014-11-12 Rafael EspindolaDon't duplicate name in comments. NFC.
2014-11-12 Rafael EspindolaRevert "Use a function_ref now that it works (r221753)."
2014-11-12 Jason MolendaEnable armv7 core file writing for Mach-O binaries.
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaUse a function_ref now that it works (r221753).
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Richard SmithTry a different workaround for GCC 4.7.2 lambda capture...
2014-11-12 David BlaikieEnsure function_refs are copyable even from non-const...
2014-11-12 Rafael EspindolaUpdate for llvm API change.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-12 Richard SmithInstantiate exception specifications when instantiating...
2014-11-12 Duncan P. N... Revert "Update for LLVM API change in r221024"
2014-11-12 Richard SmithPR21536: Fix a corner case where we'd get confused...
2014-11-12 Nick KledzikObject, support both mach-o archive t.o.c file names
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-12 Richard SmithFix this code to follow the coding style regarding...
2014-11-12 Douglas GregorMake Sema::CollectMultipleMethodsInGlobalPool() public.
2014-11-12 Jason MolendaSketch out the armv7 and arm64 core file writing support in
2014-11-12 Philip ReamesExtend intrinsic name mangling to support arrays, named...
2014-11-11 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itaniu...
2014-11-11 Matt ArsenaultMake TreePattern::error use Twine
2014-11-11 Kostya Serebryany[clang/asan] Do not emit memcpy for trivial operator...
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Philip ReamesCanonicalize an assume(load != null) into !nonnull...
2014-11-11 Kaelyn TakataHave LookupMemberExprInRecord only call CorrectTypoDela...
next