oota-llvm.git
2015-05-27 Matthias BraunARMLoadStoreOptimizer: Code cleanup; NFC
2015-05-27 Matthias BraunMachineBasicBlock: Cleanup computeRegisterLiveness()
2015-05-27 Matthias BraunMCSymbol: Make print() robust against empty names
2015-05-27 Rui UeyamaObject/COFF: Add accessors for import header bitfields.
2015-05-27 Chandler Carruth[inliner] Fix the early-exit of the inline cost analysi...
2015-05-27 Rui UeyamaObject/COFF: Add coff_import_header.
2015-05-27 Filipe Cabecinhas[BitcodeReader] Change assert to report_fatal_error
2015-05-27 Filipe Cabecinhas[BitstreamReader] Make sure the Array operand type...
2015-05-27 Filipe Cabecinhasclang-format a couple of lines
2015-05-26 Filipe Cabecinhas[BitcodeReader] Make sure abbrev records have at least...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Filipe Cabecinhas[BitcodeReader] Sanity check on Comdat ID
2015-05-26 Rafael Espindolaclang-format TargetRegistry.h. NFC.
2015-05-26 Philip Reames[PlaceSafepoints] Entry safepoint location doesn't...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-26 Kostya Serebryany[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
2015-05-26 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-26 Rui UeyamaObject/COFF: Add COFFSymbolRef::isAbsolute().
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-26 Adrian PrantlUse "auto &" in range-based for-loop and remove the...
2015-05-26 Adrian PrantlFix a use-after-free in a DEBUG output.
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix docs
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix build with assertions
2015-05-26 Rafael EspindolaPrint "lock \t foo" instead of "lock \n foo".
2015-05-26 Jan VeselyR600: Use SIGN_EXTEND_INREG for SEXT loads
2015-05-26 Jan VeselyR600: Add comments to subword private address load...
2015-05-26 Diego NovilloRevert "Re-commit changes in r237579 with fix for bug...
2015-05-26 Matt ArsenaultMake EmitFunctionHeader virtual
2015-05-26 Matt ArsenaultForgot to add lit.local.cfg for new R600 directory
2015-05-26 Matt ArsenaultCodeGenPrepare: Don't match addressing modes through...
2015-05-26 Rui UeyamaObject/COFF: Define .idata import directory table entry.
2015-05-26 Rui UeyamaObject: Add Archive::getNumberOfSymbols().
2015-05-26 Tom StellardR600/SI: Add assembler support for all CI and VI VOP2...
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Rafael EspindolaPass a MCSection to getCurrentSectionData.
2015-05-26 Luke CheesemanRe-commit changes in r237579 with fix for bug breaking...
2015-05-26 Luke CheesemanTest Commit
2015-05-26 Elena DemikhovskyAVX-512: fixed a bug in arithmetic operations lowering...
2015-05-26 Daniel SandersFix warning introduced in r238190 about lack of virtual...
2015-05-26 Elena DemikhovskyAVX-512: fixed a bug in lowering VSELECT for 512-bit...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-26 Simon Atanasyan[mips] Move some structures represent MIPS specific...
2015-05-26 Craig Topper[TableGen] Fix line wrapping logic for the autogenerate...
2015-05-26 Craig Topper[TableGen] Rewrite an assert to not do a bunch unsigned...
2015-05-26 Craig Topper[TableGen] Put a space between '*' and description...
2015-05-26 Craig Topper[TableGen] Fix indentation. NFC
2015-05-26 Craig Topper[TableGen] Include header for each cpp file first. NFC
2015-05-26 Craig Topper[TableGen] Remove unnecessary include and just forward...
2015-05-26 Craig Topper[TableGen] Remove unneeded namespace around a function...
2015-05-26 Craig Topper[TableGen] Use 'static' instead of an anonymous namespace.
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaDelete dead code.
2015-05-26 Rafael EspindolaMove MCSection destruction to MCContext::reset.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-26 Rafael EspindolaCall the destructors of the MCSections.
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMove MCSectionData to MCSection.h.
2015-05-25 Rafael EspindolaRemove dead code. NFC.
2015-05-25 Rafael EspindolaMake a few MCSectionELF& variables const. NFC.
2015-05-25 Rafael EspindolaInsert MCSectionData into the section list directly...
2015-05-25 Craig TopperUse range-based for loops. NFC.
2015-05-25 Bjorn SteinbrinkRemove conflicting attributes before adding deduced...
2015-05-25 Davide Italiano[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Simon Pilgrim[X86][AVX2] Vectorized i16 shift operators
2015-05-25 Tom StellardR600/SI: Remove some unnecessary patterns from VINTRP...
2015-05-25 Tom StellardR600/SI: Fix bug with v_interp_p1_f32 instructions...
2015-05-25 Tom StellardR600/SI: Use NAME rather than opName as the key to...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
2015-05-25 Rafael EspindolaAdd a isBundleLocked helper to MCELFStreamer.
2015-05-25 Rafael EspindolaMove LayoutOrder to MCSection.
2015-05-25 Rafael EspindolaUse a simple initial value for the ordinal.
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-25 Rafael EspindolaUse default member initializes. NFC.
2015-05-25 Rafael EspindolaMove Ordinal from MCSectionData to MCSection. NFC.
2015-05-25 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-25 Benjamin KramerRefactor: Simplify boolean conditional return statement...
2015-05-25 Michael Kuperstein[X86] When pattern-matching scalar FMA3 intrinsics...
2015-05-25 Elena DemikhovskyAdded promotion to EXTRACT_SUBVECTOR operand.
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-25 Chandler Carruth[Unroll] Switch from an eagerly populated SCEV cache...
2015-05-24 Duncan P. N... AsmPrinter: Make DIEValue::Ty private, NFC
2015-05-24 Duncan P. N... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N... AsmPrinter: Prune an include, NFC
2015-05-24 Duncan P. N... AsmPrinter: Remove dead code, NFC
2015-05-24 Duncan P. N... AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
2015-05-24 Duncan P. N... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-05-24 Duncan P. N... AsmPrinter: Make DIEString small
2015-05-24 Duncan P. N... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
next