- Mar 21, 2011
-
-
Oscar Fuentes authored
Tested that MinGW/MSYS builds fine without that. llvm-svn: 128033
-
Jim Grosbach authored
Move the dynamic linking functionality of the llvm-rtdyld program into an ExecutionEngine support library. Update llvm-rtdyld to just load an object file into memory, use the library to process it, then run the _main() function, if one is found. llvm-svn: 128031
-
Devang Patel authored
llvm-svn: 128030
-
Bob Wilson authored
llvm-svn: 128029
-
Nick Lewycky authored
llvm-svn: 128028
-
Devang Patel authored
llvm-svn: 128027
-
Greg Clayton authored
process ID to the ProcessInfo. llvm-svn: 128023
-
Bill Wendling authored
llvm-svn: 128020
-
Bob Wilson authored
llvm-svn: 128018
-
Devang Patel authored
llvm-svn: 128017
-
Ted Kremenek authored
llvm-svn: 128015
-
Daniel Dunbar authored
really make any sense in this environment. llvm-svn: 128014
-
Fariborz Jahanian authored
// rdar:// 9139947 llvm-svn: 128013
-
Greg Clayton authored
target. llvm-svn: 128012
-
Ted Kremenek authored
Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. This change requires making a bunch of fundamental Clang structures (optionally) reference counted to allow correct ownership semantics of these objects (e.g., ASTContext) to play out between an active ASTUnit and CompilerInstance object. llvm-svn: 128011
-
Ted Kremenek authored
llvm-svn: 128010
-
Ted Kremenek authored
llvm-svn: 128009
-
Ted Kremenek authored
Provide a means for CrashRecovery clients to determine if code is currently running while crash recovery cleanups are being processed. llvm-svn: 128008
-
Ted Kremenek authored
llvm-svn: 128007
-
Greg Clayton authored
system compiler when clang isn't around to do the compiling. llvm-svn: 128006
-
Eric Christopher authored
llvm-svn: 128005
-
Eric Christopher authored
llvm-svn: 128004
-
Stephen Canon authored
llvm-svn: 128003
-
Jay Foad authored
llvm-svn: 128002
-
Chris Lattner authored
llvm-svn: 128001
-
Anders Carlsson authored
llvm-svn: 127997
-
Joerg Sonnenberger authored
program and fallback to plain version otherwise. Use this for the NetBSD target to make it try e.g. i486--netbsdelf-as and -ld for target i486--netbsdelf. llvm-svn: 127996
-
Joerg Sonnenberger authored
Drop program paths on NetBSD (unused). Only include lib dir, if -nostdlib is absent. Use = to allow --sysroot to work. llvm-svn: 127995
-
Joerg Sonnenberger authored
and DragonFly. Use the --sysroot= form for Linux. Fix handling of = prefix for -B. llvm-svn: 127994
-
Bill Wendling authored
code below it. Even though it looks very similar, it will match more precisely and geneate better functions in the long run. llvm-svn: 127991
-
Bill Wendling authored
This is a helper class that will make it easier to say which InstAliases can be printed and which cannot (because of ambiguity). llvm-svn: 127990
-
Bill Wendling authored
* Move the code that emits the reg in reg class matching into its own function. llvm-svn: 127988
-
Bill Wendling authored
llvm-svn: 127987
-
Bill Wendling authored
the alias of an InstAlias instead of the thing being aliased. Because we need to know the features that are valid for an InstAlias. This is part of a work-in-progress. llvm-svn: 127986
-
Anders Carlsson authored
As suggested by Nick Lewycky, ignore debugging intrinsics when trying to decide whether a destructor is empty or not. llvm-svn: 127985
-
Nick Lewycky authored
llvm-svn: 127984
-
Peter Collingbourne authored
a year now. Update the internals manual. llvm-svn: 127983
-
Eli Friedman authored
llvm-svn: 127982
-
Evan Cheng authored
Re-apply r127953 with fixes: eliminate empty return block if it has no predecessors; update dominator tree if cfg is modified. llvm-svn: 127981
-
- Mar 20, 2011
-
-
David Chisnall authored
llvm-svn: 127980
-