- Update comments.
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
2008-07-01 Bill Wendling- Update comments.
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-27 Bill WendlingReduce number of times .size() is called on a vector...
2008-06-27 Bill WendlingCruft left from patch revert...sorry. :-(
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-06-26 Owen AndersonDon't create a whole new string just to copy the elemen...
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
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-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-30 Dale JohannesenAdjust loop per review feedback.
2008-01-30 Dale JohannesenAccept getelementptr starting at GV with all 0 indices...
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2008-01-07 Chris Lattnerremove #includage
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-19 Duncan SandsThe C++ exception handling personality function wants
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-11-30 Devang PatelProvide a way to update DescGlobals cache directly.
2007-09-05 Duncan SandsFix PR1628. When exception handling is turned on,
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 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-11 Devang PatelFix lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of...
2007-05-10 Anton KorobeynikovOoops. Some debugging stuff :)
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-01 Jim LaskeyCollect eh filter info.
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-26 Jim Laskeyrename files