Age | Commit message (Expand) | Author |
2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |
2009-08-31 | comment and simplify some code. | Chris Lattner |
2009-08-31 | add -debug output | Chris Lattner |
2009-08-31 | simplify some code by making the SCCNodes set contain Function*'s | Chris Lattner |
2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-28 | finish a half formed thought :) | Chris Lattner |
2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner |
2009-08-27 | reduce header #include'age | Chris Lattner |
2009-08-27 | reduce inlining factor some stuff out to a static helper function, | Chris Lattner |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-25 | Allow multiple occurrences of -inline-threshold on | Dale Johannesen |
2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
2009-08-23 | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-19 | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman |
2009-08-18 | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman |
2009-08-17 | Don't access the first element of a potentially empty | Duncan Sands |
2009-08-14 | Make TargetData optional in GlobalOpt and ArgumentPromotion. | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
2009-08-11 | Remove unnecessary casts. | Dan Gohman |
2009-08-11 | Remove dead metadata. | Devang Patel |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
2009-08-06 | Use DebugInfoFinder. | Devang Patel |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-31 | - Convert the rest of the DOUTs to DEBUG+errs(). | Bill Wendling |
2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar |
2009-07-30 | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar |
2009-07-29 | Eliminate a few unused-variable warnings | Douglas Gregor |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
2009-07-22 | Remove unnecessary store to temporary std::string. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |