| Age | Commit message (Expand) | Author |
| 2009-02-04 | Back out r62958 from the release branch. | Tanya Lattner |
| 2009-02-03 | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman |
| 2009-01-30 | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel |
| 2009-01-30 | Fix a post-RA scheduling dependency bug. | Dan Gohman |
| 2009-01-30 | Add dump() routines to help debug debug info :) | Devang Patel |
| 2009-01-28 | Fix PR3415 (infinite loop in EscapeAnalysis) by | Duncan Sands |
| 2009-01-25 | Start generating arbitrary precision integer SCEVs. This removes the temporary | Nick Lewycky |
| 2009-01-23 | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel |
| 2009-01-23 | fix two more cases where we could let the NLPDI cache get unsorted. | Chris Lattner |
| 2009-01-23 | Unconditionally reset 'cache' to zero, even if we don't need to resort it. | Chris Lattner |
| 2009-01-23 | a minor tweak to my previous patch, handle the invalidation case | Chris Lattner |
| 2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
| 2009-01-22 | Fix PR3358, a really nasty bug where recursive phi translated | Chris Lattner |
| 2009-01-20 | Need only one set of debug info versions enum. | Devang Patel |
| 2009-01-20 | Eliminate use of uint32_t to improve compatibility with cygwin | Chris Lattner |
| 2009-01-19 | Verify debug info. | Devang Patel |
| 2009-01-18 | CMake: Add lib/Analysis/CaptureTracking.cpp | Oscar Fuentes |
| 2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
| 2009-01-18 | add a comment | Gabor Greif |
| 2009-01-17 | switch over some other methods from indices to iterators | Gabor Greif |
| 2009-01-17 | speed up iterative loop by using iterators. changes direction, but functional... | Gabor Greif |
| 2009-01-16 | Reinstate r60509 from Dale: | Nick Lewycky |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-14 | minor simplification | Gabor Greif |
| 2009-01-13 | Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, | Nick Lewycky |
| 2009-01-12 | Add classof() methods to support isa<> and other related facilities. | Devang Patel |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-12 | make tblgen autogenerate the nocapture intrinsics for | Chris Lattner |
| 2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
| 2009-01-08 | ValueTracker can't assume that an alloca with no specified alignment | Chris Lattner |
| 2009-01-05 | When checking if an Argument escapes, check if | Duncan Sands |
| 2009-01-05 | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel |
| 2009-01-05 | Construct array/vector type DIEs using DebugInfo. | Devang Patel |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2009-01-03 | We know it's always a SCEVConstant if it gets here, so just cast it and | Nick Lewycky |
| 2009-01-02 | Don't try to analyze this "backward" case. This is overly conservative | Nick Lewycky |
| 2008-12-27 | Check that the function prototypes are correct before assuming that the | Nick Lewycky |
| 2008-12-19 | Resubmit support for the 'nocapture' attribute. | Nick Lewycky |
| 2008-12-18 | Remove dead comments. | Evan Cheng |
| 2008-12-17 | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel |
| 2008-12-16 | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling |
| 2008-12-16 | CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. | Oscar Fuentes |
| 2008-12-16 | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin |
| 2008-12-16 | Add utility functions to search for DbgStopPointInst corresponding to an | Torok Edwin |
| 2008-12-16 | use different name for parameter to make it clear that we set DIDescriptor::GV | Torok Edwin |
| 2008-12-16 | Generalize support for analyzing loops to include SLE/SGE loop exit conditions | Nick Lewycky |
| 2008-12-16 | fix PR3217: fully cached queries need to be verified against the | Chris Lattner |
| 2008-12-15 | Teach basicaa to use the nocapture attribute when possible. When the | Chris Lattner |
| 2008-12-15 | if we have a phi translation failure of the start block, | Chris Lattner |
| 2008-12-15 | Implement initial support for PHI translation in memdep. This means that | Chris Lattner |