llvm-6502/test/Analysis
Nick Lewycky 02ff308aa1 Extend the 'noalias' attribute to function return values. This is intended to
indicate functions that allocate, such as operator new, or list::insert. The
actual definition is slightly less strict (for now).

No changes to the bitcode reader/writer, asm printer or verifier were needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59934 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-24 03:41:24 +00:00
..
Andersens
BasicAA Extend the 'noalias' attribute to function return values. This is intended to 2008-11-24 03:41:24 +00:00
CallGraph Rationalize the names of passes that print information: 2008-09-23 12:47:39 +00:00
Dominators
GlobalsModRef Remove the MarkModRef pass (use AddReadAttrs instead). 2008-09-19 08:23:44 +00:00
LoopInfo Fix WriteAsOperand to not emit a leading space character. Adjust 2008-09-14 17:21:12 +00:00
PostDominators
ScalarEvolution Add a utility function that detects whether a loop is guaranteed to be finite. 2008-11-18 15:10:54 +00:00