summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
Commit message (Expand)AuthorAge
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-30
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-25
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-23
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-23
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-02
* Update the CMake build files.Eric Christopher2013-08-08
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-06
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-25
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Add new files to cmake.Eric Christopher2011-11-07
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-10
* Remove DwarfTableException.Rafael Espindola2011-05-05
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-05
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel2011-04-12
* lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi2011-03-06
* Update CMake build.Ted Kremenek2011-01-14
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-09
* finally blast DwarfWriter away.Chris Lattner2010-04-05
* nuke DwarfPrinterChris Lattner2010-04-05
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-04
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-08
* Fix cmake builds.Mike Stump2009-05-19
* Initial support for the CMake build system.Oscar Fuentes2008-09-22