llvm-6502/lib
Reid Spencer e87f23377c After a discussion with Anton, it turns out that the InReg attribute is not
permitted on function results. So, revert the last patch to make it illegal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40632 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-31 14:39:10 +00:00
..
Analysis Introduce Simple Analysis interface for loop passes. 2007-07-31 08:00:57 +00:00
Archive finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
AsmParser After a discussion with Anton, it turns out that the InReg attribute is not 2007-07-31 14:39:10 +00:00
Bitcode remove a dead case 2007-07-05 17:18:32 +00:00
CodeGen - Allow custom lowering for CTPOP, CTTZ, CTLZ. 2007-07-30 21:00:31 +00:00
Debugger switch this to bitcode instead of bytecode 2007-05-06 09:29:13 +00:00
ExecutionEngine Add a comment: don't expect from external function resolver in interpreter 2007-07-30 23:03:25 +00:00
Linker Report an error if one occurs in releaseModule. 2007-07-22 21:39:37 +00:00
Support Allow SmallPtrSet to hold pointers to const data. 2007-07-27 18:07:02 +00:00
System Fix PR1581, patch by Timo Savola 2007-07-31 06:00:51 +00:00
Target Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32 s2v (f32 load ))), 0) -> (i32 load ) 2007-07-31 08:04:03 +00:00
Transforms Loop unswitch preserves dom info. 2007-07-31 08:03:26 +00:00
VMCore After a discussion with Anton, it turns out that the InReg attribute is not 2007-07-31 14:39:10 +00:00
Makefile build lib/Archive instead of lib/Bytecode 2007-05-06 19:50:06 +00:00