[WinEH] Implement state numbering for CoreCLR
[oota-llvm.git] / lib / CodeGen / SelectionDAG / FunctionLoweringInfo.cpp
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...
2010-07-02 Dan GohmanRename CreateReg to CreateRegs, and MakeReg to CreateReg.
2010-07-01 Dan GohmanRename CreateRegForValue to CreateReg, and change its...
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifprune an include
2010-05-29 Dan GohmanSelectionDAG shouldn't have a FunctionLoweringInfo...
2010-05-01 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-19 Dan GohmanMove isInTailCallPosition out of SelectionDAGBuilder...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-03-27 Bill WendlingForgot the part where we handle the ".llvm.eh.catch...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-21 Evan ChengTrim unneeded includes.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-11-23 Dan GohmanMove CopyCatchInfo into FunctionLoweringInfo.cpp too...
2009-11-23 Dan GohmanMove some more code out of SelectionDAGBuild.cpp and...
2009-11-23 Dan GohmanMove the FunctionLoweringInfo class and some related...