If location info is attached with an instruction then keep track of alloca slots...
[oota-llvm.git] / include / llvm / CodeGen / MachineModuleInfo.h
2009-10-01 Devang PatelIf location info is attached with an instruction then...
2009-09-30 Devang PatelSilence unused variable warning.
2009-09-30 Devang PatelSimplify.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-05-04 Mike StumpRestore minor deletion.
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-02-03 Devang PatelRemove dead code.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-07-07 Bill WendlingUse StringMap for greater justice!
2008-07-03 Bill WendlingDon't return std::vector by value, but pass it in by...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-06-27 Bill WendlingMore cruft from revert...
2008-06-27 Bill WendlingReverting broken patch r52803.
2008-06-27 Bill Wendling- Remove a use of std::vector.
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-09 Dan GohmanUpdate comments to use 2.0 syntax type names.
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-01 Evan ChengRename RecordLabel to RecordSourceLine because that...
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-30 Devang PatelProvide a way to update DescGlobals cache directly.
2007-09-24 Dan Gohmanexplicit keywords.
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-05 Dan GohmanAdd explicit keywords.
2007-07-05 Duncan SandsMake sure only one copy of a filter is placed in the
2007-06-02 Duncan SandsThe semantics of invoke require that we always jump...
2007-06-02 Duncan SandsIntegrate exception filter support and exception catch...
2007-05-23 Anton KorobeynikovMark all calls as "could throw", when exceptions are...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-01 Jim LaskeyCollect eh filter info.
2007-02-22 Jim LaskeyTypo.
2007-02-21 Jim LaskeyAdd structures used for collecting eh information.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-26 Jim Laskeyrename files