- Mar 22, 2011
-
-
Matt Beaumont-Gay authored
llvm-svn: 128043
-
Dan Gohman authored
outside of the current basic block. This fixes PR9500, rdar://9156159. llvm-svn: 128041
-
Johnny Chen authored
command(s) right after starting up gdb. Update the README file to show an example of using these to pass '-arch armv7' to gdb and to execute gdb command to set shared library path substitutions before loading iOS4.3 sdk's /usr/lib/libSystem.B.dylib and disassembling the 'printf' function. llvm-svn: 128040
-
Daniel Dunbar authored
implementations for. llvm-svn: 128039
-
Daniel Dunbar authored
consistency. llvm-svn: 128038
-
Owen Anderson authored
Add support for Thumb interworking addresses for symbol offsets that get constant folded very early. This fixes SPASS with -integrated-as. <rdar://problem/9165399> llvm-svn: 128037
-
Devang Patel authored
llvm-svn: 128036
-
Oscar Fuentes authored
llvm-svn: 128035
-
Johnny Chen authored
llvm-svn: 128034
-
- 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
-