[WebAssembly] Clean up comments and fix a missing #include dependency.
[oota-llvm.git] / lib /
2015-12-21 Dan Gohman[WebAssembly] Clean up comments and fix a missing ...
2015-12-21 Dan Gohman[WebAssembly] Remove an unneeded empty destructor.
2015-12-21 Dan Gohman[WebAssembly] Enclose the operand variables for load...
2015-12-21 Dan Gohman[WebAssembly] Mark the ARGUMENT pseudo-instructions...
2015-12-21 Dan Gohman[WebAssembly] Add some comments and make some minor...
2015-12-21 Dan GohmanTeach MCOperand::print how to print FPImm operands.
2015-12-21 Teresa JohnsonRemove unused functions from ModuleLinker (NFC)
2015-12-21 Teresa JohnsonRemove overly strict new assert in BitcodeReader.
2015-12-21 Jun Bum LimRevert "[AArch64] Promote loads from stores"
2015-12-21 Chad Rosier[LIR] Refactor code to enable future patch. NFC.
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 Zlatko Buljan[mips][microMIPS] Implement DERET and DI instructions...
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-21 Manuel Jacob[RS4GC] Add an assert which fails if there is a (yet...
2015-12-21 Craig Topper[InstCombine] Fix indentation. NFC.
2015-12-20 Dylan McKay[AVR] Added AVRCallingConv.td
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-20 Dylan McKayAdd AVR.td and AVRRegisterInfo.td
2015-12-20 Xinliang David LiFix a latent UAF bug in profwriter
2015-12-20 Weiming ZhaoFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Manuel JacobRemove unnecessary casts. NFC.
2015-12-19 Matt ArsenaultSelectionDAG: Cleanup integer bin op promotion functions.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-19 Kostya Serebryany[libFuzzer] deprecate -save_minimized_corpus, -merge...
2015-12-19 Kostya Serebryany[libFuzzer] split the tests to run them in parallel...
2015-12-19 Tom StellardAMDGPU/SI: Fix implemenation of isSourceOfDivergence...
2015-12-19 Kostya Serebryany[libFuzzer] make CrossOver just one of the other mutations
2015-12-19 Philip Reames[RS4GC] Remove an overly strong assertion
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-19 Matt ArsenaultAMDGPU: Switch barrier intrinsics to using convergent
2015-12-19 Matt ArsenaultFix broken type legalization of min/max
2015-12-19 Nicolai HaehnleAMDGPU/SI: use S_MOV_B64 for larger copies in copyPhysReg
2015-12-19 Nicolai HaehnleAMDGPU: fix overlapping copies in copyPhysReg
2015-12-19 Kostya Serebryany[libFuzzer] print successfull mutations sequences
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-18 Alexey Samsonov[Symbolize] Improve the ownership of parsed objects.
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-18 Jingyue Wu[DivergenceAnalysis] fix a bug in computing influence...
2015-12-18 Jingyue Wu[NaryReassociate] allow candidate to have a different...
2015-12-18 Rafael EspindolaRevert "Enhance BranchProbabilityInfo::calcUnreachableH...
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-18 Krzysztof Parzyszek[Hexagon] Add PIC support
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Changpeng FangAMDGPU/SI: Test commit
2015-12-18 Changpeng FangRevert "AMDGPU/SI: Test commit"
2015-12-18 Changpeng FangAMDGPU/SI: Test commit
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Teresa JohnsonRename variables to reflect linker split (NFC)
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
2015-12-18 Eric ChristopherAdd a dump method for ArgList.
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Krzysztof ParzyszekRecognize strings for Hexagon-specific variant kinds
2015-12-18 Andrew Kaylor[WinEH] Update LCSSA to handle catchswitch with handler...
2015-12-18 Jun Bum Lim[AArch64] Promote loads from stores
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-18 Rafael EspindolaHandle archives with paths in the names.
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Rafael EspindolaFix error handling in LLVMGetBitcodeModuleInContext.
2015-12-18 Vaivaswatha NagarajGlobalsAA: Take advantage of ArgMemOnly, InaccessibleMe...
2015-12-18 Zlatko Buljan[mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH...
2015-12-18 Philip Reames[RS4GC] Use an value handle to help isolate errors...
2015-12-18 Vedant KumarRevert "[Option] Introduce Arg::print(raw_ostream&...
2015-12-18 Vedant Kumar[Option] Introduce Arg::print(raw_ostream&) and use...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Eric ChristopherRemove unused class variables.
2015-12-17 Hans Wennborg[X86] Use push-pop for materializing small constants...
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-17 JF BastienPolish atomic pointers
2015-12-17 Matthew SimpsonRevert "[AArch64] Add DAG combine for extract extend...
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-17 Dave BartolomeoTest commit
2015-12-17 Dan Gohman[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmI...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Weiming Zhao[InstCombine] Adding "\n" to debug output. NFC.
2015-12-17 Philip Reames[EarlyCSE] DSE of atomic unordered stores
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-17 Tom StellardAMDGPU/SI: Reserve appropriate number of sgprs for...
2015-12-17 Nicolai HaehnleAMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFram...
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-17 Teresa JohnsonMark a couple ModuleLinker member functions as const...
2015-12-17 Rafael EspindolaAvoid explicit relocation sorting most of the time.
2015-12-17 Rafael EspindolaRevert "[AArch64] Enable PostRAScheduler for AArch64...
2015-12-17 Rafael EspindolaAlways sort by offset first. NFC.
next