aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/Win64Exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-091-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Emit the handler's data area. For GCC-style exceptions under Win64, theCharles Davis2011-05-301-0/+21
* When generating against the Win64 EH scheme, set the handler to the GCC-specificCharles Davis2011-05-291-0/+7
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-281-0/+26
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-0/+62