llvm-mirror/lib
Chris Lattner c6b1a790d1 * Enable the use of escaped literal strings
* Unresolved variable names now have the correct line number for their
  error messages
* Rename Def* to Value*
* Check for symbol table collisions before inserting values
* Remove the STRING keyword
* Enable the use of string literals to initialize constant arrays
* Enable the use of extended constants in more locations: eg ret [int] [4, 5]
* Allow method prototypes to appear in the constant pool of the program
* Support varargs methods better.  Enable varargs methods with 0 fixed
  arguments
* Allow the entire method prototype to optionally be specified in a call inst

llvm-svn: 321
2001-07-28 17:48:55 +00:00
..
Analysis Fix a bug when compiling 'shl ubyte * %var, ubyte 2' 2001-07-25 22:47:32 +00:00
AsmParser * Enable the use of escaped literal strings 2001-07-28 17:48:55 +00:00
Bytecode Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
CodeGen Added UltraSparcInstrInfo class to specialize class MachineInstrInfo. 2001-07-28 04:19:10 +00:00
Support Fixed a bug exposed when doing something like this: <program> -notanoption --help 2001-07-25 18:40:49 +00:00
Transforms Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
VMCore Don't write out constants that do not have a name, they will be inlined. 2001-07-26 16:29:38 +00:00
Makefile Make sure we build all of the code! 2001-07-21 21:04:03 +00:00