oota-llvm.git
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
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 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 David BlaikieEnsure function_refs are copyable even from non-const...
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
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 Philip ReamesExtend intrinsic name mangling to support arrays, named...
2014-11-11 Matt ArsenaultMake TreePattern::error use Twine
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 Duncan P. N... libLTO: Allow linker to choose context of modules and...
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 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 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
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 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
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 Oliver StannardLLVM incorrectly folds xor into select
2014-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-11 Vasileios Kalintiris[mips] Add hardware register name "hwr_ulr" ($29)
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Vasileios KalintirisRecommit "[mips] Add names and tests for the hardware...
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-11-11 Manuel KlimekWas convinced in commit comments that requiring a speci...
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 NAKAMURA Takumi[CMake] llvm-shlib: Prune redundant components, AsmPrin...
2014-11-11 Suyog SardaAddition to r216371 (SLP and Loop Vectorization) and...
2014-11-11 Craig TopperUse uint64_t as the type for the X86 TSFlag format...
2014-11-11 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-11 Rafael EspindolaOnly run the gold plugin tests if gold supports the...
2014-11-11 Jingyue Wu[NVPTX] Remove dead code in NVPTXTargetTransformInfo...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Rafael EspindolaDon't duplicate names in comments. NFC.
2014-11-11 Rafael EspindolaDon't repeat name in comment. NFC.
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-11-11 Nico Weberspeling.
2014-11-10 Chad Rosier[yaml2obj] Support AArch64 relocations.
2014-11-10 Rafael Espindolaconfigure.ac lives in autoconf/, not autotools/
2014-11-10 Michael KupersteinReverting r221626 due to a too-strict test.
2014-11-10 Juergen Ributzka[AArch64][FastISel] Fix kill flags for integer extends.
2014-11-10 Juergen Ributzka[SwitchLowering] Fix the "fixPhis" function.
2014-11-10 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-10 Rafael EspindolaCopy externally_initialized in GlobalVariable::copyAttr...
2014-11-10 Jingyue Wu[NVPTX] Add an NVPTX-specific TargetTransformInfo
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-11-10 Vasileios KalintirisFix extra semicolon warning. NFC.
2014-11-10 Zoran Jovanovic[mips][microMIPS] Fix issue with delay slot filler...
2014-11-10 Rafael EspindolaFix variable names and comment style. NFC.
2014-11-10 Daniel Sanders[mips] Fix sret arguments for N32/N64 which were accide...
2014-11-10 Manuel KlimekMark test using python as REQUIRES: python27.
2014-11-10 NAKAMURA Takumi[CMake] llvm-c-test: Use libLLVM.so if it is available.
2014-11-10 NAKAMURA Takumi[CMake] Let llvm-shlib work on Linux with --whole-archive.
2014-11-10 NAKAMURA Takumi[CMake] Move llvm-shlib in prior to other tools.
2014-11-08 NAKAMURA Takumi[CMake] llvm-shlib: Add possibly missing BitReader...
2014-11-08 Matt ArsenaultR600/SI: Fix broken check prefixes in test
2014-11-08 Saleem AbdulrasoolTransforms: address some late comments
2014-11-08 Saleem AbdulrasoolTransforms: sort source files in build
2014-11-07 David MajnemerSelectionDAG: Assert if we truncate SDNode's NumOperand...
2014-11-07 Chad Rosier[Reassociate] Better preserve NSW/NUW flags.
2014-11-07 Saleem AbdulrasoolTransforms: use typedef rather than using aliases
2014-11-07 Rafael EspindolaRemove unused variable.
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-07 Michael J.... Fix style.
2014-11-07 Matt ArsenaultR600: Remove unused define
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-11-07 Rafael EspindolaUse StringRefMemoryObject in llvm-mc. NFC.
2014-11-07 Daniel Sanders[mips] Promote i32 arguments to i64 for the N32/N64...
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-11-07 Rafael EspindolaPass PRIVATE to target_link_libraries if using shared...
2014-11-07 Daniel Sanders[mips] Removed the remainder of MipsCC. NFC.
2014-11-07 Daniel Sanders[mips] Remove MipsCC::reservedArgArea() in favour of...
2014-11-07 NAKAMURA TakumiMipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
2014-11-07 NAKAMURA Takumillvm/test/tools/llvm-symbolizer/ppc64.test: Avoid subshell.
2014-11-07 Daniel Sanders[mips] Move MipsCCState to a separate file and clang...
2014-11-07 Daniel Sanders[mips] Fix unused variable warnings introduced in r221521
2014-11-07 Daniel Sanders[mips] Remove remaining use of MipsCC::intArgRegs(...
2014-11-07 Daniel Sanders[mips] Remove MipsCC::getRegVT(). NFC
2014-11-07 Daniel Sanders[mips] Remove MipsCC::analyzeCallOperands in favour...
2014-11-07 Daniel Sanders[mips] Move SpecialCallingConv to MipsCCState and use...
next