llvm-6502/lib
Chris Lattner f78032fe06 * Implement support for folding multiple single letter arguments together like
with ls: ls -la  === ls -l -a
* Implement support for trimming arguments that start with a single letter
  argument so that -lfoo is recognized as -l foo for the linker


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1378 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-26 18:58:34 +00:00
..
Analysis
AsmParser Implement support for internal methods 2001-11-26 18:54:16 +00:00
Bytecode Implement internal method support 2001-11-26 18:56:10 +00:00
CodeGen Stuff after a #endif is not valid CPP input and breaks some compilers 2001-11-26 18:56:52 +00:00
ExecutionEngine
Linker
Support * Implement support for folding multiple single letter arguments together like 2001-11-26 18:58:34 +00:00
Target Stuff after a #endif is not valid CPP input and breaks some compilers 2001-11-26 18:56:52 +00:00
Transforms Misc cleanups 2001-11-26 18:57:38 +00:00
VMCore Implement support for internal methods 2001-11-26 18:54:16 +00:00
Makefile