aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/Win64Exception.cpp
AgeCommit message (Expand)Author
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-05-30Emit the handler's data area. For GCC-style exceptions under Win64, theCharles Davis
2011-05-29When generating against the Win64 EH scheme, set the handler to the GCC-specificCharles Davis
2011-05-28When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis
2011-05-27Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis