- Sep 09, 2010
-
-
Bill Wendling authored
qualification. llvm-svn: 113534
-
Eric Christopher authored
llvm-svn: 113533
-
Owen Anderson authored
Revert r113439, which relaxed the requirement that loops containing calls cannot be unrolled. After some discussion, there seems to be a better way to achieve the same effect. llvm-svn: 113528
-
Owen Anderson authored
llvm-svn: 113527
-
Owen Anderson authored
llvm-svn: 113526
-
Owen Anderson authored
Next step is to recalculate the threshold values given this new heuristic. llvm-svn: 113525
-
Ted Kremenek authored
Use FindReportInEquivalenceClass to identify all the nodes used for the trimmed graph (in BugReporter). This fixes a problem where a leak that happened to occur on both an exit() path and a non-exit() path was getting reported with the exit() path (which users don't care about). This fixes: <rdar://problem/8331641> leak reports should not show paths that end with exit() (but ones that don't end with exit()) llvm-svn: 113524
-
Eric Christopher authored
llvm-svn: 113523
-
Bruno Cardoso Lopes authored
llvm-svn: 113522
-
Dan Gohman authored
llvm-svn: 113521
-
Dan Gohman authored
with LoadInst and StoreInst. llvm-svn: 113520
-
Caroline Tice authored
to be set up the way they are. Comment out code that removes pending settings for live instances (after the settings are copied over). llvm-svn: 113519
-
Evan Cheng authored
instruction in the class would be decoded to. Or zero if the number of uOPs must be determined dynamically. This will be used to determine the cost-effectiveness of predicating a micro-coded instruction. llvm-svn: 113513
-
Dan Gohman authored
llvm-svn: 113511
-
Caroline Tice authored
Process.h; modify the process.plugins settings variable to use the correct plugin names. llvm-svn: 113510
-
Benjamin Kramer authored
- This code is gross, but does the job for now. llvm-svn: 113509
-
Roman Divacky authored
llvm-svn: 113508
-
Caroline Tice authored
Modify Driver to handle SIGWINCH signals and automatically re-set the term-width variable. llvm-svn: 113506
-
Daniel Dunbar authored
explicit list for the C++ system include directories at the -cc1 level, as an alternative to the horrible AddDefaultCPlusPlusIncludePaths(). llvm-svn: 113505
-
Daniel Dunbar authored
llvm-svn: 113504
-
Daniel Dunbar authored
Makefile, which can be used to allow building out of tree sources. llvm-svn: 113503
-
Dale Johannesen authored
llvm-svn: 113501
-
Douglas Gregor authored
eliminating an unnecessary use of TemporaryBase in the process. llvm-svn: 113500
-
Owen Anderson authored
Refactor code-size reduction estimation methods out of InlineCostAnalyzer and into CodeMetrics. They don't use any InlineCostAnalyzer state, and are useful for other clients who don't necessarily want to use all of InlineCostAnalyzer's logic, some of which is fairly inlining-specific. No intended functionality change. llvm-svn: 113499
-
Douglas Gregor authored
are still a few (legitimate, unfortunate) uses of this hack around, but at least now there are fewer. llvm-svn: 113498
-
Caroline Tice authored
are always printed immediately after the command, before optional options; also so that in the detailed descriptions of each command option, the options and their help are output in alphabetical order (sorted by the short option) rather in whatever order they happened to be in the table. llvm-svn: 113496
-
Douglas Gregor authored
with comma-separated lists. We never actually used the comma locations, nor did we store them in the AST, but we did manage to waste time during template instantiation to produce fake locations. llvm-svn: 113495
-
Daniel Dunbar authored
large object file (> 1GB). llvm-svn: 113494
-
Douglas Gregor authored
llvm-svn: 113493
-
Douglas Gregor authored
libclang visitation. llvm-svn: 113492
-
Daniel Dunbar authored
green. llvm-svn: 113491
-
Daniel Dunbar authored
llvm/projects. llvm-svn: 113490
-
Douglas Gregor authored
llvm-svn: 113489
-
Benjamin Kramer authored
- Output format and some of the code stolen from macho-dump. - Somewhat incomplete and probably buggy. - Comes with a very basic test. llvm-svn: 113488
-
Howard Hinnant authored
llvm-svn: 113487
-
NAKAMURA Takumi authored
llvm-svn: 113486
-
Duncan Sands authored
of checking for either 4 or 8 is not very satisfactory, but it would catch the original problem (an alignment of 1). llvm-svn: 113485
-
Duncan Sands authored
removed. Not that the XTARGET wasn't doing anything since it does nothing without an accompanying XFAIL. llvm-svn: 113484
-
Duncan Sands authored
tests pass here (i686-linux and x86-64-linux) without -m64, simply remove the -m64. llvm-svn: 113483
-
Benjamin Kramer authored
llvm-svn: 113482
-