summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-01Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie
2015-07-01fix formatting; NFCSanjay Patel
2015-07-01fix typos in comment; NFCSanjay Patel
2015-07-01LivePhysRegs: Add support to add pristine registers when populating with live...Matthias Braun
2015-07-01[SEH] Don't assert if the parent function lacks a personalityReid Kleckner
2015-07-01[AsmPrinter] Hide implementation detailsBenjamin Kramer
2015-07-01[AArch64] Implement add/adds/sub/subs/cmp/cmn with negative immediate aliasesArnaud A. de Grandmaison
2015-07-01[SDAG] Give InstrEmitter hidden visibilityBenjamin Kramer
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer
2015-07-01[Sparc] Rearrange SparcInstrInfo, no change.James Y Knight
2015-07-01AVX-512: Implemented missing encoding for FMA scalar instructionsIgor Breger
2015-07-01Return ErrorOr from getSection.Rafael Espindola
2015-07-01[DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein
2015-07-01[X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instruc...Michael Kuperstein
2015-07-01[mips][microMIPS] Implement SLL and NOP instructionsZoran Jovanovic
2015-07-01Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas
2015-07-01[LoopUnroll] Use undef for phis with no value liveDavid Majnemer
2015-07-01[SCCP] Turn loads of null into undef instead of zero initialized valuesDavid Majnemer
2015-07-01[NaryReassociate] enhances nsw by leveraging @llvm.assumeJingyue Wu
2015-06-30[SanitizerCoverage] Don't add instrumentation to unreachable blocks.Alexey Samsonov
2015-06-30[SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner
2015-06-30[Cloning] Teach CloneModule about personality functionsDavid Majnemer
2015-06-30[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cppJingyue Wu
2015-06-30[FaultMaps] Let the frontend pre-select implicit null check candidates.Sanjoy Das
2015-06-30Pack MCSymbol::HasName in to a spare bit in the section/fragment union.Pete Cooper
2015-06-30Use ErrorOr in getRelocationAdress.Rafael Espindola
2015-06-30Implement containsSymbol with other lower level methods.Rafael Espindola
2015-06-30Modified a comment about the reason for the patch (removed commented code).Nemanja Ivanovic
2015-06-30Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systemsNemanja Ivanovic
2015-06-30COFF: Do not assign linker-weak symbols to selectany comdat sections.Peter Collingbourne
2015-06-30[NVPTX] Fix issue introduced in D10321Jingyue Wu
2015-06-30Fix a fixme and make DICompileUnit a distinct node. Tested via clang.Adrian Prantl
2015-06-30Fix compilation failure introduced in r241093.Alex Lorenz
2015-06-30MIR Serialization: Serialize MBB successors.Alex Lorenz
2015-06-30MIR Printer: extract the code that prints MBB references into a new method. NFC.Alex Lorenz
2015-06-30MIR Parser: refactor error reporting for machine instruction parser errors. NFC.Alex Lorenz
2015-06-30MIR Parser: make the machine instruction parsing interface more consistent. NFC.Alex Lorenz
2015-06-30Force relocation mode to be default, regardless of what is passed to the back...Samuel Antao
2015-06-30MIR Parser: adopt the 'maybeLex...' pattern. NFC.Alex Lorenz
2015-06-30use range-based for loops; NFCISanjay Patel
2015-06-30[X86] Fix a bug in WIN_FTOL_32/64 handling.Michael Kuperstein
2015-06-30[mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu
2015-06-30[mips] [IAS] Make .module directives change AssemblerOptions->front().Toma Tabacu
2015-06-30Reverting r241058 because it's causing buildbot failures.Ranjeet Singh
2015-06-30There are a few places where subtarget features are stillRanjeet Singh
2015-06-30[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.Toma Tabacu
2015-06-30[X86] Add FXSR intrinsicsMichael Kuperstein
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-30Drop the OS from the WebAssembly target triple for now.Dan Gohman
2015-06-30Move function to the only file that uses it.Rafael Espindola