Drop remaining Dragonegg support in release scripts
[oota-llvm.git] / lib /
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-06-01 Rafael EspindolaSimplify code, NFC.
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 Elena DemikhovskyAVX-512: Optimized vector shuffle for v16f32 and v16i32...
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Elena DemikhovskyAVX-512: Implemented VRANGEPD and VRANGEPD instructions...
2015-06-01 Elena DemikhovskyAVX-512: Implemented vector shuffle lowering for v8i64...
2015-06-01 David Majnemer[WinCOFF] Ignore .safeseh for non-x86 architectures
2015-06-01 Elena DemikhovskyAVX-512: added all forms of VPSHUFD and VPSHUFHW, VPSHUFLW
2015-06-01 Elena DemikhovskyAVX-512: Implemented VFIXUPIMMPD and VFIXUPIMMPS instru...
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
2015-06-01 Elena DemikhovskyAVX-512: Fixed a bug in compress and expand intrinsics.
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-06-01 Rafael EspindolaTry to fix the build of IntelJITEventListener.
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-06-01 David Majnemer[PHITransAddr] Use std::find instead of std::count
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-31 NAKAMURA TakumiARMConstantIslandPass.cpp: Prune an empty \brief. ...
2015-05-31 Colin LeMahieu[Hexagon] Including raw_ostream for debug builds.
2015-05-31 Colin LeMahieu[Hexagon] classes are actually structs.
2015-05-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-31 Benjamin Kramer[MC] Simplify code. No functionality change intended.
2015-05-30 Colin LeMahieu[Hexagon] Adding override specifier and removing errone...
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 Kostya Serebryany[lib/Fuzzer] make assertions more informative and updat...
2015-05-30 Simon PilgrimStripped trailing whitespace. NFC.
2015-05-30 Renato GolinComment change. NFC
2015-05-30 Chandler Carruth[x86] Unify the horizontal adding used for popcount...
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Chandler Carruth[x86] Split out the horizontal byte sum lowering compon...
2015-05-30 Craig Topper[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy...
2015-05-30 Craig TopperFix indentation. NFC.
2015-05-30 Craig Topper[TableGen] Remove all the variations of RecTy::convertV...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-30 Chandler Carruth[x86] Restore the bitcasts I removed when refactoring...
2015-05-30 Chandler Carruth[x86] Implement a faster vector population count based...
2015-05-30 Chandler Carruth[x86] Restructure the parallel bitmath lowering of...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-29 Fiona GlaserSelectionDAG: fix logic for promoting shift types
2015-05-29 Reid Kleckner[WinEH] Adjust the 32-bit SEH prologue to better match...
2015-05-29 Reid KlecknerDisable FP elimination in funcs using 32-bit MSVC EH...
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Reid KlecknerOnly add the EH state insertion pass on 32-bit Windows
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Kostya Serebryany[lib/Fuzzer] relax an assertion
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaFix build without asserts.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Matthias BraunMachineCopyPropagation: Remove the copies instead of...
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaStore MCSymbols in PendingLabels.
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-29 Pete CooperFix crash in MCExpr::print.
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-29 Alex LorenzMIR Serialization: use correct line and column numbers...
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-29 Jingyue Wu[NVPTXFavorNonGenericAddrSpaces] recursively trace...
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-29 Rafael EspindolaSimplify now that symbols contain the correct section.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Rafael EspindolaFix ELFObjectWriter::isLocal for signature symbols.
2015-05-29 Toma Tabacu[mips] Remove 2 unused variables in MipsTargetStreamer...
2015-05-29 Craig Topper[TableGen] Remove convertValue functions for UnOpInit...
2015-05-29 Matthias BraunThis should have been a reference
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-29 Ahmed Bougacha[IR] fptrunc-of-fptrunc isn't an EliminableCastPair.
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-28 Eric ChristopherFix typos in variable/grammar names.
2015-05-28 Reid KlecknerRename Win64Exception.(cpp|h) to WinException.(cpp|h)
2015-05-28 Alex LorenzMIR Serialization: print and parse machine function...
2015-05-28 Quentin Colombet[MachineCopyPropagation] Fix a bug with undef handling...
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 Rafael EspindolaDon't special case undefined symbol when deciding the...
2015-05-28 Wei MiEnable exitValue rewrite only when the cost of expansio...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 David Majnemer[SelectionDAG] Scalar shift amounts may require legaliz...
2015-05-28 Reid KlecknerRemove debug prints from r238487
2015-05-28 Rafael EspindolaInline trivial method. NFC.
2015-05-28 Reid KlecknerDisable x86 tail call optimizations that jump through GOT
next