- Apr 04, 2007
-
-
Evan Cheng authored
llvm-svn: 35659
-
Evan Cheng authored
Trivially re-materializable instructions have spill weights that are half of what it would be otherwise. llvm-svn: 35658
-
Reid Spencer authored
testers. llvm-svn: 35657
-
Reid Spencer authored
Use local variable names that match the function parameter name that it is passed to so the code is more clear, to wit: is_bytecode -> is_native llvm-svn: 35656
-
Duncan Sands authored
llvm-svn: 35655
-
Reid Spencer authored
Rename LinkItems as NativeLinkItems since it is filled out by the Linker library to contain only those items deemed to be native. llvm-svn: 35654
-
Reid Spencer authored
Implement file tests for both LinkInLibrary and LinkInFile to determine if the file is native. Don't generate warnings if the file is native. llvm-svn: 35653
-
Reid Spencer authored
the file was found to be a native library (and thus not linked by these functions). llvm-svn: 35652
-
Reid Spencer authored
Adjust useage of sys::Path::FileType for new enumerator names. llvm-svn: 35651
-
Reid Spencer authored
Implement recognition of COFF, ELF and Mach-O object/shared lib files. llvm-svn: 35650
-
Reid Spencer authored
Make the FileType enumerators more readable and add COFF, ELF and Mach-O. llvm-svn: 35649
-
Chris Lattner authored
llvm-svn: 35648
-
Reid Spencer authored
llvm-svn: 35647
-
Reid Spencer authored
llvm-svn: 35646
-
Reid Spencer authored
Fix the anchor names of intrinsics to all be int_ so as to distinguish them from the i_ prefix reserved for instructions. llvm-svn: 35645
-
Chris Lattner authored
llvm-svn: 35644
-
Chris Lattner authored
symbol table does no allocations for prototypes or other lazily deserialized functions, saving significant space and time. llvm-svn: 35643
-
Chris Lattner authored
initialized this way, they do not do a malloc to allocate their buckets. llvm-svn: 35642
-
Evan Cheng authored
llvm-svn: 35641
-
Evan Cheng authored
llvm-svn: 35640
-
Evan Cheng authored
llvm-svn: 35639
-
Bill Wendling authored
llvm-svn: 35638
-
Chris Lattner authored
llvm-svn: 35637
-
Evan Cheng authored
llvm-svn: 35636
-
Evan Cheng authored
llvm-svn: 35635
-
Bill Wendling authored
llvm-svn: 35634
-
Chris Lattner authored
some constant exprs to apints). Thanks to Anton for tracking down a small testcase that triggered this! llvm-svn: 35633
-
Chris Lattner authored
llvm-svn: 35632
-
- Apr 03, 2007
-
-
Chris Lattner authored
llvm-svn: 35631
-
Chris Lattner authored
llvm-svn: 35630
-
Chris Lattner authored
llvm-svn: 35629
-
Evan Cheng authored
llvm-svn: 35628
-
Evan Cheng authored
llvm-svn: 35627
-
Chris Lattner authored
ldecod now passes. llvm-svn: 35626
-
Nicolas Geoffray authored
LowerVASTART emits the right code if the subtarget is ELF32, the other intrinsics (VAARG, VACOPY and VAEND) are not yet implemented. llvm-svn: 35625
-
Nicolas Geoffray authored
as the 64-bit PowerOpen ABI" (Reference http://www.linux-foundation.org/spec/ELF/ppc64/). Change all ELF tests to ELF32. llvm-svn: 35624
-
Nicolas Geoffray authored
"The ELF ABI specifies F1-F8 registers as argument registers for double, not F1-F10. This affects only ELF, not MachO." llvm-svn: 35623
-
Nicolas Geoffray authored
F1-F10. This affects only ELF, not MachO. llvm-svn: 35622
-
Reid Spencer authored
script to to check out llvm and llvm-test from Subversion instead of CVS. Without this option the script will continue to check out from CVS. To specify the Subversion URL, set the SVNURL environment variable or pass -svnurl followed by the URL. For now, -svnurl will default to Reid's temporary (read-only, daily snapshot) SVN server. Try it out if you like! llvm-svn: 35621
-
Evan Cheng authored
llvm-svn: 35620
-