oota-llvm.git
2014-11-02 Rafael Espindola[cmake] Pass -O3 when linking.
2014-11-02 Chandler CarruthRevert r221014: "Refactor duplicated code in liking...
2014-11-02 David BlaikieFormatting
2014-11-02 David BlaikieAdd DwarfUnit::isDwoUnit and use it to generalize strin...
2014-11-02 David BlaikieRemove the last mention of LineTablesOnly from DwarfUni...
2014-11-02 David BlaikieSink DwarfUnit::applySubprogramAttributesToDefinition...
2014-11-02 Elena DemikhovskyUse Alias Analysis to hoist 2 loads from diamond to...
2014-11-02 David BlaikieSink DwarfUnit::addExpr into DwarfCompileUnit
2014-11-02 David BlaikieFix the build from the last commit
2014-11-02 David BlaikieSink DwarfUnit::applyVariableAttributes into DwarfCompi...
2014-11-02 David BlaikieSink DwarfUnit::addLocationList down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addComplexAddress down into DwarfCompil...
2014-11-02 David BlaikiePush DwarfUnit::addAddress down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addVariableAddress into DwarfCompileUni...
2014-11-02 David BlaikieDebugInfo: Sink accelerator table lists down (GlobalNam...
2014-11-02 David BlaikieAdd DwarfUnit::addGlobalType to match DwarfUnit::addGlo...
2014-11-02 NAKAMURA TakumiRevert r221056 and others, "[mips] Move F128 argument...
2014-11-02 David BlaikieDebugInfo: Refactor index type DIE initialization by...
2014-11-02 David BlaikieBe sure to initialize DwarfCompileUnit::LabelBegin...
2014-11-02 David BlaikieDon't bother creating LabelBegin for .dwo units
2014-11-02 Tim NorthoverDocs: update va_arg example with valid x86_64 va_list...
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...
next