summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineModuleInfo.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Allow the use of functions as typeinfo in landingpad clausesReid Kleckner1-5/+5
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+4
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-4/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+4
2014-08-15Delete dead code. NFC.Rafael Espindola1-13/+0
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-3/+3
2014-03-09MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer1-6/+10
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-07Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola1-1/+3
2014-03-05[Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth1-1/+1
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2013-08-15Make a few more things const.Bill Wendling1-1/+1
2013-05-16Remove addFrameMove.Rafael Espindola1-2/+3
2013-05-13Remove the MachineMove class.Rafael Espindola1-8/+8
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola1-1/+6
2013-03-18Add some constantness.Jakub Staszak1-1/+1
2013-02-20Remove unneeded #include.Jakub Staszak1-1/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas1-0/+4
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas1-6/+0
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth1-9/+9
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-0/+3
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-3/+0
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-0/+3
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko1-1/+1
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer1-8/+8
2011-10-05Add accessor method to check if the landing pad symbol has call site informat...Bill Wendling1-0/+8
2011-10-05Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling1-0/+14
2011-10-04Doxygen-ize comments. No functionality change.Bill Wendling1-21/+19
2011-10-04Add method to determine if a begin label has a call site number associated wi...Bill Wendling1-3/+9
2011-07-28Use ArrayRef instead of requiring an std::vector.Bill Wendling1-2/+2
2011-07-22Add a method to set the compact unwind info.Bill Wendling1-0/+4
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-2/+1
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng1-0/+1
2011-07-19Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling1-7/+7
2011-07-18Move the compact encoding from the target-specific library to the code-genBill Wendling1-0/+9
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng1-1/+1
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-1/+2
2011-06-11Reformatting. Moving class definitions to more natural places. No functionalo...Bill Wendling1-16/+15
2011-01-05Fix small bug in setDebugInfoAvailability.Wesley Peck1-1/+1
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola1-1/+2
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola1-2/+1
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola1-1/+2
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-10-21CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer1-8/+7
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer1-1/+14
2010-10-16Whitespace!Michael J. Spencer1-26/+26
2010-07-16Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman1-1/+1
2010-07-14Make the order in which variables are described in debug informationDan Gohman1-1/+1
2010-04-16The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling1-1/+1