oota-llvm.git
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...
2014-11-07 Daniel Sanders[mips] Removed IsVarArg from MipsISelLowering::analyzeC...
2014-11-07 Jay Foadllvm-symbolizer: teach it about PowerPC64 ELF function...
2014-11-07 David MajnemerSCCP: overdefined calls cannot become constant
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-07 Ahmed Bougacha[AArch64] Keep flags on condition vreg when instantiati...
2014-11-07 Rafael EspindolaUse a StringRefMemoryObject. NFC.
2014-11-07 Rafael EspindolaUse StringRefMemoryObject. NFC.
2014-11-07 David MajnemerLoopVectorize: Don't assume pointees are sized
2014-11-06 David MajnemerInstCombine: Rely on cmpxchg's return code when it...
2014-11-06 Rafael EspindolaRemove unused variable. NFC.
2014-11-06 Rafael EspindolaDon't repeat names in comments. NFC.
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-06 Rafael EspindolaFactor out call to push_back. NFC.
2014-11-06 Simon Pilgrim[X86][SSE] Vector integer/float conversion memory foldi...
2014-11-06 Ahmed Bougacha[X86] Add VFMADDSUB cases for the 213->231 custom inserter.
2014-11-06 Ahmed Bougacha[X86] Add missing FMA3 VFMADDSUB in the emitter.
2014-11-06 David MajnemerObject, COFF: Don't consider AuxFunctionDefinition...
2014-11-06 Ahmed Bougacha[X86] Split FMA4 RM tests into a separate file. NFC.
2014-11-06 Rafael EspindolaBase check on the section name, not the variable name.
2014-11-06 Lang Hames[RegAlloc] Remove reference to the trivial spiller...
2014-11-06 Lang Hames[RegAlloc] Kill off the trivial spiller - nobody is...
2014-11-06 Michael LiaoIndentation fixes
2014-11-06 Frederic RissTry to appease MSVC buildbots after r221466.
2014-11-06 Kevin EnderbyPlumb in the ARM thumb symbolizer in llvm-objdump’s...
2014-11-06 Frederic RissChange DIBuilder::createImportedDeclaration from taking...
2014-11-06 Colin LeMahieu[Hexagon] Adding basic Hexagon ELF object emitter.
2014-11-06 Eli BenderskyClean up NVPTXLowerStructArgs.cpp. NFC
2014-11-06 Daniel Sanders[mips] Removed IsSoftFloat from MipsISelLowering::analy...
2014-11-06 Chad Rosier[Reassociate] Don't reassociate when mixing regular...
2014-11-06 Daniel Sanders[mips] Removed MipsISelLowering::analyzeFormalArguments...
2014-11-06 Rafael EspindolaUse FileCheck in a few tests.
2014-11-06 Rafael EspindolaCompute the correct jump table entries on 32 bit windows.
2014-11-06 Andrea Di Biagio[X86] When commuting SSE immediate blend, make sure...
2014-11-06 Aaron BallmanFixing some -Wcast-qual warnings; NFC.
2014-11-06 Toma Tabacu[mips] Tolerate the use of the %z inline asm operand...
2014-11-06 Sasa Stankovic[mips] Add the following MIPS options that control...
2014-11-06 Toma Tabacu[mips] Improve error/warning messages and testing for...
2014-11-06 Daniel Sanders[JIT] Fix more missing endian conversions (opcodes...
2014-11-06 David MajnemerObject, COFF: Infer symbol sizes from adjacent symbols
2014-11-06 David MajnemerX86, MC: Tidy up some whitespace in GetRelocType
2014-11-06 Justin BognerGCOV: Make sure that function idents in the .gcda and...
2014-11-06 Rafael EspindolaAdd three other sections when L symbols are allowed.
2014-11-06 Rafael EspindolaAllow L symbols in no_dead_strip sections.
2014-11-06 Quentin Colombet[X86] Lower VSELECT into SHRUNKBLEND when we shrink...
2014-11-06 Matt ArsenaultRemove unnecessary .c_str() when implicitly converting...
next