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