Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 年之前 |
Fangrui Song
|
7287acf23f
Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef>
|
6 年之前 |
Hans Wennborg
|
71eaa4f97d
Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>"
|
6 年之前 |
Fangrui Song
|
a4d6bb66d0
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
|
6 年之前 |
Jordan Rupprecht
|
5833ba562f
[llvm-dwp] Use color-formatted error reporting
|
6 年之前 |
Jordan Rupprecht
|
02f8fc49ff
[llvm-dwp] Avoid writing the output dwp file when there is an error
|
6 年之前 |
Jordan Rupprecht
|
19350f7ddd
[llvm-dwp] Abort when dwo_id is unset
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Fangrui Song
|
f2dd6bb73f
Reland rL341509: "[llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")"
|
7 年之前 |
Fangrui Song
|
c04d05920e
[llvm-dwp] Use cl:: instead of using namespace cl
|
7 年之前 |
Max Kazantsev
|
73370761f5
Revert rL341509 to fix massive failures on buildbots
|
7 年之前 |
Fangrui Song
|
92c8fe0a62
[llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")
|
7 年之前 |
Peter Collingbourne
|
17a98146db
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.
|
7 年之前 |
Fangrui Song
|
c5823bd866
[llvm-dwp] Define InitLLVM.
|
7 年之前 |
David Blaikie
|
461bf527e5
Rename *CommandFlags.def to *CommandFlags.inc
|
7 年之前 |
Pavel Labath
|
fa49d7da44
DWARF: Unify form size handling code
|
7 年之前 |
Alex Bradbury
|
d32868dc00
Thread MCSubtargetInfo through Target::createMCAsmBackend
|
7 年之前 |
Michael Zolotukhin
|
d770752b5c
Remove redundant includes from tools.
|
7 年之前 |
David Blaikie
|
55bf3758f5
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables
|
7 年之前 |
Lang Hames
|
806f68bbab
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
|
7 年之前 |
Lang Hames
|
445025a875
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
|
7 年之前 |
Alexander Shaposhnikov
|
dce71c7425
[llvm-dwp] Implement -e option
|
8 年之前 |
Rafael Espindola
|
2600a677c9
Don't pass the code model to MC
|
8 年之前 |
Paul Robinson
|
fd770ea497
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
|
8 年之前 |
George Rimar
|
3364210093
[lib/Object] - Minor API update for llvm::Decompressor.
|
8 年之前 |
George Rimar
|
06943952f3
[llvm-dwp] - Reuse object::Decompressor class
|
8 年之前 |
Greg Clayton
|
f5acbc29d8
Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormValue::getFixedFormSizes()
|
8 年之前 |
Mehdi Amini
|
df0b8bce48
Make the Error class constructor protected
|
8 年之前 |
Greg Clayton
|
07e9e1a518
Switch all DWARF variables for tags, attributes and forms over to use the llvm::dwarf enumerations instead of using raw uint16_t values. This allows easier debugging as users can see the values of the enumerations in the variables view that will show the enumeration string instead of just a number.
|
8 年之前 |
Joel Jones
|
8a39975ebd
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
|
9 年之前 |