projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC
[oota-llvm.git]
/
lib
/
MC
/
2015-11-03
Rafael Espindola
Don't create empty sections just to look like gas.
tree
|
commitdiff
2015-11-03
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2015-11-03
Rafael Espindola
Simplify local common output.
tree
|
commitdiff
2015-11-03
Rafael Espindola
Move code out of a loop and use a range loop.
tree
|
commitdiff
2015-11-02
Rafael Espindola
ELF can handle some relocations of the form -sym +...
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: add support for WatchOS's compact unwind information.
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: support .watchos_version_min and .tvos_version_min.
tree
|
commitdiff
2015-10-27
Reid Kleckner
[ms-inline-asm] Leave alignment in bytes if the native...
tree
|
commitdiff
2015-10-27
Rui Ueyama
Rename qsort -> multikey_qsort. NFC.
tree
|
commitdiff
2015-10-26
Rui Ueyama
Optimize StringTableBuilder.
tree
|
commitdiff
2015-10-26
Peter Collingbourne
ARM/ELF: Better codegen for global variable addresses.
tree
|
commitdiff
2015-10-26
David Majnemer
[MC] Add support for GNU as-compatible binary operator...
tree
|
commitdiff
2015-10-23
Rafael Espindola
Add a RAW mode to StringTableBuilder.
tree
|
commitdiff
2015-10-23
Rafael Espindola
Fix the variable names to match the LLVM style.
tree
|
commitdiff
2015-10-22
Rafael Espindola
Avoid storing a second copy of each string in StringTab...
tree
|
commitdiff
2015-10-22
Zachary Turner
Fix broken build under MSVC.
tree
|
commitdiff
2015-10-22
Rafael Espindola
Avoid hash lookups when finalizing StringTableBuilder...
tree
|
commitdiff
2015-10-22
Rafael Espindola
Use array_pod_sort. NFC.
tree
|
commitdiff
2015-10-17
Craig Topper
Use std::begin/end and std::is_sorted to simplify some...
tree
|
commitdiff
2015-10-16
Jim Grosbach
MC: Don't crash after issuing a diagnostic.
tree
|
commitdiff
2015-10-15
Tim Northover
Prevent assertion with "llc -debug" and anonymous symbols.
tree
|
commitdiff
2015-10-15
Akira Hatanaka
[MachO] Stop generating *coal* sections.
tree
|
commitdiff
2015-10-15
Akira Hatanaka
Revert r250349.
tree
|
commitdiff
2015-10-14
Akira Hatanaka
[MachO] Stop generating *coal* sections.
tree
|
commitdiff
2015-10-14
Akira Hatanaka
Revert r250342.
tree
|
commitdiff
2015-10-14
Akira Hatanaka
[MachO] Stop generating *coal* sections.
tree
|
commitdiff
2015-10-14
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2015-10-10
Craig Topper
Change isUIntN/isIntN calls with constant N to use...
tree
|
commitdiff
2015-10-10
Craig Topper
Use range-based for loops. NFC
tree
|
commitdiff
2015-10-10
Craig Topper
Use emplace_back instead of a constructor call and...
tree
|
commitdiff
2015-10-10
Duncan P. N. Exon...
MC: Remove implicit ilist iterator conversions, NFC
tree
|
commitdiff
2015-10-09
Keno Fischer
Clear SectionSymbols in MCContext::Reset
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
MC: Stop using Fragment::getNextNode()
tree
|
commitdiff
2015-10-07
Rafael Espindola
Use SpecificBumpPtrAllocator to simplify the MCSeciton...
tree
|
commitdiff
2015-10-07
Michael Kuperstein
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
tree
|
commitdiff
2015-10-06
Hans Wennborg
Fix Clang-tidy modernize-use-nullptr warnings in source...
tree
|
commitdiff
2015-10-05
Rafael Espindola
Fix pr24486.
tree
|
commitdiff
2015-10-03
Rafael Espindola
Move registerSection out of line and reduce #includes...
tree
|
commitdiff
2015-10-03
Rafael Espindola
Use early return. NFC.
tree
|
commitdiff
2015-10-03
Rafael Espindola
Disallow assigning symbol a null section.
tree
|
commitdiff
2015-09-25
Tom Stellard
MCAsmInfo: Allow targets to specify when the .section...
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat blank lines.
tree
|
commitdiff
2015-09-21
Craig Topper
Use makeArrayRef or None to avoid unnecessarily mention...
tree
|
commitdiff
2015-09-20
Craig Topper
Cleanup places that passed SMLoc by const reference...
tree
|
commitdiff
2015-09-16
Reid Kleckner
Add assembler fatal error for undefined assembler label...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247692: Replace Triple with a new TargetTuple...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Re-commit r247683: Replace Triple with a new TargetTupl...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247684 - Replace Triple with a new TargetTuple ...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Replace Triple with a new TargetTuple in MCTargetDesc...
tree
|
commitdiff
2015-09-11
Davide Italiano
[MC] Fix style bugs introduced in r247471. Reported...
tree
|
commitdiff
2015-09-11
Davide Italiano
[MC] Don't crash on division by zero.
tree
|
commitdiff
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
next