1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Chris Lattner 198d63f336 Print LLVM version info like this:
Low Level Virtual Machine (http://llvm.org/):
  llvm version 1.8cvs
  DEBUG build with assertions.

instead of like this:

Low Level Virtual Machine (llvm) 1.8cvs (see http://llvm.org/) ASSERTIONS ENABLED

Also, add a place for vendor version info.

llvm-svn: 29020
2006-07-06 18:33:03 +00:00
..
Analysis Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
AsmParser fix typo 2006-06-21 16:53:00 +00:00
Bytecode Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. 2006-07-06 18:02:27 +00:00
CodeGen Ugly hack! Add helper functions InsertInFlightSetEntry and 2006-06-29 23:57:05 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine Added jump table address relocation. 2006-06-23 01:02:37 +00:00
Linker Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll 2006-06-16 01:24:04 +00:00
Support Print LLVM version info like this: 2006-07-06 18:33:03 +00:00
System Only print the stack trace if it was requested. Previously, any call into 2006-06-16 00:00:57 +00:00
Target Undisable ppc64 jit 2006-07-06 17:10:42 +00:00
Transforms Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
VMCore Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. 2006-07-06 18:02:27 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00