aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-25Teach cmake about the new Erlang GC files.Duncan Sands
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-07Add new files to cmake.Eric Christopher
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-05-27Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis
2011-05-10Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola
2011-05-05Remove DwarfTableException.Rafael Espindola
2011-05-05Implement a really simple DwarfSjLjException.Rafael Espindola
2011-04-12This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel
2011-03-06lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi
2011-01-14Update CMake build.Ted Kremenek
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-04-09Add a missing dependency to this library when building with CMake.Chandler Carruth
2010-04-05finally blast DwarfWriter away.Chris Lattner
2010-04-05nuke DwarfPrinterChris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner
2010-04-04split inline asm support out to its own .cpp file.Chris Lattner
2010-03-08elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner
2009-05-19Fix cmake builds.Mike Stump
2008-09-22Initial support for the CMake build system.Oscar Fuentes