- Apr 07, 2011
-
-
-
Rafael Espindola authored
Patch by Roman Divacky. Fixes PR9361. llvm-svn: 129106
-
Akira Hatanaka authored
llvm-svn: 129105
-
Akira Hatanaka authored
llvm-svn: 129104
-
Daniel Dunbar authored
llvm-svn: 129103
-
Ted Kremenek authored
llvm-svn: 129102
-
Mon P Wang authored
llvm-svn: 129101
-
Andrew Trick authored
induction variable. The preRA scheduler is unaware of induction vars, so we look for potential "virtual register cycles" instead. Fixes <rdar://problem/8946719> Bad scheduling prevents coalescing llvm-svn: 129100
-
Akira Hatanaka authored
llvm-svn: 129099
-
Johnny Chen authored
Add some test cases. llvm-svn: 129098
-
Daniel Dunbar authored
llvm-svn: 129097
-
Johnny Chen authored
llvm-svn: 129096
-
Daniel Dunbar authored
llvm-svn: 129095
-
Daniel Dunbar authored
outputting dwarf-debug-flags. llvm-svn: 129094
-
Daniel Dunbar authored
output missing data. llvm-svn: 129093
-
Jakob Stoklund Olesen authored
PHI values may be deleted, causing the flags to be wrong. This fixes PR9616. llvm-svn: 129092
-
Daniel Dunbar authored
llvm-svn: 129091
-
Johnny Chen authored
And two test cases. llvm-svn: 129090
-
Daniel Dunbar authored
it. llvm-svn: 129089
-
Daniel Dunbar authored
accurately track warning/error counts. llvm-svn: 129088
-
Rafael Espindola authored
llvm-svn: 129087
-
Daniel Dunbar authored
llvm-svn: 129086
-
Argyrios Kyrtzidis authored
-Allow removing a line completely if it ends up empty -Provide more control on what should be removed. llvm-svn: 129085
-
Argyrios Kyrtzidis authored
Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for sorting FullSourceLocs. llvm-svn: 129084
-
Daniel Dunbar authored
existing CC_PRINT_OPTIONS and CC_PRINT_HEADERS, which can be used to transparently capture the compiler diagnostics from a build. llvm-svn: 129082
-
Jakob Stoklund Olesen authored
llvm-svn: 129081
-
Jakob Stoklund Olesen authored
llvm-svn: 129080
-
Jakob Stoklund Olesen authored
llvm-svn: 129079
-
Devang Patel authored
llvm-svn: 129078
-
Tanya Lattner authored
Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector type (vectors of size 3). Also included test cases. llvm-svn: 129074
-
Jay Foad authored
llvm-svn: 129073
-
Ken Dyck authored
Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to CharUnits. No change in functionality intended. llvm-svn: 129072
-
Stephen Wilson authored
NSEC_PER_SEC is not defined in sys/time.h on Linux. Replaced that macro with a static constant inside TimeValue. Patch by Marco Minutoli. llvm-svn: 129071
-
Stephen Wilson authored
strtoul() is defined in stdlib.h and the header was missing in StringExtractor.cpp. Patch by Marco Minutoli! llvm-svn: 129070
-
Stephen Wilson authored
This method only needs to be overridden in the remote debugging case, the base class handles the host case. Since we do not do remote debugging on Linux yet and there is a typo that causes a build issue, just remove this method for now. llvm-svn: 129069
-
Abramo Bagnara authored
llvm-svn: 129066
-
John McCall authored
The idea is that you can create a VarDecl with an unknown type, or a FunctionDecl with an unknown return type, and it will still be valid to access that object as long as you explicitly cast it at every use. I'm still going back and forth about how I want to test this effectively, but I wanted to go ahead and provide a skeletal implementation for the LLDB folks' benefit and because it also improves some diagnostic goodness for placeholder expressions. llvm-svn: 129065
-
Chris Lattner authored
llvm-svn: 129053
-
Chris Lattner authored
llvm-svn: 129052
-
Sean Callanan authored
tokenization to crash and burn. llvm-svn: 129051
-