summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Revert "[BTF] Add BTF DebugInfo"Yonghong Song2018-11-301-12/+0
* [BTF] Add BTF DebugInfoYonghong Song2018-11-301-0/+12
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-0/+1
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-1/+0
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-0/+1
* Revert BTF commit series.Eli Friedman2018-10-121-1/+0
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+1
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-1/+1
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-1/+1
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-1/+1
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-1/+1
* [NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere2018-01-291-1/+1
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+1
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-1/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+1
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-0/+1
* Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebugReid Kleckner2016-01-141-1/+1
* AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith2015-06-211-0/+1
* Rename Win64Exception.(cpp|h) to WinException.(cpp|h)Reid Kleckner2015-05-281-1/+1
* Debug info: Factor out the creation of DWARF expressions from AsmPrinterAdrian Prantl2015-01-121-0/+1
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-041-0/+1
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-1/+1
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-301-0/+1
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-0/+1
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-0/+1
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-0/+1
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-0/+1
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-1/+0
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-0/+1
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-021-1/+1
* Update the CMake build files.Eric Christopher2013-08-081-0/+1
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-061-0/+2
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-251-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-10/+0
* Add new files to cmake.Eric Christopher2011-11-071-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+9
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-0/+1
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-101-1/+0
* Remove DwarfTableException.Rafael Espindola2011-05-051-1/+0
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-051-0/+1
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel2011-04-121-0/+1
* lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi2011-03-061-0/+1
* Update CMake build.Ted Kremenek2011-01-141-0/+2
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-1/+0
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-8/+1
OpenPOWER on IntegriCloud