- Oct 01, 2010
-
-
Owen Anderson authored
Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder. Anyone interested in more general PRE would be better served by implementing it separately, to get real anticipation calculation, etc. llvm-svn: 115337
-
Sebastian Redl authored
llvm-svn: 115336
-
Caroline Tice authored
Modify command options to use the new arguments mechanism. Now all command option arguments are specified in a standardized way, will have a standardized name, and have functioning help. The next step is to start writing useful help for all the argument types. llvm-svn: 115335
-
Sebastian Redl authored
llvm-svn: 115334
-
Chris Lattner authored
llvm-svn: 115333
-
Evan Cheng authored
Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP issue are multiplexed. Model it correctly. llvm-svn: 115332
-
Devang Patel authored
llvm-svn: 115326
-
Devang Patel authored
llvm-svn: 115325
-
Devang Patel authored
Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case. llvm-svn: 115323
-
Douglas Gregor authored
auto f(int) -> int from Daniel Wallin! (With a few minor bug fixes from me). llvm-svn: 115322
-
Johnny Chen authored
Also, the break by location needs to be modified after changees made to the main.cpp source code. llvm-svn: 115320
-
Caroline Tice authored
Add infrastructure for standardizing arguments for commands and command options; makes it easier to ensure that the same type of argument will have the same name everywhere, hooks up help for command arguments, so that users can ask for help when they are confused about what an argument should be; puts in the beginnings of the ability to do tab-completion for certain types of arguments, allows automatic syntax help generation for commands with arguments, and adds command arguments into command options help correctly. Currently only the breakpoint-id and breakpoint-id-range arguments, in the breakpoint commands, have been hooked up to use the new mechanism. The next steps will be to fix the command options arguments to use this mechanism, and to fix the rest of the regular command arguments to use this mechanism. Most of the help text is currently missing or dummy text; this will need to be filled in, and the existing argument help text will need to be cleaned up a bit (it was thrown in quickly, mostly for testing purposes). Help command now works for all argument types, although the help may not be very helpful yet. Those commands that take "raw" command strings now indicate it in their help text. llvm-svn: 115318
-
Johnny Chen authored
llvm-svn: 115317
-
Johnny Chen authored
llvm-svn: 115316
-
Jim Grosbach authored
llvm-svn: 115314
-
Benjamin Kramer authored
llvm-svn: 115311
-
Gabor Greif authored
llvm-svn: 115310
-
Bill Wendling authored
llvm-svn: 115309
-
Bill Wendling authored
llvm-svn: 115308
-
Bill Wendling authored
llvm-svn: 115307
-
Kalle Raiskila authored
Also remove some code that died in the process. One now non-existant ori is checked for. llvm-svn: 115306
-
Eric Christopher authored
memcpy alignment is the minimum of the incoming alignments. Fixes PR 8266. llvm-svn: 115305
-
Bill Wendling authored
llvm-svn: 115304
-
Bill Wendling authored
llvm-svn: 115303
-
Chris Lattner authored
one results in an obscure error from the backend that doesn't make sense. Capture this information in the .def files for builtins with a new "I" modifier letter indicating the an argument needs to be an ICE. Nothing uses this yet, but sema will eventually enforce this (eliminating some special cases from semachecking.cpp) and codegen will use this to force an ICE value, preventing backend error messages. llvm-svn: 115302
-
Chris Lattner authored
llvm-svn: 115301
-
Chris Lattner authored
llvm-svn: 115300
-
Chris Lattner authored
so it needs to be called from a macro, not a function. This is a necessary but insufficient step towards fixing PR8221 llvm-svn: 115299
-
Chris Lattner authored
llvm-svn: 115297
-
Chris Lattner authored
llvm-svn: 115296
-
Chris Lattner authored
llvm-svn: 115295
-
-
Dale Johannesen authored
llvm-svn: 115293
-
Chris Lattner authored
llvm-svn: 115292
-
Dale Johannesen authored
maybe even Linux. llvm-svn: 115291
-
Greg Clayton authored
operators. llvm-svn: 115290
-
Zhongxing Xu authored
llvm-svn: 115275
-
Zhongxing Xu authored
llvm-svn: 115272
-
Zhongxing Xu authored
llvm-svn: 115271
-
Zhongxing Xu authored
llvm-svn: 115270
-