- Jun 18, 2013
-
-
Eric Christopher authored
llvm-svn: 184151
-
Eli Friedman authored
Found by skimming over lcov report. llvm-svn: 184150
-
Richard Smith authored
llvm-svn: 184149
-
Richard Smith authored
llvm-svn: 184148
-
Enrico Granata authored
Renaming the "--wipe" option to "command history" to "--clear" (-C) for coherence with the rest of the LLDB command-line interface llvm-svn: 184147
-
Michael Sartain authored
llvm-svn: 184143
-
rdar://problem/14134716Enrico Granata authored
This is a rewrite of the command history facility of LLDB It takes the history management out of the CommandInterpreter into its own CommandHistory class It reimplements the command history command to allow more combinations of options to work correctly (e.g. com hist -c 1 -s 5) It adds a new --wipe (-w) option to command history to allow clearing the history on demand It extends the lldbtest runCmd: and expect: methods to allow adding commands to history if need be It adds a test case for the reimplemented facility llvm-svn: 184140
-
Eli Friedman authored
llvm-svn: 184139
-
Rafael Espindola authored
The error message was: /home/espindola/llvm/llvm/tools/gold/gold-plugin.cpp: In function ‘ld_plugin_status cleanup_hook()’: /home/espindola/llvm/llvm/tools/gold/gold-plugin.cpp:461:30: error: cannot pass objects of non-trivially-copyable type ‘std::string {aka class std::basic_string<char>}’ through ‘...’ I will check if this was a clang or gcc issue. llvm-svn: 184138
-
- Jun 17, 2013
-
-
Eli Friedman authored
llvm-svn: 184137
-
Rafael Espindola authored
llvm-svn: 184136
-
Andrew Trick authored
llvm-svn: 184135
-
Andrew Trick authored
llvm-svn: 184134
-
Andrew Trick authored
llvm-svn: 184133
-
Andrew Trick authored
A complex, expensive heuristic with little value in the current design. llvm-svn: 184132
-
Andrew Trick authored
llvm-svn: 184131
-
Andrew Trick authored
llvm-svn: 184130
-
Andrew Trick authored
This eliminates the MultiPressure scheduling "reason". It was sensitive to queue order. We don't like being sensitive to queue order. llvm-svn: 184129
-
Sebastian Pop authored
llvm-svn: 184128
-
Enrico Granata authored
llvm-svn: 184127
-
Matt Kopec authored
llvm-svn: 184126
-
Sean Callanan authored
caused the IR interpreter not to work if the process had finished running. <rdar://problem/14124301> llvm-svn: 184125
-
Rui Ueyama authored
Extract atom definitions as Atoms.h so that we can use them in other files. Also applied clang-format to Atoms.h. Reviewers: shankarke CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D995 llvm-svn: 184124
-
Eli Friedman authored
llvm-svn: 184123
-
Rafael Espindola authored
llvm-svn: 184122
-
Bill Wendling authored
llvm-svn: 184121
-
Rafael Espindola authored
llvm-svn: 184120
-
Rafael Espindola authored
This ports a missing feature from PathV1.h. I am not sure how to test this with the regular infrastructure, but an Apple bot should check this when r183985 is reapplied. llvm-svn: 184119
-
Howard Hinnant authored
llvm-svn: 184118
-
Vincent Lejeune authored
llvm-svn: 184117
-
Vincent Lejeune authored
Fixes rv7x0 bug in Heaven reported here: https://bugs.freedesktop.org/show_bug.cgi?id=64257 llvm-svn: 184116
-
Sean Silva authored
llvm-svn: 184115
-
Rafael Espindola authored
With this patch we assign VisibleNoLinkage to static locals in inline functions. This lets us simplify CodeGen a bit. llvm-svn: 184114
-
Rafael Espindola authored
llvm-svn: 184113
-
Dmitry Vyukov authored
always substract 1 from the top pc this allows to get correct stacks with -O2 llvm-svn: 184112
-
Rafael Espindola authored
This reverts commit r183985. We were missing the checks for not deleting things like /dev/null. llvm-svn: 184111
-
Manman Ren authored
These intrinsics should return the comparision result in the low bits and keep the high bits of the first source operand. When calling to builtin functions, the source operands are swapped and the high bits of the second source operand are kept. To fix the issue, an extra shufflevector is used. rdar://14153896 llvm-svn: 184110
-
Rafael Espindola authored
llvm-svn: 184109
-
Rafael Espindola authored
This reverts commit r184100. It was faling on some bots: http://bb.pgr.jp/builders/cmake-clang-i686-mingw32/builds/1973/steps/test_clang/logs/Clang%20%3A%3A%20SemaCXX__cxx1y-contextual-conversion-tweaks.cpp llvm-svn: 184108
-
Rafael Espindola authored
llvm-svn: 184107
-