- Nov 18, 2003
-
-
Chris Lattner authored
llvm-svn: 10069
-
John Criswell authored
llvm-svn: 10068
-
John Criswell authored
llvm-svn: 10067
-
Brian Gaeke authored
llvm-svn: 10066
-
Chris Lattner authored
llvm-svn: 10065
-
Brian Gaeke authored
llvm-svn: 10064
-
Brian Gaeke authored
llvm-svn: 10063
-
Brian Gaeke authored
llvm-svn: 10062
-
Brian Gaeke authored
llvm-svn: 10061
-
- Nov 17, 2003
-
-
Misha Brukman authored
llvm-svn: 10060
-
Misha Brukman authored
* Delete blank comment lines * Eliminate space between function name and open-paren ( to be consistent llvm-svn: 10059
-
Chris Lattner authored
for some constant exprs when they could really be the same value llvm-svn: 10058
-
Chris Lattner authored
llvm-svn: 10057
-
John Criswell authored
llvm-svn: 10056
-
Misha Brukman authored
llvm-svn: 10055
-
Chris Lattner authored
llvm-svn: 10054
-
Chris Lattner authored
llvm-svn: 10053
-
Chris Lattner authored
llvm-svn: 10052
-
Chris Lattner authored
llvm-svn: 10051
-
Chris Lattner authored
llvm-svn: 10050
-
Chris Lattner authored
llvm-svn: 10049
-
Brian Gaeke authored
llvm-svn: 10048
-
Brian Gaeke authored
Set OS (build OS) and ARCH (target arch) based on the proper elements (SYSTEM, and CPU, respectively) of the CPU-COMPANY-SYSTEM tuples. Add OS and ARCH settings for PowerPC/Darwin (Mac OS X). llvm-svn: 10047
-
Brian Gaeke authored
llvm-svn: 10046
-
Brian Gaeke authored
llvm-svn: 10045
-
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
Correctly parse the Long Filename section of the archive. When reading in archive members, set their ModuleIDs to "ARCHIVENAME(MEMBERNAME)", as is traditional. llvm-svn: 10043
-
Brian Gaeke authored
llvm-svn: 10042
-
Brian Gaeke authored
offending types and/or values. llvm-svn: 10041
-
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 16, 2003
-
-
Chris Lattner authored
llvm-svn: 10038
-
Chris Lattner authored
llvm-svn: 10037
-
Chris Lattner authored
llvm-svn: 10036
-
Chris Lattner authored
storage duration that are local to the function containing the invocation of the [...] setjmp macro that do not have volatile-qualified type and have been changed between the setjmp invocation and longjmp call are indeterminate." As such, we have to mark all variables in a function that uses 'invoke' as volatile. This fixes PR77 llvm-svn: 10035
-
Chris Lattner authored
llvm-svn: 10034
-
Chris Lattner authored
llvm-svn: 10033
-
Chris Lattner authored
llvm-svn: 10032
-
Chris Lattner authored
llvm-svn: 10031
-
Chris Lattner authored
llvm-svn: 10030
-