llvm-6502/lib
Nick Lewycky 225f747486 Update the list of function annotations for nocapture. All of these came up
when I was looking at functions used by python.

Highlights include, better largefile support (64-bit file sizes on 32-bit
systems), fputs string is nocapture, popen/pclose added (popen being noalias
return), modf and frexp and friends. Also added some missing 'break' statements
and combined identical sections.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64615 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-15 22:47:25 +00:00
..
Analysis Generalize some alias analysis logic from atomic 2009-02-14 10:56:35 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix PR3522. It's not safe to sink into landing pad BB's. 2009-02-15 08:36:12 +00:00
Debugger
ExecutionEngine On 64bit we may have a personality function which requires 64 bits to 2009-02-15 20:49:23 +00:00
Linker
Support Unbreak the build on win32. 2009-02-14 16:06:42 +00:00
System Fix warning on gcc 4.3. 2009-02-15 03:20:32 +00:00
Target
Transforms Update the list of function annotations for nocapture. All of these came up 2009-02-15 22:47:25 +00:00
VMCore
Makefile