[opaque pointer types] Add an explicit pointee type to alias records in the IR
[oota-llvm.git] / lib / MC /
2015-09-16 Reid KlecknerAdd assembler fatal error for undefined assembler label...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-11 Davide Italiano[MC] Fix style bugs introduced in r247471. Reported...
2015-09-11 Davide Italiano[MC] Don't crash on division by zero.
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-08 Davide Italiano[MC/ELF] Accept zero for .align directive
2015-09-05 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Roll back TimeDateStamp along...
2015-09-04 David Majnemer[MC] Replace comparison with isUInt<32>.
2015-09-04 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Appease a warning in checking...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-26 Frederic Riss[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
2015-08-20 Rafael EspindolaFix symbol value computation when part of the expressio...
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-10 Aaron BallmanSilence a sign mismatch warning; NFC.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-05 Steven WuForce the MachO generated for Darwin to have VERSION_MI...
2015-08-02 Craig TopperUse range-based for loops. NFC
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-22 Chandler CarruthFix a -Winconsistent-missing-override failure in the...
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Duncan P. N. Exon... Add <type_traits> for is_pod, fixing r241947
2015-07-10 Duncan P. N. Exon... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-04 Yaron KerenFix spelling, NFC.
2015-07-02 Rafael EspindolaConvert a member variable to a local one.
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-06-30 Pete CooperPack MCSymbol::HasName in to a spare bit in the section...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-27 Petr Hosek[MC] Ensure that pending labels are flushed when -mc...
2015-06-27 Petr Hosek[MC] Align fragments when -mc-relax-all flag is used
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Justin BognerMCExpr: Avoid UB by evaluating this shift as unsigned
2015-06-22 Evgeniy StepanovFix PR23914.
2015-06-22 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-20 Yaron KerenUpdate ELFObjectWriter::reset() following r238073.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Pete CooperFix header path in CMake. NFC.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-18 Colin LeMahieu[MC] Adding prettyPrintAsm to MCTargetStreamer to allow...
2015-06-17 Pete CooperDevirtualize and pack MCFragment to reduce memory usage.
2015-06-17 Rafael EspindolaMove IsUsedInReloc from MCSymbolELF to MCSymbol.
2015-06-17 Rafael EspindolaUse named temporaries for directional labels.
2015-06-17 Benjamin Kramer[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
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 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-09 Pete CooperFix warning of comparing different enums. NFC
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 Pete CooperUse AlignOf traits to enable static_assert.
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 Pete CooperChange from alignof to llvm::alignOf to appease Visual...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Pete CooperRemove includes of MCMachOSymbolFlags.h after it was...
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 CooperAdd MCSymbolCOFF class and use it to get and set the...
next