OSDN Git Service

android: [Analysis] update cpp sources
[android-x86/external-llvm.git] / lib / ToolDrivers /
2020-03-24 Qiang YuCLEAR_TBLGEN_VARS to CLEAR_TBLGEN_VARS70
2020-03-24 Qiang YuTBLGEN_TABLES to TBLGEN_TABLES70
2020-03-24 Qiang YuLLVM_DEVICE_BUILD_MK to LLVM70_DEVICE_BUILD_MK
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_TBLGEN to LLVM70_TBLGEN
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yunow mesa can be compiled
2019-07-15 Stella Stamenova[llvm-lib] Add a dependency to intrinsics_gen to the...
2019-07-05 Nico Weberlld, llvm-dlltool, llvm-lib: Use getAsString() instead...
2019-06-12 Nico WeberShare /machine: handling code with llvm-cvtres too
2019-06-11 Nico Weberllvm-lib: Implement /machine: argument
2019-06-07 Nico Weberllvm-lib: Disallow mixing object files with different...
2019-06-04 Owen Reynolds[llvm-ar] Reapply Fix relative thin archive path handling
2019-06-03 Dmitri GribenkoRevert "[llvm-ar] Fix relative thin archive path handling"
2019-06-03 Owen Reynolds[llvm-ar] Fix relative thin archive path handling
2019-02-13 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-09 Nico Weberllvm-lib: Implement /list flag
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-10 Fangrui Song[opt] Change the parameter of OptTable::PrintHelp from...
2018-07-14 Nico WeberGive llvm-lib rudimentary help output.
2018-05-09 Martin Storsjo[COFF] Improve correctness of def parsing for GNU features
2018-01-20 Martin Storsjo[COFF] Keep the underscore on exported decorated stdcal...
2017-12-13 Michael ZolotukhinRemove redundant includes from various places.
2017-10-23 Martin Storsjo[COFF] Improve the check for functions that should...
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-08 Martin Storsjo[llvm-dlltool] Mention arm64 in the lists of architectu...
2017-09-06 Rui UeyamaRemoves redundant `llvm::`, add comments and simplify...
2017-08-30 Rui UeyamaSimplify writeArchive return type.
2017-08-23 Martell MaloneNFC: fix ToolDrivers syntax and typo errors
2017-08-20 Benjamin Kramer[dlltool] Make memory buffer ownership less weird.
2017-08-17 Martin Storsjo[llvm-dlltool] Improve an error message when unable...
2017-08-17 Martin Storsjo[llvm-dlltool] Don't crash if no def file is provided...
2017-08-16 Martin Storsjo[COFF] Make the weak aliases optional
2017-08-16 Martin Storsjo[llvm-dlltool] Fix creating stdcall/fastcall import...
2017-08-06 Martin Storsjo[llvm-dlltool] Map the "arm64" machine type
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-18 Rui UeyamaRevert r308329: llvm: add llvm-dlltool support to the...
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-07 Zachary TurnerAdd dependency from LibDriver to BinaryFormat.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-13 Peter CollingbourneAdd missing files
2017-05-13 Peter CollingbourneMove lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.