platform/upstream/llvm.git
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...
2014-11-11 Kaelyn TakataCreate two helpers for running the typo-correction...
2014-11-11 Kaelyn TakataReplace MemberTypoDiags and MemberExprTypoRecovery...
2014-11-11 Duncan P. N... libLTO: Allow linker to choose context of modules and...
2014-11-11 Kaelyn TakataRemove unnecessary semicolon.
2014-11-11 Sanjay PatelInitialize new subtarget feature variable for generatin...
2014-11-11 Duncan P. N... libLTO: Assert if LTOCodeGenerator and LTOModule are...
2014-11-11 Juergen Ributzka[FastISel][AArch64] Add support for fabs intrinsic.
2014-11-11 Duncan P. N... libLTO: Allow LTOModule to own a context
2014-11-11 Daniel Jasperclang-format: Improve handling of comments in binary...
2014-11-11 Duncan P. N... libLTO: Allow LTOCodeGenerator to own a context
2014-11-11 Kostya Serebryany[asan] adding ShadowOffset64 for mips64, patch by Kumar...
2014-11-11 Kaelyn TakataMake LookupResult be copyable to avoid decomposing...
2014-11-11 Kaelyn TakataExplicitly exclude keywords from the member validator.
2014-11-11 Kaelyn TakataFix some formatting prior to refactoring the code.
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Kostya Serebryany[asan] fix coverage tests to use the new flag syntax...
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-11 Marshall ClowReplaced checking in string_view::remove_suffix/remove_...
2014-11-11 Alexey SamsonovBundle conditions checked by UBSan with sanitizer kinds...
2014-11-11 Fariborz JahanianRemove this test too.
2014-11-11 Fariborz JahanianRevert r221702 until I address Richard Trieu's
2014-11-11 Alexey SamsonovSimplify the test by using multiple --check-prefix...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value: Update for LLVM API change...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederFix build break: remove unused variable in FCFI.
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Colin LeMahieu[llvm-mc] Fixing case where if a file ended with non...
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Rafael EspindolaSimplify testcase. NFC.
2014-11-11 David BlaikiePR16091 continued: Debug Info for member functions...
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-11-11 Fariborz JahanianPatch to warn when logical evaluation of operand evalut...
2014-11-11 Enrico GranataMove a bunch of summary formatters to oneliner mode...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
2014-11-11 Daniel Jasperclang-format: Preserve trailing-comma logic even with...
2014-11-11 Richard SmithFirst half of CWG1962: decltype(__func__) should not...
2014-11-11 Marshall ClowFix typo in allocator_traits::construct. This fixes...
2014-11-11 Kevin EnderbyFix a warning about ‘r_type’ may be used uninitialized.
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Shawn BestAdd -std=c99 for building the test case of TestValueVar...
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-11 Shawn BestSubstitute cc with c++ when compiling c++ test files...
next