llvm-6502/lib
Chris Lattner 0f9f8c3759 Several non-functionality changing changes:
1. Use the varargs version of getOrInsertFunction to simplify code.
2. remove #include
3. Reduce the number of #ifdef's.
4. remove extraneous vertical whitespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25508 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-22 22:35:08 +00:00
..
Analysis For PR411: 2006-01-16 21:12:35 +00:00
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
AsmParser Make sure intrinsic auto-upgrade is invoked correctly. 2006-01-19 01:21:04 +00:00
Bytecode 1. Identify bytecode modules that have upgraded intrinsics by setting a 2006-01-19 07:02:16 +00:00
CodeGen Fix a bug in a recent refactor that caused a bunch of programs to miscompile 2006-01-21 19:12:11 +00:00
Debugger dum de dum 2005-12-26 10:24:15 +00:00
ExecutionEngine Fixed InitializeMemory to handle ConstantPacked. 2006-01-20 18:18:40 +00:00
Linker add support for ConstantPacked to the linker 2006-01-19 23:15:58 +00:00
Support Revert this, I didn't mean to commit it 2006-01-17 00:40:24 +00:00
System For PR351: 2005-12-22 20:00:16 +00:00
Target insignificant, but next up is proper stack frame layout! 2006-01-21 14:27:19 +00:00
Transforms Several non-functionality changing changes: 2006-01-22 22:35:08 +00:00
VMCore Remove dead expression. 2006-01-20 18:04:43 +00:00
Makefile