- Jul 26, 2006
-
-
Chris Lattner authored
right after 1.8 "ships". llvm-svn: 29308
-
Chris Lattner authored
llvm-svn: 29307
-
Reid Spencer authored
llvm-svn: 29306
-
Reid Spencer authored
Add a macro for getting the build host extension for executable. Patch contributed by Anton Korobeynikov. Thanks! llvm-svn: 29304
-
Chris Lattner authored
llvm-svn: 29303
-
Chris Lattner authored
llvm-svn: 29302
-
Chris Lattner authored
llvm-svn: 29301
-
Chris Lattner authored
llvm-svn: 29300
-
Chris Lattner authored
llvm-svn: 29299
-
Chris Lattner authored
This restores building of examples and projects! llvm-svn: 29297
-
Reid Spencer authored
dependency is found. The find-cycles.pl script now exits with a return code that equals the number of cycles found. The Makefile was changed to ignore the status code of find-cycles.pl. This should be removed once the libraries are free of cyclic dependencies. llvm-svn: 29290
-
Reid Spencer authored
llvm-svn: 29289
-
Reid Spencer authored
Put the rest of lib/System into LinkAllVMCore.h. This makes all of lib/System available to programs that #include LinkALlVMCore.h so that loadable modules linked into those programs can depend on all of lib/System being available. llvm-svn: 29288
-
Reid Spencer authored
1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h 5. Add IncludeFile support to various lib/System classes. 6. Add new lib/System classes to LinkAllVMCore.h All this in an attempt to pull in lib/System to what's required for VMCore llvm-svn: 29287
-
Jim Laskey authored
llvm-svn: 29282
-
Chris Lattner authored
contains optimizations to avoid heap allocation if the vector size is smaller than some threshold. This can significantly improve the performance of code that allocates many small vectors by eliminating tons of small malloc/free's. llvm-svn: 29281
-
Jim Laskey authored
by the inline heuristic. Was preventing llvm-gcc4 from building. llvm-svn: 29278
-
- Jul 25, 2006
-
-
Reid Spencer authored
llvm-svn: 29277
-
Evan Cheng authored
method. - Added synchronizeICache() to TargetJITInfo. It is called after each block of code is emitted to flush the icache. This ensures correct execution on targets that have separate dcache and icache. - Added PPC / Mac OS X specific code to do icache flushing. llvm-svn: 29276
-
Evan Cheng authored
llvm-svn: 29275
-
Rafael Espindola authored
llvm-svn: 29274
-
Reid Spencer authored
implies -flat and will produce a list of all the symbols for each library that another library depends on. Run the output through c++filt for better readability. Also, don't generate a temporary file for storing the dependent library names. Perl can handle it in a %hash. llvm-svn: 29273
-
- Jul 24, 2006
-
-
Evan Cheng authored
llvm-svn: 29272
-
Patrick Jenkins authored
llvm-svn: 29270
-
- Jul 23, 2006
-
-
Patrick Jenkins authored
When the ability to gather .a and .o file sizes was added, it changed the directory the perl script was in so when we tried to run dejagnu tests, everything failed. llvm-svn: 29269
-
- Jul 22, 2006
-
-
Nate Begeman authored
llvm-svn: 29266
-
Evan Cheng authored
llvm-svn: 29264
-
Patrick Jenkins authored
llvm-svn: 29263
-
Evan Cheng authored
llvm-svn: 29262
-
Evan Cheng authored
llvm-svn: 29260
-
Evan Cheng authored
llvm-svn: 29259
-
Evan Cheng authored
llvm-svn: 29258
-
- Jul 21, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29252
-
Patrick Jenkins authored
llvm-svn: 29251
-
Jim Laskey authored
llvm-svn: 29250
-
Jim Laskey authored
llvm-svn: 29249
-
Patrick Jenkins authored
llvm-svn: 29248
-
Devang Patel authored
llvm-svn: 29246
-
Rafael Espindola authored
correctly update the stack pointer in the prologue and epilogue llvm-svn: 29244
-
Evan Cheng authored
llvm-svn: 29243
-