Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-04 Chris Lattnerzap dead code.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-15 Gabor Greifprune includes
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-02-06 Bob WilsonFix an uninitialized value. Radar 7609421.
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2009-11-24 Devang PatelRemove DebugLabelFolder pass. It is not used by dwarf...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-10-08 Devang PatelClear variable debug info map at the end of the function.
2009-09-30 Devang PatelSimplify.
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-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattneruse stripPointerCasts to simplify some code.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-02-03 Devang PatelRemove dead code.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
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-10 Evan ChengFix a couple of Dwarf bugs.
2008-11-10 Chris LattnerFix an over aggressive assumption that struct decls...
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-07-09 Bill WendlingMake the DICountVisitor not a visitor. This keeps us...
2008-07-07 Bill WendlingUse the canonical way to get an empty structure.
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-07-02 Bill WendlingUse the canonical form for getting an empty structure.
2008-07-02 Bill WendlingSorry. I couldn't sleep at night knowing I put these...
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...
next