- Nov 26, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60127
-
- Nov 25, 2008
-
-
Oscar Fuentes authored
llvm-svn: 60052
-
Mikhail Glushenkov authored
llvm-svn: 60048
-
- May 04, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 50615
-
- Feb 26, 2008
-
-
Bill Wendling authored
llvm-svn: 47596
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47374
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45424
-
Chris Lattner authored
llvm-svn: 45423
-
Chris Lattner authored
llvm-svn: 45421
-
Chris Lattner authored
llvm-svn: 45414
-
- Oct 22, 2007
-
-
Chris Lattner authored
llvm-svn: 43226
-
- Oct 08, 2007
-
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
- Jul 05, 2007
-
-
Chris Lattner authored
llvm-svn: 37919
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jun 29, 2007
-
-
John Criswell authored
llvm-svn: 37801
-
- May 07, 2007
-
-
Chris Lattner authored
llvm-svn: 36900
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36868
-
Chris Lattner authored
to get deplibs llvm-svn: 36851
-
- Apr 08, 2007
-
-
Reid Spencer authored
llvm-svn: 35772
-
- Apr 07, 2007
-
-
Reid Spencer authored
Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. llvm-svn: 35743
-
- Mar 29, 2007
-
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
- Feb 16, 2007
-
-
Anton Korobeynikov authored
is especially needed for bugpoint. This partly implements PR688 llvm-svn: 34349
-
- Feb 12, 2007
-
-
Lauro Ramos Venancio authored
Since CompilerDriver.cpp revision 1.44, llvmc must be linked against LLVMCore.a (llvm::Module::~Module) and LLVMBCReader.a (llvm::getBytecodeModuleProvider). llvm-svn: 34196
-
- Feb 08, 2007
-
-
Chris Lattner authored
llvm-svn: 34021
-
- Feb 07, 2007
-
-
Chris Lattner authored
api's look like this: ModuleProvider *getBytecodeModuleProvider( const std::string &Filename, ///< Name of file to be read BCDecompressor_t *BCDC = Compressor::decompressToNewBuffer, std::string* ErrMsg = 0, ///< Optional error message holder BytecodeHandler* H = 0 ///< Optional handler for reader events ); This is ugly, but allows a client to say: getBytecodeModuleProvider("foo", 0); If they do this, there is no dependency on the compression libraries, saving codesize. llvm-svn: 34012
-
- Dec 13, 2006
-
-
Reid Spencer authored
llvm-svn: 32537
-
Reid Spencer authored
away, but until then Stacker needs its configuration. llvm-svn: 32536
-
- Dec 06, 2006
-
-
Chris Lattner authored
With this change, I can now move -stats to print when llvm_shutdown is called. llvm-svn: 32250
-
- Nov 02, 2006
-
-
Reid Spencer authored
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
-
- Sep 04, 2006
-
-
Chris Lattner authored
using USED_LIBS to specify *libraries* to link against. llvm-svn: 30090
-
- Aug 29, 2006
-
-
Reid Spencer authored
llvm-svn: 29960
-
- Aug 25, 2006
-
-
Reid Spencer authored
Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. llvm-svn: 29875
-
- Aug 22, 2006
-
-
Reid Spencer authored
adjust users of it to compensate. llvm-svn: 29831
-
- Aug 21, 2006
-
-
Reid Spencer authored
Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated because this function no longer throws exceptions on error. llvm-svn: 29791
-
- Aug 16, 2006
-
-
Reid Spencer authored
Patches contributed by Bram Adams. Thanks Bram. llvm-svn: 29729
-
- Aug 01, 2006
-
-
Chris Lattner authored
to do the operation and if it fails, oh well. llvm-svn: 29446
-
- Jul 07, 2006
-
-
Chris Lattner authored
llvm-svn: 29035
-
- Jun 21, 2006
-
-
Chris Lattner authored
llvm-svn: 28900
-
Reid Spencer authored
Don't both with the "C" and "cc" extensions as they aren't common and they the "C" extension conflicts with the "c" extension on operating systems that have case insensitive file names. llvm-svn: 28899
-