oota-llvm.git
2015-07-04 Peter CollingbourneLTO: expose LTO_SYMBOL_ALIAS, which indicates that...
2015-07-04 Rui UeyamaObject/COFF: Do not rely on VirtualSize being 0 in...
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-04 Craig Topper[X86] Add proper 64-bit mode checks to jrcxz and jcxz.
2015-07-03 Matt ArsenaultAMDGPU: Fix indentation of switch
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaContext is allocated just a few lines above. Don't...
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-07-03 Filipe CabecinhasRemove always-true comparison, NFC.
2015-07-03 Simon Pilgrim[X86] Added 32-bit builds to fp<->int tests.
2015-07-03 Benjamin KramerDelete dead code. NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Rafael EspindolaDelete dead code.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaAvoid warning about unused variable when building witho...
2015-07-03 Rafael EspindolaAvoid a use after free.
2015-07-03 Rafael EspindolaContinue to remove the notion that ELF has dynamic...
2015-07-03 NAKAMURA Takumillvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple...
2015-07-03 Simon Pilgrimwhitespace tidyup. NFC.
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Yaron KerenInitialize booleans CallsUnwindInit and CallsEHReturn...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Nadav RotemFix an overly aggressive assertion in getCopyFromPartsV...
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Akira HatanakaAdd functions for adding and testing string attributes...
2015-07-02 Dan Gohman[WebAssembly] Set the HasFloatingPointExceptions flag...
2015-07-02 Rafael EspindolaTry to fix the build of IntelJITEventListener.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Sanjoy Das[Statepoints] Make operator bool() explicit.
2015-07-02 Rafael EspindolaRemove a report_fatal_error that should be unreachable.
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-02 Rafael EspindolaConvert a member variable to a local one.
2015-07-02 Gabor BallabasReworking the test part of r241149
2015-07-02 Rafael EspindolaFix for PR23310: llvm-dis crashes when trying to upgrad...
2015-07-02 Rafael EspindolaHandle .dynsym a bit more like we handle .symtab.
2015-07-02 Rafael EspindolaRangify some loops.
2015-07-02 Rafael EspindolaUse default member initializes. NFC.
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-07-02 Michael Kuperstein[X86] Convert an instruction relaxation test to use...
2015-07-02 Rafael EspindolaMove error checking from once per relocation to once...
2015-07-02 Yaron KerenRemove whitespace from start of line, NFC.
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-02 Yaron KerenDelete whitespace at start of line.
2015-07-02 Rafael EspindolaImprove error message.
2015-07-02 Pawel BylicaReapply r240291: Fix shl folding in DAG combiner.
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-07-02 Charlie Turner[NFC] Minor editorial fixes to the CodeGen docs.
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-02 Sanjoy Das[Statepoints][NFC] Constify accessors on Statepoint.
2015-07-02 Sanjoy Das[Statepoints][NFC] Rename variables to llvm style.
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::operator bool()
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::getGCResult.
2015-07-02 Sanjoy Das[LazyCallGraph] Port test case from r240039 to LCG.
2015-07-02 Eric ChristopherMake an X86 specific directory and put the recent X86...
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
2015-07-01 JF BastienWebAssembly: start instructions
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-07-01 Pawel BylicaChange APInt comparison with uint64_t.
2015-07-01 Matthias BraunTest for specific output in lit test
2015-07-01 Alexey Samsonov[LoopVectorize] Use ReplaceInstWithInst() helper where...
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-07-01 Jingyue Wu[NVPTX] expand extload/truncstore for vectors of floats
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-07-01 Reid Kleckner[WinEH] Use llvm.x86.seh.recoverfp in WinEHPrepare
2015-07-01 Jingyue Wu[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-07-01 Jonathan RoelofsDisallow in-source builds (as we already do for the...
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Sanjay Patelfix formatting; NFC
2015-07-01 Sanjay Patelfix typos in comment; NFC
2015-07-01 Matthias BraunLivePhysRegs: Add support to add pristine registers...
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Benjamin Kramer[AsmPrinter] Hide implementation details
2015-07-01 Arnaud A. de... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
2015-07-01 Benjamin Kramer[SDAG] Give InstrEmitter hidden visibility
2015-07-01 Benjamin Kramer[CodeGen] Reduce visibility of implementation details
2015-07-01 James Y Knight[Sparc] Rearrange SparcInstrInfo, no change.
2015-07-01 Michael KupersteinTest committed in r241153 is more target-specific than...
2015-07-01 Scott DouglassExpand Phabricator docs slightly
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-07-01 Michael KupersteinFix non-target-specific test not to use the x86 triple.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-07-01 NAKAMURA TakumiRevert part of r241149, "Fix PR23872: Integrated assemb...
2015-07-01 Zoran Jovanovic[mips][microMIPS] Implement SLL and NOP instructions
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-07-01 David Majnemer[LoopUnroll] Use undef for phis with no value live
2015-07-01 David Majnemer[SCCP] Turn loads of null into undef instead of zero...
next