- Feb 21, 2009
-
-
Daniel Dunbar authored
- PR3629. llvm-svn: 65203
-
Misha Brukman authored
* Linters now return their information instead of printing it, to enable easier unittesting * Added support for finding tabs in files, added to C++ linter llvm-svn: 65202
-
Dan Gohman authored
that checks whether it's safe to transform a store of a bitcast value into a store of the original value. llvm-svn: 65201
-
Daniel Dunbar authored
system header. - Prevents a codegen crash when anything used anything in tgmath! :) llvm-svn: 65200
-
Misha Brukman authored
llvm-svn: 65199
-
- Feb 20, 2009
-
-
-
Misha Brukman authored
llvm-svn: 65197
-
Misha Brukman authored
llvm-svn: 65196
-
Chris Lattner authored
to being allocated from the same bumpptr that the MacroInfo objects themselves are. This speeds up -Eonly cocoa.h pth by ~4%, fsyntax-only is barely measurable. llvm-svn: 65195
-
Chris Lattner authored
llvm-svn: 65187
-
Misha Brukman authored
are deleting; otherwise, everything ends up on a single line. llvm-svn: 65185
-
Misha Brukman authored
for length and for trailing whitespace; otherwise, the whitespace themselves will also be removed. llvm-svn: 65182
-
Misha Brukman authored
* Alphabetized #includes * Removed trailing whitespace * Wrapped or shortened lines over 80 chars llvm-svn: 65181
-
Bill Wendling authored
function. Emitting another label after the prologue messes up the debugging. We are doing that because the first DebugLoc object it sees is different from the previous, which was nothing. Check for this situation, and don't emit one if it's the first. llvm-svn: 65180
-
Chris Lattner authored
llvm-svn: 65179
-
Evan Cheng authored
addresses, part 1. This fixes an obvious logic bug. Previously if the only in-loop use is a PHI, it would return AllUsesAreAddresses as true. llvm-svn: 65178
-
Ted Kremenek authored
llvm-svn: 65173
-
Chris Lattner authored
with new/delete. With disable-free, this reduces the number of 4/8 byte mallocs from 4793/1541 to 865/456 and also drops other sizes as well. This is a very small perf win, nothing major. llvm-svn: 65171
-
Chris Lattner authored
llvm-svn: 65170
-
Chris Lattner authored
llvm-svn: 65169
-
Chris Lattner authored
but don't start using it yet. Renamed some methods to be more consistent. llvm-svn: 65168
-
Dan Gohman authored
llvm-svn: 65167
-
Chris Lattner authored
llvm-svn: 65166
-
Chris Lattner authored
into a new shared ObjCListBase class. llvm-svn: 65164
-
Ted Kremenek authored
vanilla reverse-BFS followed by a forward-DFS instead of resulting to strange histrionics (whose purpose I can no longer remember) in the reverse-BFS stage. This fixes an assertion failure in BugReporter due to edge cases where no root was being hit in the reverse-BFS phase. llvm-svn: 65160
-
Dan Gohman authored
llvm-svn: 65159
-
Chris Lattner authored
llvm-svn: 65158
-
Dan Gohman authored
llvm-svn: 65157
-
Chris Lattner authored
before the dtor. llvm-svn: 65156
-
Chris Lattner authored
and other non-semantic changes. llvm-svn: 65155
-
Daniel Dunbar authored
llvm-svn: 65154
-
Chris Lattner authored
shouldn't be a NamedDecl. llvm-svn: 65153
-
Evan Cheng authored
llvm-svn: 65152
-
Chris Lattner authored
llvm-svn: 65151
-
Chris Lattner authored
it from being leaked, among other things. llvm-svn: 65150
-
Bill Wendling authored
- Correct comment. - Whitespace changes. llvm-svn: 65149
-
Ted Kremenek authored
llvm-svn: 65148
-
Dan Gohman authored
llvm-svn: 65147
-
Daniel Dunbar authored
llvm-svn: 65146
-
Daniel Dunbar authored
llvm-svn: 65145
-