- Dec 13, 2004
-
-
Reid Spencer authored
contents to not be updated. llvm-svn: 18872
-
Reid Spencer authored
* Fix loop style per standards * Don't create a new Module when the Linker's module is released. * Add/fix function comments. llvm-svn: 18871
-
Reid Spencer authored
llvm-svn: 18870
-
Reid Spencer authored
llvm-svn: 18869
-
Reid Spencer authored
functionality. llvm-svn: 18868
-
Reid Spencer authored
llvm-svn: 18867
-
Reid Spencer authored
llvm-svn: 18866
-
Reid Spencer authored
Use sys::Path not FileUtilities to check file types llvm-svn: 18865
-
Reid Spencer authored
llvm-svn: 18864
-
Reid Spencer authored
llvm-svn: 18863
-
Reid Spencer authored
* Remove IsLibrary and GetLibraryPath, replaced by FindLibrary in ../Path.cpp \ * Implement GetSystemLibraryPaths and GetBytecodeLibraryPaths, instead of the \ GetSystemLibraryPath1 and GetSystemLibraryPath2 methods llvm-svn: 18862
-
Reid Spencer authored
* Move generic isArchive method here from Unix/Path.cpp \ * Implement isDynamicLibrary \ * Implement FindLibrary for Linker llvm-svn: 18861
-
Reid Spencer authored
llvm-svn: 18860
-
Reid Spencer authored
llvm-svn: 18859
-
Reid Spencer authored
llvm-svn: 18858
-
Reid Spencer authored
* Remove redundant static function LinkOneLibrary. \ * Remove unneded #includes \ * Convert FileSupport usage to sys::Path instead llvm-svn: 18857
-
Reid Spencer authored
llvm-svn: 18856
-
Reid Spencer authored
* Convert functions to Linker:: methods. \ * Remove unneeded #includes \ * Utilize sys::Path utilities not FileSupport utilities \ * Move File & Library linking functions to other source files llvm-svn: 18855
-
Reid Spencer authored
* Get file information from a MappedFile instance \ * Convert file type tests to sys::Path form llvm-svn: 18854
-
Reid Spencer authored
llvm-svn: 18853
-
Reid Spencer authored
llvm-svn: 18852
-
Reid Spencer authored
* Modify file reading to use sys::MappedFile \ * Use sys::Path instead of std::string llvm-svn: 18851
-
Reid Spencer authored
llvm-svn: 18850
-
Reid Spencer authored
llvm-svn: 18849
-
Reid Spencer authored
llvm-svn: 18848
-
Reid Spencer authored
* Consolidate path retrieval into just two methods. \ * Add FindLibrary as a convenience function. \ * Add isDynamicLibrary for testing for dynamic libs. \ * Make toString constant and reference clean. llvm-svn: 18847
-
Reid Spencer authored
llvm-svn: 18846
-
Reid Spencer authored
llvm-svn: 18845
-
Brian Gaeke authored
llvm-svn: 18844
-
Chris Lattner authored
llvm-svn: 18843
-
Chris Lattner authored
in some cases. llvm-svn: 18842
-
- Dec 12, 2004
-
-
Chris Lattner authored
llvm-svn: 18841
-
Chris Lattner authored
llvm-svn: 18840
-
Chris Lattner authored
llvm-svn: 18839
-
Chris Lattner authored
In particular, implement div.ll:test10 and rem.ll:test4. llvm-svn: 18838
-
Chris Lattner authored
llvm-svn: 18837
-
Chris Lattner authored
You can't pass the trailing / into Dejagnu, so make the makefile strip it off llvm-svn: 18836
-
Chris Lattner authored
when compiled with debug information. llvm-svn: 18835
-
Chris Lattner authored
.comm _X,0 For X, which makes the linker thing that X is never defined. llvm-svn: 18834
-
Chris Lattner authored
llvm-svn: 18833
-