Remove the static version of getScatteredRelocationType() now that r221211 added
[oota-llvm.git] / lib /
2014-11-04 Kevin EnderbyRemove the static version of getScatteredRelocationType...
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-11-04 Colin LeMahieu[Hexagon] Reverting 220584 to address ASAN errors.
2014-11-04 Sanjoy DasChange logic in StackMaps::recordStackMapOpers to use...
2014-11-03 Akira HatanakaRename variables to conform to llvm coding standards.
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-11-03 David BlaikieUse common range handling for the CU's ranges
2014-11-03 Akira Hatanaka[AArch64] Make function processLogicalImmediate more...
2014-11-03 David MajnemerInstCombine: Remove infinite loop caused by FoldOpIntoPhi
2014-11-03 David BlaikiePush the CURangeList down into the skeleton CU (where...
2014-11-03 Ahmed Bougacha[X86] Add debug print name for X86ISD::[US]MUL8. NFC...
2014-11-03 David BlaikieAdd DwarfCompileUnit::BaseAddress to track the base...
2014-11-03 Akira Hatanaka[ARM, inline-asm] Fix ARMTargetLowering::getRegForInlin...
2014-11-03 Ahmed Bougacha[X86] 8bit divrem: Improve codegen for AH register...
2014-11-03 Hal FinkelEarlyCSE should ignore calls to @llvm.assume
2014-11-03 Tom StellardReapply: R600: Make sure to inline all internal functions
2014-11-03 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2014-11-03 David BlaikieCleanup some unused or trivial functions in DwarfCompil...
2014-11-03 David BlaikieSink DwarfUnit::CURanges into DwarfCompileUnit
2014-11-03 Oliver Stannard[AArch64] Fix miscompile of comparison with 0xfffffffff...
2014-11-03 Sid ManningHandle ctor/init_array initialization.
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-11-03 Peter CollingbourneCMake: Add libm to list of system libs printed by llvm...
2014-11-03 Daniel Sanders[mips] Remove unused prototype and variable. NFC.
2014-11-03 David MajnemerInstCombine: Combine (X | Y) - X to (~X & Y)
2014-11-03 David BlaikieSink range list handling down from DwarfUnit into its...
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-02 Matt ArsenaultR600: Don't unnecessarily repeat the register class
2014-11-02 Matt ArsenaultR600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-11-02 Daniel SandersRe-commit r221056 and others with fix, "[mips] Move...
2014-11-02 Rafael EspindolaRevert r221096 bringing back r221014 with a fix.
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 David BlaikieDrop DwarfCompileUnit::getLocalLabel* in favor of just...
2014-11-02 David BlaikieSink DwarfUnit::LabelBegin down into DwarfCompileUnit...
2014-11-01 David BlaikieSink dwarf unit length emission down into DwarfUnit...
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
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 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. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N. Exon... 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 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
next