llvm-6502/include/llvm
Reid Spencer 2c261789d3 Change the syntax for parameter attributes:
1. The @ sign is no longer necessary.
2. We now support "function attributes" as parameter attribute 0.
3. Instead of locating the return type attributes after the type of a
   function result, they are now located after the function header's
   closing paranthesis and before any alignment or section options.
4. The way has been prepared for a new "noreturn" function attribute but
   there is no support for recognizing it in the lexer nor doing anything
   with it if it does get set.
5. The FunctionType::getParamAttrsText method now has support for
   returning multiple attributes. This required a change in its interface.

I'm unhappy that this change leads to 6 new shift/reduce conflicts, but
in each case bison's decision to choose the shift is correct so there
shouldn't be any damage from these conflicts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32904 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-05 17:06:19 +00:00
..
ADT eliminate constructor from Statistic class. It is now impossible to get a 2006-12-19 23:17:40 +00:00
Analysis For PR950: 2006-12-23 06:05:41 +00:00
Assembly Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Bytecode Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
CodeGen move ExtWeakSymbols to AsmPrinter 2006-12-18 03:37:18 +00:00
Config Determine if the -enable-pic option was given. 2006-12-18 04:11:16 +00:00
Debugger
ExecutionEngine For PR950: 2006-12-31 05:23:18 +00:00
Support The previous implementation of LLVM Streams wasn't removing symbols. This 2007-01-03 22:37:27 +00:00
System
Target Fix naming inconsistency: calleesave -> calleesaved. 2007-01-02 21:30:17 +00:00
Transforms For PR950: 2006-12-23 06:05:41 +00:00
.cvsignore
AbstractTypeUser.h
Argument.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
BasicBlock.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
CallGraphSCCPass.h
CallingConv.h
Constant.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
Constants.h Add a new ConstantPacked::getAllOnesValue method 2007-01-04 01:49:26 +00:00
DerivedTypes.h Change the syntax for parameter attributes: 2007-01-05 17:06:19 +00:00
Function.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
GlobalValue.h Fix some 80 col violations. 2006-12-06 20:28:46 +00:00
GlobalVariable.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
InlineAsm.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
InstrTypes.h Add some convenience functions for getting the source and destination 2007-01-02 02:08:27 +00:00
Instruction.def For PR950: 2006-12-23 06:05:41 +00:00
Instruction.h Now that setcondinst has been eliminated, we can mark Value::SubclassID 2007-01-04 02:15:37 +00:00
Instructions.h Doxygenify a comment. 2006-12-29 04:10:59 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td Convert the intrinsic function definitions to use llvm_i32_ty instead of 2006-12-31 22:24:55 +00:00
IntrinsicsPowerPC.td Convert the intrinsic function definitions to use llvm_i32_ty instead of 2006-12-31 22:24:55 +00:00
IntrinsicsX86.td Convert the intrinsic function definitions to use llvm_i32_ty instead of 2006-12-31 22:24:55 +00:00
LinkAllPasses.h Remove DSA header files. 2006-12-13 19:55:53 +00:00
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
ModuleProvider.h
Pass.h Enable new pass manager, which was accidentally disabled. 2007-01-04 01:27:03 +00:00
PassAnalysisSupport.h fit in 80 cols 2006-12-13 21:56:10 +00:00
PassManager.h s/BasicBlockPassManager/BBPassManager/g 2006-12-19 19:46:59 +00:00
PassSupport.h Switch analysis groups to be unregistered when llvm_shutdown is called. 2006-12-01 23:46:50 +00:00
SymbolTable.h
SymbolTableListTraits.h
Type.h For PR950: 2006-12-31 05:20:51 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h Now that setcondinst has been eliminated, we can mark Value::SubclassID 2007-01-04 02:15:37 +00:00
ValueSymbolTable.h