summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-01Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie
2015-07-01LivePhysRegs: Add support to add pristine registers when populating with live...Matthias Braun
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-06-30[SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner
2015-06-30[IRBuilder] Delete unused constructor and SetInsertPoint overload.Alexey Samsonov
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-30Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola
2015-06-30[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...Alexey Samsonov
2015-06-30MIR Serialization: Serialize MBB successors.Alex Lorenz
2015-06-30Fix the name of the iterator functions to match the coding standards.Rafael Espindola
2015-06-30Report an error on invalid sh_entsize.Rafael Espindola
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[X86] Add FXSR intrinsicsMichael Kuperstein
2015-06-30ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]NAKAMURA Takumi
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
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-30Debug info: Add dwarf backend support for DIModule.Adrian Prantl
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-30Fix LastArchType to point to the new last arch.Dan Gohman
2015-06-30Cleanup getRelocationAddend.Rafael Espindola
2015-06-30Object/COFF: Define coff_symbol_generic.Rui Ueyama
2015-06-29Use asserts for checks that should never fail.Rafael Espindola
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman
2015-06-29Don't return error_code from function that never fails.Rafael Espindola
2015-06-29lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne
2015-06-29Convert obj->getSymbolName to sym->getName.Rafael Espindola
2015-06-29[MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer
2015-06-29MIR Serialization: Serialize the register mask machine operands.Alex Lorenz
2015-06-29Move delinearization from SCEVAddRecExpr to ScalarEvolutionTobias Grosser
2015-06-29Factor out the checking of string tables.Rafael Espindola
2015-06-29Convert an assert that can fail into error checking.Rafael Espindola
2015-06-29Remove Elf_Sym_Iter.Rafael Espindola
2015-06-29AVX-512: all forms of SCATTER instruction on SKX,Elena Demikhovsky
2015-06-29[ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar
2015-06-29AVX-512: Implemented missing encoding and intrinsics for FMA instructionsIgor Breger
2015-06-28[x86][AVX512]Asaf Badouh
2015-06-28AVX-512: Added all SKX forms of GATHER instructions.Elena Demikhovsky
2015-06-27[SDAG] Now that we have a way to communicate the exact bit on sdiv use it to ...Benjamin Kramer
2015-06-27AsmPrinter: Document why DIEValueList uses a linked-list, NFCDuncan P. N. Exon Smith
2015-06-27IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith
2015-06-26[StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames
2015-06-26CodeGen: Push the ModuleSlotTracker through MetadataDuncan P. N. Exon Smith