History log of /llvm-project/llvm/tools/llvm-as/llvm-as.cpp (Results 126 – 143 of 143)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 02a16831 22-May-2003 Chris Lattner <sabre@nondot.org>

Kill using declarations

llvm-svn: 6292


# 4a84ad57 30-Aug-2002 Chris Lattner <sabre@nondot.org>

- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.

llvm-svn: 3552


# 6f43f6d1 30-Jul-2002 Chris Lattner <sabre@nondot.org>

Print the tool name when an error comes from so that I can tell which
tool of a pipeline is having issues.

llvm-svn: 3168


# 880cfeda 25-Jul-2002 Chris Lattner <sabre@nondot.org>

*** empty log message ***

llvm-svn: 3077


# f5cad15a 22-Jul-2002 Chris Lattner <sabre@nondot.org>

*** empty log message ***

llvm-svn: 2985


# a3a1ba1d 30-Jun-2002 Chris Lattner <sabre@nondot.org>

Clean up anands patch

llvm-svn: 2812


# 68c9977d 25-Jun-2002 Anand Shukla <ashukla@cs.uiuc.edu>

Changes for 64bit gcc

llvm-svn: 2797


# d5a84705 29-Apr-2002 Chris Lattner <sabre@nondot.org>

Eliminate duplicate or unneccesary #include's

llvm-svn: 2397


# 17a4573d 28-Apr-2002 Chris Lattner <sabre@nondot.org>

Use operator << to print modules

llvm-svn: 2360


# c065ad85 18-Apr-2002 Chris Lattner <sabre@nondot.org>

Make sure that there is no case where a signal can occur leaving a partially
written output file. This is important because crashing testcases often write
part of a file out, and the testing harness

Make sure that there is no case where a signal can occur leaving a partially
written output file. This is important because crashing testcases often write
part of a file out, and the testing harness decides the file is up-to-date next
time the test is run.

llvm-svn: 2303

show more ...


# 3c707196 07-Apr-2002 Chris Lattner <sabre@nondot.org>

use dump method instead of Asm/Writer to do debug printing
Rename C to M because C used to be 'Class' and now we are 'Module'

llvm-svn: 2151


# 0e11e54d 22-Jan-2002 Chris Lattner <sabre@nondot.org>

In an amazing fit of stupidity, I flipped the conditional and didn't test
it right. Sheesh :)

llvm-svn: 1550


# 7f74a56e 20-Jan-2002 Chris Lattner <sabre@nondot.org>

Changes to build successfully with GCC 3.02

llvm-svn: 1503


# 5de2204f 27-Nov-2001 Chris Lattner <sabre@nondot.org>

Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.

Move files and fix #includes

llvm-svn: 1400


# ab0cc407 23-Jul-2001 Chris Lattner <sabre@nondot.org>

CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline
args as the objects they represent and the "right thing" will happen

llvm-svn: 283


# e2472bbf 23-Jul-2001 Chris Lattner <sabre@nondot.org>

Moved inline/llvm/Tools/* to include/llvm/Support/*

llvm-svn: 279


# 0af2464a 23-Jul-2001 Chris Lattner <sabre@nondot.org>

Large scale changes to implement new command line argument facility

llvm-svn: 272


# 2f7c9635 06-Jun-2001 Chris Lattner <sabre@nondot.org>

Initial revision

llvm-svn: 2


123456