oota-llvm.git
2014-11-02 David BlaikieDrop DwarfCompileUnit::getLocalLabel* in favor of just...
2014-11-02 David BlaikieSink DwarfUnit::LabelBegin down into DwarfCompileUnit...
2014-11-02 Rafael EspindolaUpdate test to use llvm-readobj. NFC.
2014-11-01 David BlaikieSink dwarf unit length emission down into DwarfUnit...
2014-11-01 David BlaikieTest 221067 in a fixed-target test so as not to fail...
2014-11-01 Rafael EspindolaFix the build of the gold plugin.
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-11-01 David BlaikieRemove test coverage added in 221067 due to it being...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-11-01 David BlaikieSink DwarfUnit::SectionSym into DwarfCompileUnit as...
2014-11-01 Daniel SandersRenamed CCState members that appear to misspell 'Proces...
2014-11-01 David BlaikieMake DwarfCompileUnit::Skeleton more narrowly typed...
2014-11-01 Daniel Sanders[mips] Move all ByVal handling into CCState and tablege...
2014-11-01 Daniel Sanders[mips] Fix unused variable warning introduced in r221056
2014-11-01 Daniel Sanders[mips] Remove ByValArgInfo::Address in favour of CCValA...
2014-11-01 Daniel Sanders[mips] Move F128 argument handling into MipsCCState...
2014-11-01 David BlaikieSink DwarfUnit::Skeleton down into DwarfCompileUnit
2014-11-01 Daniel Sanders[mips] Remove MipsCC::CCInfo. NFC.
2014-11-01 Daniel Sanders[mips] Removed MipsCC::fixedArgFn(). NFC
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-11-01 David BlaikieSink DwarfDebug::AbstractSPDies down into DwarfFile
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-11-01 Daniel SandersRevert r221048 - Test commit
2014-11-01 Daniel SandersTest commit
2014-11-01 Daniel Sanders[JIT] Fix some more missing endian conversions in Runti...
2014-11-01 NAKAMURA Takumi[CMake] llvm-profdata requires Core.
2014-11-01 David MajnemerInstCombine: Combine (X+cst) < 0 --> X < -cst
2014-11-01 David MajnemerIR: Restore the old behavior of getDISubprogram
2014-11-01 Adrian PrantlRevert "Temporarily revert r220777 to sort out build...
2014-11-01 NAKAMURA TakumiRevert r220779, "[AVX512] Removed special case for...
2014-11-01 David BlaikieRemove unused function
2014-11-01 David BlaikieAnd... fix the build some more.
2014-11-01 David BlaikieJust iterate the DwarfCompileUnits rather than trying...
2014-11-01 David BlaikieAdd '*' to auto variable that is a pointer, as per...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-11-01 David BlaikieAdd DwarfCompileUnit::getSkeleton that returns DwarfCom...
2014-11-01 Adrian PrantlTemporarily revert r220777 to sort out build bot breakage.
2014-11-01 Duncan P. N... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Reid KlecknerRevert "R600: Add missing file to CMakeLists.txt"
2014-10-31 Reid KlecknerRevert "R600: Make sure to inline all internal functions"
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-31 Rafael EspindolaRefactor duplicated code in liking GlobalValues.
2014-10-31 Reid KlecknerDefine LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
2014-10-31 Reid KlecknerSuppress MSVC's equivalent of -Wshadow warnings
2014-10-31 David BlaikieSink some of DwarfDebug::collectDeadVariables down...
2014-10-31 Michael ZolotukhinCorrectly update dom-tree after loop vectorizer.
2014-10-31 David BlaikieSink most of DwarfDebug::constructAbstractSubprogramSco...
2014-10-31 Tom StellardR600: Add IPO to the list of required libraries
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-31 Tom StellardR600: Add missing file to CMakeLists.txt
2014-10-31 Tom StellardR600: Don't promote allocas when one of the users is...
2014-10-31 Tom StellardR600: Make sure to inline all internal functions
2014-10-31 Duncan P. N... IR: Instruction::setMetadata() should use cast_or_null
2014-10-31 Duncan P. N... IR: MDNode => Value: Instruction::setMetadata()
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Chad Rosier[AArch64] Check Dest Register Liveness in CondOpt pass.
2014-10-31 Kostya Serebryany[asan] do not treat inline asm calls as indirect calls
2014-10-31 Quentin Colombet[CodeGenPrepare] Move extractelement close to store...
2014-10-31 Kostya Serebryany[asan] fix caller-calee instrumentation to emit new...
2014-10-31 Justin BognerRemove the wrongly named and now empty Ocaml directory
2014-10-31 David BlaikieUpdate the non-pthreads fallback for RWMutex on Unix
2014-10-31 Rafael EspindolaUnify and update link-messages.ll and redefinition...
2014-10-31 David BlaikieCorrect assert text from r220923
2014-10-31 Rafael EspindolaMark a few variables const. NFC.
2014-10-31 NAKAMURA Takumi[CMake] llvm/examples: Update libdeps for unoptimized...
2014-10-31 Chad Rosier[AArch64] CondOpt pass is missing FCMP instructions...
2014-10-31 Bradley Smith[SCEV] Improve Scalar Evolution's use of no {un,}signed...
2014-10-31 Ulrich Weigand[PowerPC] Load BlockAddress values from the TOC in...
2014-10-31 Peter Zotov[OCaml] Ensure consistent naming.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-31 Rafael EspindolaMove an input file to Inputs instead of using RUN:...
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-31 Rafael Espindolamerge tests for constant linking.
2014-10-31 Rafael EspindolaMove definition closer to use. NFC.
2014-10-31 Hao LiuPR20557: Fix the bug that bogus cpu parameter crashes...
2014-10-31 NAKAMURA TakumiThreading.h: Give named parameters to llvm::call_once...
2014-10-30 Ahmed Bougacha[SelectionDAG] When scalarizing trunc, don't assert...
2014-10-30 Hans WennborgSpeculative fix for Windows build after r220932
2014-10-30 Chris BienemanEXPORTED_SYMBOL_FILE using mingw and cmake
2014-10-30 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2014-10-30 Louis GerbargFix incorrect invariant check in DAG Combine
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-30 Justin Bognerllvm-cov: Follow LLVM naming conventions
2014-10-30 Justin Bognerllvm-cov: Don't manually parse an option for no reason
2014-10-30 Rafael EspindolaFix the merging of the constantness of declarations.
2014-10-30 Justin Bognerllvm-cov: Very basic top level help
2014-10-30 Philip ReamesAdd handling for range metadata in ValueTracking isKnow...
2014-10-30 Rafael EspindolaUpdate test to pass .ll to llvm-link and use Inputs.
2014-10-30 David BlaikiePR21408: Workaround the appearance of duplicate variabl...
2014-10-30 Diego NovilloFix comment spelling and tidy diagnostic call in profil...
2014-10-30 Peter Zotovlit: PR21417: don't try to update OCAMLPATH if LibDir...
2014-10-30 Diego NovilloFix Twine corruption problem with diagnostics.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-30 Tim NorthoverARM: test default values for TAG_CPU_unaligned_access...
2014-10-30 Simon Atanasyan[Mips] Add new Mips specific e_flags.
2014-10-30 Robert Khasanov[AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
2014-10-30 Peter Collingbourne[dfsan] New calling convention for custom functions...
2014-10-30 Peter Zotov[OCaml] Expose LLVMCloneModule.
next