- Dec 16, 2003
-
-
Chris Lattner authored
llvm-svn: 10483
-
- Dec 12, 2003
-
-
Brian Gaeke authored
Use a clearer error message when we fail to load a program. llvm-svn: 10414
-
- Dec 11, 2003
-
-
Chris Lattner authored
llvm-svn: 10402
-
- Dec 10, 2003
-
-
Chris Lattner authored
llvm-svn: 10359
-
- Dec 09, 2003
-
-
John Criswell authored
llvm-svn: 10335
-
- Dec 07, 2003
-
-
Chris Lattner authored
llvm-svn: 10308
-
Chris Lattner authored
llvm-svn: 10307
-
Chris Lattner authored
llvm-svn: 10306
-
Tanya Lattner authored
New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. llvm-svn: 10297
-
- Nov 29, 2003
-
-
Chris Lattner authored
llvm-svn: 10265
-
Chris Lattner authored
llvm-svn: 10262
-
- Nov 28, 2003
-
-
Chris Lattner authored
llvm-svn: 10250
-
Chris Lattner authored
* Finegrainify namespacification of Linker.cpp * If linking a library in fails, do not STOP LINKING IN LIBRARIES AND CONTINUE ANYWAY! Instead, just output the warning, and keep going. :) llvm-svn: 10249
-
- Nov 24, 2003
-
-
Misha Brukman authored
llvm-svn: 10196
-
Misha Brukman authored
verified as having an ELF header. This fixes PR151. llvm-svn: 10195
-
- Nov 23, 2003
-
-
Chris Lattner authored
llvm-svn: 10175
-
- Nov 22, 2003
-
-
Chris Lattner authored
llvm-svn: 10172
-
Chris Lattner authored
llvm-svn: 10160
-
Chris Lattner authored
llvm-svn: 10159
-
- Nov 21, 2003
-
-
Chris Lattner authored
Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIATELY after funcresolve. Also, run the mem2reg pass _early_ so that IPCP and DAE actually do stuff. Run instcombine and simplify cfg after this to cleanup the intraprocedural messes we create. llvm-svn: 10134
-
- Nov 20, 2003
-
-
Misha Brukman authored
shared objects automagically, so it doesn't have to be done by hand. llvm-svn: 10114
-
Misha Brukman authored
functionality to the rest of gccld. llvm-svn: 10113
-
Misha Brukman authored
call, i.e. [ addPass (...) ] => [ addPass(...) ] llvm-svn: 10105
-
Misha Brukman authored
* Eliminated extra space llvm-svn: 10104
-
- Nov 19, 2003
-
-
Brian Gaeke authored
llvm-svn: 10099
-
Brian Gaeke authored
llvm-svn: 10097
-
Brian Gaeke authored
type. llvm-svn: 10096
-
- Nov 17, 2003
-
-
Brian Gaeke authored
Print module identifier in DumpSymbolNamesFromModule(). In DumpSymbolNamesFromFile(), check whether it is an archive or a bytecode file, and call the corresponding reader function (ParseBytecodeFile or ReadArchiveFile). Unconditionally set MultipleFiles for archives. Fixes PR117. llvm-svn: 10044
-
Brian Gaeke authored
Add a -disable-opt option to turn off gccld optimization passes. llvm-svn: 10040
-
Brian Gaeke authored
print out the module's identifier (which should now contain the name of both the archive and the module.) Wrap some lines at 80 cols. llvm-svn: 10039
-
- Nov 13, 2003
-
-
Chris Lattner authored
llvm-svn: 9982
-
- Nov 12, 2003
-
-
Chris Lattner authored
llvm-svn: 9915
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
Brian Gaeke authored
llvm-svn: 9902
-
Misha Brukman authored
amounts to checking for a completely-native version. We'll cache on a function-by-function basis instead (in the JIT's CodeEmitter). llvm-svn: 9894
-
Brian Gaeke authored
Use FileOpenable() instead of FileExists(). Create IsBytecode() predicate -- like IsArchive(), but for bytecode files. Use IsBytecode() before trying to load any file as a bytecode file. llvm-svn: 9893
-
Misha Brukman authored
llvm-svn: 9890
-
- Nov 09, 2003
-
-
Chris Lattner authored
llvm-svn: 9835
-
- Nov 06, 2003
-
-
Chris Lattner authored
llvm-svn: 9754
-
- Nov 05, 2003
-
-
Brian Gaeke authored
llvm-svn: 9749
-