summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+8
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-091-0/+2
* finally blast DwarfWriter away.Chris Lattner2010-04-051-1/+0
* nuke DwarfPrinterChris Lattner2010-04-051-1/+0
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+1
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-0/+1
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-081-1/+0
* Fix cmake builds.Mike Stump2009-05-191-0/+5
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+5
OpenPOWER on IntegriCloud