- Jul 10, 2009
-
-
Evan Cheng authored
llvm-svn: 75290
-
Ted Kremenek authored
CodeTextRegions can only be casted to FunctionPointer or BlockPointerTypes. This simply isn't true. We can handle bogus operations on CodeTextRegions (e.g, an array access) elsewhere. llvm-svn: 75285
-
David Greene authored
Make changes suggested by Chris and eliminate newly-added raw_ostream hooks as they're no longer needed. The major change with this patch is to make formatted_raw_ostream usable by any client of raw_ostream. llvm-svn: 75283
-
Ted Kremenek authored
void**, void***, etc. Such casts should just pass the region through. llvm-svn: 75281
-
Jeffrey Yasskin authored
llvm-svn: 75280
-
Jeffrey Yasskin authored
library to tell it the addresses of JITted functions. For a particular program, this changes the opreport -l output from: samples % image name symbol name 48182 98.9729 anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) 11 0.0226 libstdc++.so.6.0.9 /usr/lib/libstdc++.so.6.0.9 to: samples % image name symbol name 24565 60.7308 19814.jo fib_left 15365 37.9861 19814.jo fib_right 22 0.0544 ld-2.7.so do_lookup_x llvm-svn: 75279
-
Chris Lattner authored
llvm-svn: 75278
-
Chris Lattner authored
llvm-svn: 75277
-
Chris Lattner authored
llvm-svn: 75276
-
Chris Lattner authored
llvm-svn: 75275
-
Chris Lattner authored
llvm-svn: 75274
-
Chris Lattner authored
add a couple of predicates to test for "stub style pic in PIC mode" and "stub style pic in dynamic-no-pic" mode. llvm-svn: 75273
-
Dan Gohman authored
breaks encapsulation. Also remove a dead prototype for setSCEV. llvm-svn: 75272
-
Eli Friedman authored
llvm-svn: 75271
-
Fariborz Jahanian authored
in their order of construction for each class and use it to to check on propery order of base class construction under -Wreorder option. llvm-svn: 75270
-
Duncan Sands authored
llvm-svn: 75269
-
Eli Friedman authored
by Jonathan Gray and Krister Walfridsson. llvm-svn: 75268
-
Duncan Sands authored
llvm-svn: 75267
-
Evan Cheng authored
llvm-svn: 75266
-
Anders Carlsson authored
llvm-svn: 75265
-
Evan Cheng authored
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpIndices which returns the operand indices which are swapped (when applicable). This allows for some code clean up and future enhancements. llvm-svn: 75264
-
Sanjiv Gupta authored
Link devices.lib (processor specific variables) with mplink. llvm-svn: 75263
-
Owen Anderson authored
llvm-svn: 75262
-
Chris Lattner authored
the previous RUN lines. Hopefully this will be an inspiration for future tests :) llvm-svn: 75261
-
Chris Lattner authored
llvm-svn: 75259
-
Owen Anderson authored
Push LLVMContext through the TypeBuilder API. There are no users for this in-tree, so I can't really test it. If you're using this, and it's broken, please send patches. llvm-svn: 75257
-
David Greene authored
Eliminate an unnecessary include. llvm-svn: 75256
-
Owen Anderson authored
llvm-svn: 75255
-
David Goodwin authored
llvm-svn: 75254
-
Ted Kremenek authored
Rename potentially ambiguous member template 'getRegion' to 'getSubRegion' to hopefully resolve template lookup ambiguities on some compilers. llvm-svn: 75253
-
Dan Gohman authored
of loops. Add several new functions to for working with ScalarEvolution's add-hoc value-range analysis functionality. llvm-svn: 75252
-
Owen Anderson authored
llvm-svn: 75251
-
David Goodwin authored
llvm-svn: 75250
-
Duncan Sands authored
the cmake build. llvm-svn: 75246
-
Chris Lattner authored
tomorrow. llvm-svn: 75245
-
Chris Lattner authored
elimiantes the last use of GVRequiresExtraLoad, so delete it. llvm-svn: 75244
-
Chris Lattner authored
need for other purposes. llvm-svn: 75243
-
Chris Lattner authored
done in ClassifyGlobalReference instead of reconstructing the info awkwardly. llvm-svn: 75240
-
Chris Lattner authored
PIC-base to be added in. llvm-svn: 75238
-
Chris Lattner authored
is just a trivial wrapper around "ClassifyGlobalReference", which stole a ton of logic from LowerGlobalAddress. llvm-svn: 75237
-