llvm-6502/lib
Reid Spencer e81d2dad2c Review changes:
1. Function style changes.
2. 80-col violations.
3. Better names for things.
4. Arrange constructors so they all take bit width first.
5. Add named signed and unsigned comparison functions and remove the
   corresponding operators.
6. Remove operator&& and operator|| but provide a getBoolValue function which
   converts to bool as comparison against 0. This allows the normal && and
   || operators to be used as if (X.getBoolValue() && Y.getBoolValue())

Note: this still doesn't function 100% yet. I'm working on the bugs now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34353 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-16 22:36:51 +00:00
..
Analysis For PR1195: 2007-02-15 02:26:10 +00:00
Archive move archive-specific stuff out of bcreader into archive library. 2007-02-07 23:53:17 +00:00
AsmParser For PR1195: 2007-02-15 03:39:18 +00:00
Bytecode For PR1195: 2007-02-15 03:39:18 +00:00
CodeGen Print <dead> def operands. 2007-02-16 09:49:18 +00:00
Debugger
ExecutionEngine For PR1195: 2007-02-15 02:26:10 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support Review changes: 2007-02-16 22:36:51 +00:00
System Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
Target simplify some code, ensure that packed structures get abi alignment of 1. 2007-02-16 22:25:34 +00:00
Transforms convert more vectors to smallvectors, 2.8% speedup 2007-02-15 22:52:10 +00:00
VMCore fix build 2007-02-16 02:25:55 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00