2011-10-05 |
Bill Wendling | Add an ivar that maps a landing pad's EH symbol to... |
blob | commitdiff | raw |
2011-07-28 |
Bill Wendling | Use ArrayRef instead of requiring an std::vector. |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Bill Wendling | Rename CompactEncoding to CompactUnwindEncoding. |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Bill Wendling | Move the compact encoding from the target-specific... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Michael J. Spencer | CodeGen-Windows: Only emit _fltused if a VarArg functio... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Michael J. Spencer | X86-Windows: Emit an undefined global __fltused symbol... |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Michael J. Spencer | Whitespace! |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Chris Lattner | zap dead code. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Dan Gohman | Revert r108369, sorting llvm.dbg.declare information... |
blob | commitdiff | raw | diff to current |
2010-07-14 |
Dan Gohman | Make the order in which variables are described in... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Bill Wendling | The JIT calls TidyLandingPads to tidy up the landing... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | prune includes |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Chris Lattner | Give MachineModuleInfo an actual Module*. |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Chris Lattner | Fix PR6673: updating the callback should not clear... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Chris Lattner | Fix the third (and last known) case of code update... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Chris Lattner | Implement support for the case when a reference to... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Chris Lattner | Fix the case when a reference to an address taken BB... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | fix AsmPrinter::GetBlockAddressSymbol to always return... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | get MMI out of the label uniquing business, just go... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | eliminate InvalidateLabel and LabelIDList from MMI... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use... |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Chris Lattner | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Bob Wilson | Fix an uninitialized value. Radar 7609421. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Jim Grosbach | Update of 94055 to track the IR level call site informa... |
blob | commitdiff | raw | diff to current |
2010-01-21 |
Jim Grosbach | back this out for now. Growing Function is not good. |
blob | commitdiff | raw | diff to current |
2010-01-21 |
Jim Grosbach | Make sure that landing pad entries in the EH call site... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Devang Patel | Remove DebugLabelFolder pass. It is not used by dwarf... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Devang Patel | "Attach debug info with llvm instructions" mode was... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Devang Patel | Clear variable debug info map at the end of the function. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Devang Patel | Simplify. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Chris Lattner | the pointer MMI keeps will start out with object-file... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Chris Lattner | add hooks to hang target-specific goop off MachineModul... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Eric Christopher | Rework getPersonalityIndex slightly - 0 is now a valid... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Eric Christopher | If we're emitting additional CIEs due to personality... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Eric Christopher | Nuke trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Dan Gohman | Use setPreservesAll and setPreservesCFG in CodeGen... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Chris Lattner | implement a new magic global "llvm.compiler.used" which... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Chris Lattner | use stripPointerCasts to simplify some code. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Devang Patel | DebugLabelFolder ruthlessly deletes redundant labels... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Devang Patel | Removoe MachineModuleInfo methods (and related DebugInf... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Devang Patel | Keep "has debug info" big in MachineModuleInfo to avoid... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Evan Cheng | Fix a couple of Dwarf bugs. |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Chris Lattner | Fix an over aggressive assumption that struct decls... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Dan Gohman | Move the include of MachineLocation.h into MachineModul... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Evan Cheng | Instead of setPreservesAll, just mark them preseving... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Evan Cheng | Mark several codegen passes as preserving all analysis. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Bill Wendling | Make the DICountVisitor not a visitor. This keeps us... |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Bill Wendling | Use the canonical way to get an empty structure. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Bill Wendling | Use StringMap for greater justice! |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Bill Wendling | Don't return std::vector by value, but pass it in by... |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Bill Wendling | Revert my previous check-in that split up MachineModule... |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Bill Wendling | Use the canonical form for getting an empty structure. |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Bill Wendling | Sorry. I couldn't sleep at night knowing I put these... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Bill Wendling | - Update comments. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Evan Cheng | - Re-apply 52748 and friends with fix. GetConstantStrin... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Anton Korobeynikov | Revert (52748 and friends): |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bill Wendling | Reduce number of times .size() is called on a vector... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bill Wendling | Cruft left from patch revert...sorry. :-( |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bill Wendling | Reverting broken patch r52803. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bill Wendling | - Remove a use of std::vector. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bill Wendling | Refactor the DebugInfoDesc stuff out of the MachineModu... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Owen Anderson | Don't create a whole new string just to copy the elemen... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Eric Christopher | Move GetConstantStringInfo to lib/Analysis. Remove |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Dale Johannesen | Recommitting EH patch; this should answer most of the |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Evan Cheng | SDIsel processes llvm.dbg.declare by recording the... |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Evan Cheng | Rename RecordLabel to RecordSourceLine because that... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Evan Cheng | Add an extra operand to LABEL nodes which distinguishes... |
blob | commitdiff | raw | diff to current |
2008-01-30 |
Dale Johannesen | Adjust loop per review feedback. |
blob | commitdiff | raw | diff to current |
2008-01-30 |
Dale Johannesen | Accept getelementptr starting at GV with all 0 indices... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Dan Gohman | Use empty() instead of comparing size() with zero. |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Dale Johannesen | Do not mark EH tables no-dead-strip unless the |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | remove #includage |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Duncan Sands | The C++ exception handling personality function wants |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Devang Patel | Provide a way to update DescGlobals cache directly. |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Duncan Sands | Fix PR1628. When exception handling is turned on, |
blob | commitdiff | raw | diff to current |
next |