Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / Analysis /
2010-02-08 Dan GohmanAdd const qualifiers.
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-05 Jakob Stoklund OlesenUpdate CodeMetrics to count 'big' function calls explic...
2010-02-04 Dan GohmanChange the argument to getIntegerSCEV to be an int64_t...
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-02 Dan GohmanVarious code simplifications.
2010-02-01 Bill WendlingAdd "dump" method to IVUsersOneStride.
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-01-29 Devang PatelBefore inserting llvm.dbg.declare intrinsic at the...
2010-01-29 Duncan SandsIt looks like the changes to the SRem logic of Simplify...
2010-01-28 Dan GohmanCheck Type::isSized before calling ScalarEvolution...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-26 Jakob Stoklund OlesenFix inline cost predictions with SCIENCE.
2010-01-26 Jakob Stoklund OlesenRevert test polarity to match comment and desired outco...
2010-01-26 Jakob Stoklund OlesenRemove dead code.
2010-01-26 Jakob Stoklund OlesenSkip calculation of ArgumentWeights if it will never...
2010-01-26 Devang PatelAdd extra element to composite type. This new element...
2010-01-26 Dan GohmanMake the unsigned-range code more consistent with the...
2010-01-26 Dan GohmanFix a typo in a comment that Duncan noticed.
2010-01-26 Dan GohmanRename ItCount to BECount, since it holds a backedge...
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-26 Victor HernandezAssert when debug intrinsic insert functions are passed...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-23 Devang PatelAvoid using "Type" as the variable name.
2010-01-23 Victor HernandezMake sure ValueFn starts off empty
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnerdrop the pass name from the output.
2010-01-22 Chris Lattnereliminate dynamic_cast from this file.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-21 Dan GohmanWhen re-using an existing cast for a user, it's still...
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in two more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in BasicCallGraph.
2010-01-20 Chris Lattneradd some new methods to adjust this pointers. Not...
2010-01-20 Victor HernandezAvoid unnecessary Elts array
2010-01-19 Dan GohmanAdd a comment and tidy up some whitespace.
2010-01-19 Dan GohmanFix a typo and an 80-column violation in comments.
2010-01-19 Dan GohmanGive ScalarEvolution access to the DominatorTree. It...
2010-01-19 Dan GohmanAdd a new helper function to IVUsers for returning...
2010-01-18 Victor HernandezMake findDbgDeclare/findDbgGlobalDeclare local static...
2010-01-16 Tobias GrosserCreate Generic DOTGraphTraits Printer/Viewer
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-14 Eric ChristopherPad my commit stats by reducing indentation in this...
2010-01-14 Eric ChristopherFew minor changes that were requested. No functional...
2010-01-14 Evan ChengSmall tweak to inline cost computation. Ext of i/fcmp...
2010-01-14 Eric ChristopherReduce the inlining cost of functions that contain...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2010-01-07 Chris Lattnerteach ComputeNumSignBits to look through PHI nodes.
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-02 Chris Lattnerconstant fold nasty constant expressions formed by...
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris LattnerOptimize MDNode to coallocate the operand list immediately
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris Lattnermajor cleanups, much of this file was incorrectly indented.
2009-12-29 Chris Lattnerone pass of cleanup over DebugInfo.h. Much more is...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-22 Chris LattnerThe phi translated pointer can be computed when returni...
next