- Mar 10, 2010
-
-
Dale Johannesen authored
llvm-svn: 98181
-
Anders Carlsson authored
llvm-svn: 98180
-
Dan Gohman authored
compute a set of reachable blocks for itself each time it is called, which is fairly frequently. llvm-svn: 98179
-
Dan Gohman authored
llvm-svn: 98178
-
Anders Carlsson authored
llvm-svn: 98177
-
Ted Kremenek authored
llvm-svn: 98176
-
Ted Kremenek authored
llvm-svn: 98175
-
Ted Kremenek authored
llvm-svn: 98174
-
Dan Gohman authored
llvm-svn: 98173
-
Johnny Chen authored
operands into their own PrintMethod, in order not to pollute the printOperand() impl with disassembly only Imm modifiers. llvm-svn: 98172
-
Tobias Grosser authored
PR6540: Set the newly introduced variables ENABLE_SHARED and SHLIBPATH_VAR in lit.site.cfg not only in the autoconf build, but also in a cmake one. llvm-svn: 98171
-
Ted Kremenek authored
llvm-svn: 98170
-
Richard Osborne authored
llvm-svn: 98169
-
Richard Osborne authored
expression add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if all operands are zero extended. llvm-svn: 98168
-
Daniel Dunbar authored
llvm-svn: 98167
-
Bob Wilson authored
the "fp" register name is not valid on Darwin, and the "ip" register name was broken for all ARM targets. llvm-svn: 98166
-
Richard Osborne authored
llvm-svn: 98164
-
Richard Osborne authored
into a seperate function. llvm-svn: 98162
-
Ted Kremenek authored
llvm-svn: 98161
-
Ted Kremenek authored
llvm-svn: 98160
-
Ted Kremenek authored
Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore::RemoveDeadBindings to use the same core cluster analysis algorithm as RegionStore::InvalidateRegions(). Beyond simplifying the algorithm significantly, we no longer need to build subregion maps in RemoveDeadBindings(). This and other changes cause a significant speedup: the time to analyze sqlite3.c (single core) drops by 14%. llvm-svn: 98159
-
Richard Osborne authored
llvm-svn: 98158
-
Richard Osborne authored
results are unused elsewhere. llvm-svn: 98157
-
Benjamin Kramer authored
llvm-svn: 98156
-
Dale Johannesen authored
I'll get this loop right yet. llvm-svn: 98155
-
Rafael Espindola authored
llvm-svn: 98154
-
Richard Osborne authored
llvm-svn: 98153
-
Richard Osborne authored
llvm-svn: 98152
-
Richard Osborne authored
llvm-svn: 98151
-
Richard Osborne authored
directly to the maccu / maccs instructions. We handle this in ExpandADDSUB since after type legalisation it is messy to recognise these operations. llvm-svn: 98150
-
John McCall authored
therefore not creating ElaboratedTypes, which are still pretty-printed with the written tag). Most of these testcase changes were done by script, so don't feel too sorry for my fingers. llvm-svn: 98149
-
Richard Osborne authored
llvm-svn: 98148
-
Chris Lattner authored
semantic instead of syntactic. This completes MCization of darwin/x86[-64]! llvm-svn: 98145
-
Ted Kremenek authored
cluster analysis algorithm as RegionStore::InvalidateRegions(). Beyond simplifying the algorithm significantly, we no longer need to build subregion maps in RemoveDeadBindings(). This and other changes cause a significant speedup: the time to analyze sqlite3.c (single core) drops by 14%. llvm-svn: 98144
-
Ted Kremenek authored
into a 'ClusterAnalysis' parent class. The idea is to potentially reuse this for reworking RemoveDeadBindings. llvm-svn: 98143
-
Evan Cheng authored
llvm-svn: 98142
-
Evan Cheng authored
llvm-svn: 98141
-
Anders Carlsson authored
llvm-svn: 98140
-
Anders Carlsson authored
Don't accidentally mark some functions in construction vtables as unused. Also land the test for a previous checkin, now that it's correct. llvm-svn: 98139
-
John McCall authored
llvm-svn: 98138
-