[Orc] Remove some unnecesary includes and whitespace that slipped in to r239561.
[oota-llvm.git] / include /
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-06-11 Douglas KatzmanFix English usage in command line flag help string.
2015-06-11 Davide Italiano[ELF] Introduce getValue() for ELF Symbols.
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Douglas KatzmanFix comment typos.
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-10 Jingyue Wu[NFC] added a missing space
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Reid Kleckner[MC] Use unsigned for the Kind bitfield in MCSymbol
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Akira HatanakaInclude header file <functional>.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Pete CooperMake flags get/set method protected so that all flags...
2015-06-08 Pete CooperMove all flags logic to MCSymbolMachO.
2015-06-08 Pete CooperAdd MCSymbolMachO which will be used to hide the MCSymb...
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
2015-06-08 Sanjay Patelfix typos; NFC
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-07 Colin LeMahieu[MC] Function naming NFC.
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-07 Craig Topper[TableGen] Remove unnecessary include. NFC.
2015-06-07 Craig Topper[TableGen] Remove unnecessary forward declaration. NFC
2015-06-07 Craig Topper[TableGen] Write one of the Record constructors in...
2015-06-07 Craig Topper[TableGen] Remove unused function. NFC
2015-06-07 Craig Topper[TableGen] Use 'isa' to check if something is an UnsetI...
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-06 Craig Topper[TableGen] Change OpInit::getNumOperands and getOperand...
2015-06-05 Duncan P. N. Exon... Remove stray semi-colon, NFC
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-05 Justin BognerInstrProf: Fix reading of consecutive 32 bit coverage...
2015-06-04 Alexey SamsonovRevert "[Object, ELF] Fix segmentation fault in ELFFile...
2015-06-04 Alexey Samsonov[Object, ELF] Fix segmentation fault in ELFFile::getSec...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectFileInfo.h.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Move MachObjectWriter::SectionAddress to private.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Alexey Samsonov[Object, MachO] Fixup for r239075: use union to store...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 David BlaikieRe-unique_ptrify LoadedObjectInfo::clone after it was...
2015-06-04 Diego NovilloTidy comment. NFC.
2015-06-04 David BlaikieRetry defaulting the virtual dtor in LoadedObjectInfo
2015-06-04 Ahmed Bougacha[GlobalMerge] Take into account minsize on Global users...
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-06-04 David BlaikieHaving another go at some simple cleanup from r237975...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO load commands.
2015-06-04 Colin LeMahieu[MC] Allowing operands to be erased from MCInst.
2015-06-04 Alexey Samsonov[Object, MachO] Remove some code duplication. NFC.
2015-06-04 Alexey Samsonov[Object, MachO] Cache parsed MachO header in MachOObjec...
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-04 Benjamin Kramer[APInt] Remove special case for i1.
2015-06-04 Matt ArsenaultCodeGenPrepare: Provide address space to isLegalAddress...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-04 Peter Zotov[C API] Add LLVMStructGetTypeAtIndex.
2015-06-04 Craig Topper[TableGen] Replace a couple if/else chains with a switc...
2015-06-04 Craig Topper[TableGen] Merge single prefix bit in RecordVal into...
next