llvm-6502/lib
Bill Wendling 6f287b22d2 Add the new `-no-builtin' flag. This flag is meant to mimic the GCC
`-fno-builtin' flag. Currently, it's used to replace "memset" with "_bzero"
instead of "__bzero" on Darwin10+. This arguably violates the meaning of this
flag, but is currently sufficient. The meaning of this flag should become more
specific over time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56885 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-30 21:22:07 +00:00
..
Analysis s/ParameterAttributes/Attributes/g 2008-09-23 23:03:40 +00:00
Archive
AsmParser Support inreg, zext and sext as return value attributes. 2008-09-29 20:49:50 +00:00
Bitcode Now Attributes are divided in three groups 2008-09-26 22:53:05 +00:00
CodeGen Add the new `-no-builtin' flag. This flag is meant to mimic the GCC 2008-09-30 21:22:07 +00:00
Debugger
ExecutionEngine Add runStaticConstructorsDestructors which runs ctors / dtors of a single module. Patch by David Chisnall. 2008-09-30 15:51:21 +00:00
Linker Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
Support
System
Target Add the new `-no-builtin' flag. This flag is meant to mimic the GCC 2008-09-30 21:22:07 +00:00
Transforms add AU.setPreservesCFG() since this pass only adds and removes function attributes 2008-09-30 18:34:38 +00:00
VMCore Support inreg, zext and sext as return value attributes. 2008-09-29 20:49:50 +00:00
Makefile