- Sep 20, 2003
-
-
Chris Lattner authored
llvm-svn: 8618
-
Chris Lattner authored
llvm-svn: 8617
-
Chris Lattner authored
llvm-svn: 8616
-
Chris Lattner authored
llvm-svn: 8615
-
Chris Lattner authored
llvm-svn: 8614
-
Chris Lattner authored
llvm-svn: 8613
-
Chris Lattner authored
llvm-svn: 8612
-
Chris Lattner authored
VS: ---------------------------------------------------------------------- llvm-svn: 8611
-
- Sep 19, 2003
-
-
John Criswell authored
llvm-svn: 8610
-
John Criswell authored
Renamed functions that were all lower-case. Moved functions from util.cpp into linker.cpp or gccld.cpp. Removed util.h and created gccld.h. Refactored the linker functionality in linker.cpp so that it is easier to follow, easier to modify, and it's library/object file search behavior is easier to understand and document. Added code to include library paths when doing native linking, but this causes problems and is currently #ifdef'd out. llvm-svn: 8609
-
Chris Lattner authored
llvm-svn: 8608
-
Chris Lattner authored
llvm-svn: 8607
-
Chris Lattner authored
llvm-svn: 8606
-
Chris Lattner authored
llvm-svn: 8605
-
Chris Lattner authored
llvm-svn: 8604
-
Chris Lattner authored
llvm-svn: 8603
-
Chris Lattner authored
llvm-svn: 8602
-
- Sep 18, 2003
-
-
John Criswell authored
Make actually uses it to "regenerate" header files that have been moved/removed. llvm-svn: 8600
-
Brian Gaeke authored
Update names of some pass creator fns in addPassesToEmitAssembly(). FunctionInfo is gone. llvm-svn: 8599
-
Brian Gaeke authored
llvm-svn: 8598
-
Brian Gaeke authored
functionality of FunctionInfo pass as doFinalization method. Rename pass to match names of other passes like it. Rename the pass creator fn to mimic the other creator fn names. Include StringExtras for utostr(). Make symbol prologue/epilogue stuff redundant with EmitBytecodeToAssembly, in preparation for refactoring. llvm-svn: 8597
-
Brian Gaeke authored
preparation for refactoring. Rename the pass creator fn to mimic the other creator fn names. llvm-svn: 8596
-
John Criswell authored
Added code ignore bytecode link failures when generating native code. Moved native code and bytecode generation out of the main() function. llvm-svn: 8595
-
Misha Brukman authored
llvm-svn: 8594
-
Misha Brukman authored
llvm-svn: 8593
-
Chris Lattner authored
llvm-svn: 8589
-
- Sep 17, 2003
-
-
Misha Brukman authored
llvm-svn: 8588
-
John Criswell authored
This should prevent calls to the new oerator and malloc. llvm-svn: 8587
-
John Criswell authored
Have gccld find the path to llc and gcc instead of having the library do it. llvm-svn: 8586
-
John Criswell authored
program. Added the use of const (which compiles and is hopefully correct). Added comments. llvm-svn: 8585
-
Misha Brukman authored
llvm-svn: 8584
-
Misha Brukman authored
llvm-svn: 8583
-
Misha Brukman authored
llvm-svn: 8582
-
Chris Lattner authored
something which is mapped from functions. llvm-svn: 8580
-
John Criswell authored
passed into main(). This may (or may not) be more portable, but it looks nicer. Added functions to copy the environment array and modify the copy, thus preserving the environment. Switched from using system() to using ExecWait(). The code now removes the assembly file generated when using the -native option. Fixed the remove_env() function: The previous revision truncated the environment variable list. This version just zaps the variable as intended. llvm-svn: 8579
-
John Criswell authored
llvm-svn: 8578
-
John Criswell authored
arguments and environment. Perhaps it should be merged with the RunProgramWithTimeout function, but I'd want to allow it to inherit the parent process's stdin and stdout. I'll save that for a rainy day... llvm-svn: 8577
-
Chris Lattner authored
llvm-svn: 8576
-
John Criswell authored
Added initial pages for the extract and llvm-link commands. Reworded the description of the -load option for analyze to hopefully make it more clear. llvm-svn: 8575
-
Chris Lattner authored
llvm-svn: 8574
-