1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Reid Spencer de93aba128 Make the ProgramName variable a std::string so we can eliminate the path
portion fo the program name via sys::Path().getLast(). This makes error
messages more readable since this is invariably used only in error
messages.  Instead of:
  /path/to/llvm/bin/directory/toolname: error message
we will now get:
  toolname: error message
Also, since we always have a program name (even if its defaulted), don't
check to see if it is set or not when generating error messages. This
eliminates a bunch of constant strings, saving a little under 1K of data.

llvm-svn: 29842
2006-08-23 07:10:06 +00:00
..
Analysis Fix PR885 2006-08-21 17:20:01 +00:00
AsmParser regenerate 2006-08-18 17:34:45 +00:00
Bytecode For PR797: 2006-08-23 00:39:35 +00:00
CodeGen Improve the LiveInterval class to keep track of which machine instruction 2006-08-22 18:19:46 +00:00
Debugger Fix another occurrence of inverted logic on the result of MappedFile::map 2006-08-22 18:03:02 +00:00
ExecutionEngine initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support Make the ProgramName variable a std::string so we can eliminate the path 2006-08-23 07:10:06 +00:00
System For PR797: 2006-08-23 06:56:27 +00:00
Target add a README.txt 2006-08-22 12:22:46 +00:00
Transforms Fix a grammaro in a comment. 2006-08-18 09:01:07 +00:00
VMCore Fix PR885 2006-08-21 17:20:01 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00