- Apr 01, 2009
-
-
Evan Cheng authored
llvm-svn: 68229
-
Dan Gohman authored
is appropriate. This helps visually differentiate host-oriented calculations from target-oriented calculations. llvm-svn: 68227
-
- Mar 31, 2009
-
-
Mikhail Glushenkov authored
Does not work well on 32 bit targets. Bug reported by Albert Graef. This patch also adds new "-Wllc,option" syntax to pass options to llc. llvm-svn: 68127
-
- Mar 27, 2009
-
-
Mikhail Glushenkov authored
Expand a bit on various '--*-graph' options. llvm-svn: 67836
-
- Mar 25, 2009
-
-
Evan Cheng authored
llvm-svn: 67669
-
- Mar 16, 2009
-
-
Douglas Gregor authored
CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be llvm-svn: 67056
-
- Mar 12, 2009
-
-
Evan Cheng authored
llvm-svn: 66746
-
- Mar 11, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 66708
-
Anton Korobeynikov authored
llvm-svn: 66692
-
Anton Korobeynikov authored
This fixes fallout from recent PIC/delibtoolize changes and unbreaks build on cygming. llvm-svn: 66686
-
- Mar 10, 2009
-
-
Dan Gohman authored
contains commas. This fixes PR3727. llvm-svn: 66565
-
- Mar 06, 2009
-
-
Chris Lattner authored
their main routines. This makes the tools print their argc/argv commands if they crash. llvm-svn: 66248
-
Dan Gohman authored
functions by name. This fixes PR718. llvm-svn: 66239
-
Dan Gohman authored
functions in the new module by name, use the ValueMap provided by CloneModule to do the lookups. llvm-svn: 66216
-
- Mar 03, 2009
-
-
Mikhail Glushenkov authored
This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. llvm-svn: 65944
-
Mikhail Glushenkov authored
llvm-svn: 65943
-
Mikhail Glushenkov authored
Since this Makefile is supposed to be usable from LLVM-based projects not in the tree, LLVMLIBS should be used instead of USEDLIBS. This depends on my previous fix to Makefile.rules. llvm-svn: 65941
-
Mikhail Glushenkov authored
llvm-svn: 65939
-
Nick Lewycky authored
llvm-svn: 65938
-
Bill Wendling authored
but passes the arguments to the "gcc" invocation instead of to the "llc" invocation. llvm-svn: 65896
-
- Mar 02, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 65827
-
Mikhail Glushenkov authored
llvm-svn: 65826
-
Mikhail Glushenkov authored
User drivers based on llvmc must all share the initialization code. Putting main() into libCompilerDriver is not a very good idea IMO (and ld gave me some strange EH-related error anyway). llvm-svn: 65825
-
Mikhail Glushenkov authored
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. llvm-svn: 65821
-
- Feb 26, 2009
-
-
Chris Lattner authored
llvm-svn: 65558
-
Chris Lattner authored
1662184 bytes (~10%) llvm-svn: 65551
-
Nick Lewycky authored
llvm-svn: 65523
-
Nick Lewycky authored
with the rest of the parallel directories. Build lto when possible on all platforms. Make gold to explicitly depend on libLTO. llvm-svn: 65518
-
Nick Lewycky authored
llvm-svn: 65508
-
- Feb 23, 2009
-
-
Nick Lewycky authored
off in libLTO. llvm-svn: 65310
-
- Feb 22, 2009
-
-
Nick Lewycky authored
list that can in turn be passed to -internalize pass through -internalize-public-api-file. Pass gold -plugin-opt=generate-api-file to produce "apifile.txt" in the current directory. llvm-svn: 65295
-
- Feb 18, 2009
-
-
Rafael Espindola authored
llvm-svn: 64923
-
Rafael Espindola authored
llvm-svn: 64905
-
Dan Gohman authored
llvm-svn: 64888
-
- Feb 17, 2009
-
-
Devang Patel authored
llvm-svn: 64835
-
Devang Patel authored
The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. Add support for two additional DWARF attributes to encode Objective-C runtime version number. llvm-svn: 64834
-
Rafael Espindola authored
if other hooks are missing. llvm-svn: 64812
-
- Feb 15, 2009
-
-
Nick Lewycky authored
llvm-svn: 64617
-
Nick Lewycky authored
Before this change, the program: int var; int main(void) { return 0; } when run under 'nm -g' would show 'U var' with the gold plugin and 'B var' with gcc. llvm-svn: 64616
-
- Feb 12, 2009
-
-
Dan Gohman authored
gets left behind, it's less cryptic. llvm-svn: 64399
-