projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[libFuzzer] add two more variants of FuzzerDriver for convenience
[oota-llvm.git]
/
lib
/
MC
/
2015-09-10
Chandler Carruth
[ADT] Switch a bunch of places in LLVM that were doing...
tree
|
commitdiff
2015-09-08
Davide Italiano
[MC/ELF] Accept zero for .align directive
tree
|
commitdiff
2015-09-05
NAKAMURA Takumi
WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along...
tree
|
commitdiff
2015-09-04
David Majnemer
[MC] Replace comparison with isUInt<32>.
tree
|
commitdiff
2015-09-04
NAKAMURA Takumi
WinCOFFObjectWriter.cpp: Appease a warning in checking...
tree
|
commitdiff
2015-09-03
Reid Kleckner
Sink COFF.h MC include into .cpp files
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Generate a timestamp for COFF object files
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Remove MCAssembler's copy of OS
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Add support for generating COFF CRCs
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Allow MCObjectWriter's output stream to be swapped out
tree
|
commitdiff
2015-08-31
Vedant Kumar
[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
tree
|
commitdiff
2015-08-26
Frederic Riss
[MC] Split the layout part of MCAssembler::finish(...
tree
|
commitdiff
2015-08-26
Frederic Riss
[MC/MachO] Make some MachObjectWriter methods more...
tree
|
commitdiff
2015-08-20
Rafael Espindola
Fix symbol value computation when part of the expressio...
tree
|
commitdiff
2015-08-17
Benjamin Kramer
Extend MCAsmLexer so that it can peek forward several...
tree
|
commitdiff
2015-08-14
Rafael Espindola
Revert "Centralize the information about which object...
tree
|
commitdiff
2015-08-14
Rafael Espindola
Centralize the information about which object format...
tree
|
commitdiff
2015-08-13
Yaron Keren
Remove and forbid raw_svector_ostream::flush() calls.
tree
|
commitdiff
2015-08-13
Yaron Keren
Remove raw_svector_ostream::resync and users. It's...
tree
|
commitdiff
2015-08-10
Aaron Ballman
Silence a sign mismatch warning; NFC.
tree
|
commitdiff
2015-08-08
Benjamin Kramer
Fix some comment typos.
tree
|
commitdiff
2015-08-07
Frederic Riss
[MC/Dwarf] Allow to specify custom parameters for linet...
tree
|
commitdiff
2015-08-05
Steven Wu
Force the MachO generated for Darwin to have VERSION_MI...
tree
|
commitdiff
2015-08-02
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2015-07-27
Colin LeMahieu
[llvm-mc] Add --no-warn flag with -W alias to disable...
tree
|
commitdiff
2015-07-27
Colin LeMahieu
[llvm-mc] Pushing plumbing through for --fatal-warnings...
tree
|
commitdiff
2015-07-22
Chandler Carruth
Fix a -Winconsistent-missing-override failure in the...
tree
|
commitdiff
2015-07-22
Michael Kuperstein
[X86] Add .intel_syntax noprefix directive to intel...
tree
|
commitdiff
2015-07-13
David Majnemer
[MC] Correctly escape .safeseh's symbol
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Only allow changing feature bits in MCSubtargetInfo
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo() default constructor
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo::InitCPUSched()
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
Add <type_traits> for is_pod, fixing r241947
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
tree
|
commitdiff
2015-07-10
David Majnemer
[MC] Switch static const to an enum to silence MSVC...
tree
|
commitdiff
2015-07-08
Duncan P. N. Exon...
MC: Constify MCSubtargetInfo in getDeprecationInfo...
tree
|
commitdiff
2015-07-06
Daniel Sanders
Change the last few internal StringRef triples into...
tree
|
commitdiff
2015-07-04
Yaron Keren
Fix spelling, NFC.
tree
|
commitdiff
2015-07-02
Rafael Espindola
Convert a member variable to a local one.
tree
|
commitdiff
2015-07-01
Pete Cooper
Pack MCSymbol::Flags in to the bitfield with other...
tree
|
commitdiff
2015-07-01
Pete Cooper
Encode MCSymbol alignment as log2(align).
tree
|
commitdiff
2015-07-01
Gabor Ballabas
Fix PR23872: Integrated assembler error message when...
tree
|
commitdiff
2015-06-30
Pete Cooper
Pack MCSymbol::HasName in to a spare bit in the section...
tree
|
commitdiff
2015-06-30
Ranjeet Singh
Reverting r241058 because it's causing buildbot failures.
tree
|
commitdiff
2015-06-30
Ranjeet Singh
There are a few places where subtarget features are...
tree
|
commitdiff
2015-06-27
Petr Hosek
[MC] Ensure that pending labels are flushed when -mc...
tree
|
commitdiff
2015-06-27
Petr Hosek
[MC] Align fragments when -mc-relax-all flag is used
tree
|
commitdiff
2015-06-25
Frederic Riss
IAS: Use the root macro instanciation for location
tree
|
commitdiff
2015-06-25
Rafael Espindola
Diagnose undefined temporary symbols.
tree
|
commitdiff
2015-06-25
Toma Tabacu
[mips] [IAS] Fix parsing of memory offset expressions...
tree
|
commitdiff
2015-06-25
Swaroop Sridhar
Enable StackMap Serialization for COFF
tree
|
commitdiff
2015-06-23
Daniel Jasper
Revert r240302 ("Bring r240130 back.").
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-23
Justin Bogner
MCExpr: Avoid UB by evaluating this shift as unsigned
tree
|
commitdiff
2015-06-22
Evgeniy Stepanov
Fix PR23914.
tree
|
commitdiff
2015-06-22
Pete Cooper
Move MCSymbol Value in to the union of Offset and Commo...
tree
|
commitdiff
2015-06-22
Pete Cooper
Change .thumb_set to have the same error checks as...
tree
|
commitdiff
2015-06-22
Rafael Espindola
Bring r240130 back.
tree
|
commitdiff
2015-06-20
Yaron Keren
Update ELFObjectWriter::reset() following r238073.
tree
|
commitdiff
2015-06-19
Nico Weber
Revert 240130, it caused crashes (repro in PR23900).
tree
|
commitdiff
2015-06-19
Pete Cooper
Fix header path in CMake. NFC.
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-19
Rafael Espindola
Make all temporary symbols unnamed.
tree
|
commitdiff
2015-06-18
Colin LeMahieu
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow...
tree
|
commitdiff
2015-06-17
Pete Cooper
Devirtualize and pack MCFragment to reduce memory usage.
tree
|
commitdiff
2015-06-17
Rafael Espindola
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
tree
|
commitdiff
2015-06-17
Rafael Espindola
Use named temporaries for directional labels.
tree
|
commitdiff
2015-06-17
Benjamin Kramer
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
tree
|
commitdiff
2015-06-16
Daniel Sanders
Recommit r239721: Replace string GNU Triples with llvm...
tree
|
commitdiff
2015-06-15
Sanjoy Das
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
tree
|
commitdiff
2015-06-15
Daniel Sanders
Revert r239721 - Replace string GNU Triples with llvm...
tree
|
commitdiff
2015-06-15
Daniel Sanders
Replace string GNU Triples with llvm::Triple in InitMCO...
tree
|
commitdiff
2015-06-11
Reid Kleckner
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
tree
|
commitdiff
2015-06-11
Rafael Espindola
Generalize emitAbsoluteSymbolDiff.
tree
|
commitdiff
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCSubta...
tree
|
commitdiff
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in create...
tree
|
commitdiff
2015-06-10
Reid Kleckner
[WinEH] Emit .safeseh directives for all 32-bit excepti...
tree
|
commitdiff
2015-06-09
Pete Cooper
Fix warning of comparing different enums. NFC
tree
|
commitdiff
2015-06-09
Pete Cooper
Revert "Move MCSymbol Value in to the union of Offset...
tree
|
commitdiff
2015-06-09
Pete Cooper
Move MCSymbol Value in to the union of Offset and Commo...
tree
|
commitdiff
2015-06-09
Pete Cooper
Use AlignOf traits to enable static_assert.
tree
|
commitdiff
2015-06-09
Pete Cooper
Reduce duplication in MCSymbol Name handling. NFC>
tree
|
commitdiff
2015-06-09
Pete Cooper
Make MCSymbol::Name be a union of uint64_t and a pointer.
tree
|
commitdiff
2015-06-09
Pete Cooper
Change from alignof to llvm::alignOf to appease Visual...
tree
|
commitdiff
2015-06-09
Pete Cooper
Allocate space for MCSymbol::Name only if required.
tree
|
commitdiff
2015-06-09
Aaron Ballman
Removing spurious semi colons; NFC.
tree
|
commitdiff
2015-06-09
Matt Arsenault
MC: Add target hook to control symbol quoting
tree
|
commitdiff
2015-06-08
Pete Cooper
Use a PointerUnion in MCSymbol for Section and Fragment...
tree
|
commitdiff
2015-06-08
Pete Cooper
Remove includes of MCMachOSymbolFlags.h after it was...
tree
|
commitdiff
2015-06-08
Pete Cooper
Move all flags logic to MCSymbolMachO.
tree
|
commitdiff
2015-06-08
Pete Cooper
Add MCSymbolMachO which will be used to hide the MCSymb...
tree
|
commitdiff
2015-06-08
Pete Cooper
Move all of the MCSymbol COFF flags logic in to MCSymbo...
tree
|
commitdiff
2015-06-08
Pete Cooper
Add MCSymbolCOFF class and use it to get and set the...
tree
|
commitdiff
2015-06-08
Pete Cooper
Change MCSymbol IsELF to an enum to support future...
tree
|
commitdiff
2015-06-06
Colin LeMahieu
[MC] Common symbols weren't being checked for redeclara...
tree
|
commitdiff
2015-06-05
Rafael Espindola
Refactor padding writing into a helper function.
tree
|
commitdiff
2015-06-05
Rafael Espindola
Save a map lookup. NFC.
tree
|
commitdiff
2015-06-05
John Brawn
[ARM] Add knowledge of FPU subtarget features to Target...
tree
|
commitdiff
2015-06-04
Jim Grosbach
MC: Clean up naming in MCObjectFileInfo.h.
tree
|
commitdiff
2015-06-04
Jim Grosbach
MC: Clean up the naming for MCMachObjectWriter. NFC.
tree
|
commitdiff
next