llvm-6502/lib
Devang Patel d18e31ae17 Add new function attribute - noredzone.
Update code generator to use this attribute and remove DisableRedZone target option.
Update llc to set this attribute when -disable-red-zone command line option is used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72894 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 22:05:33 +00:00
..
Analysis Change ConstantFoldConstantExpression to accept a null 2009-06-02 21:48:15 +00:00
Archive
AsmParser Add new function attribute - noredzone. 2009-06-04 22:05:33 +00:00
Bitcode Update the bitcode reader to support reading .bc files where the embedded 2009-06-01 04:42:10 +00:00
CodeGen Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was 2009-06-04 20:53:52 +00:00
CompilerDriver
Debugger
ExecutionEngine Use uint8_t and int32_t in {JIT,Machine}CodeEmiters 2009-06-04 00:15:51 +00:00
Linker
Support Add support for outputting ANSI colors to raw_fd_ostream. 2009-06-04 07:09:50 +00:00
System Fix comments. 2009-06-04 08:18:25 +00:00
Target Add new function attribute - noredzone. 2009-06-04 22:05:33 +00:00
Transforms Don't do the X * 0.0 -> 0.0 transformation in instcombine, because 2009-06-04 17:12:12 +00:00
VMCore Add new function attribute - noredzone. 2009-06-04 22:05:33 +00:00
Makefile