- Jul 08, 2008
-
-
Owen Anderson authored
the name prefix when we change them from internal to external. This allows bugpointing of codegen miscompilations to work more reliably on Darwin. llvm-svn: 53236
-
Nick Kledzik authored
llvm-svn: 53213
-
- Jul 04, 2008
-
-
Devang Patel authored
llvm-svn: 53119
-
- Jul 02, 2008
-
-
Owen Anderson authored
for instance. llvm-svn: 53045
-
- Jun 30, 2008
-
-
Devang Patel authored
Rename new lto2 tool as lto. lto2->lto llvm-svn: 52912
-
Devang Patel authored
llvm-svn: 52909
-
Devang Patel authored
llvm-svn: 52907
-
- Jun 27, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52827
-
- Jun 25, 2008
-
-
Chris Lattner authored
them back to registers! llvm-svn: 52729
-
Chris Lattner authored
llvm-svn: 52728
-
Chris Lattner authored
llvm-svn: 52726
-
- Jun 19, 2008
-
-
Duncan Sands authored
this still compiles on windows - I can't test! llvm-svn: 52488
-
- Jun 18, 2008
-
-
Bill Wendling authored
llvm-svn: 52470
-
Bill Wendling authored
other) feature information. The workaround is inelegant and could be cleaned up if this information were available some other way (say, in the IR). llvm-svn: 52447
-
- Jun 15, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52289
-
Argyrios Kyrtzidis authored
With this more general way, -native and -native-cbe options are handled too. llvm-svn: 52287
-
Argyrios Kyrtzidis authored
llvm-svn: 52286
-
Argyrios Kyrtzidis authored
llvm-svn: 52285
-
- Jun 12, 2008
-
-
Matthijs Kooijman authored
found, this ensures that messages like "Found gcc" end up on stdout where they belong. llvm-svn: 52235
-
Matthijs Kooijman authored
when bugpoint is running passes in a child process. llvm-svn: 52234
-
- May 30, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 51788
-
Mikhail Glushenkov authored
llvm-svn: 51784
-
Mikhail Glushenkov authored
llvm-svn: 51782
-
Mikhail Glushenkov authored
llvm-svn: 51781
-
Mikhail Glushenkov authored
llvm-svn: 51760
-
Mikhail Glushenkov authored
llvm-svn: 51759
-
Mikhail Glushenkov authored
llvm-svn: 51758
-
Mikhail Glushenkov authored
llvm-svn: 51755
-
Mikhail Glushenkov authored
It can be handy to have all information about options gathered in a single place to provide an overview of all supported options. This patch allows the following: def Options : OptionList<[ (switch_option "E", (help "Help string")), (alias_option "quiet", "q") ... ]>; Tool-specific option properties (like 'append_cmd') have (obviously) no meaning in this context, so the only properties that are allowed are 'help' and 'required'. See usage example in examples/Clang.td. llvm-svn: 51754
-
Mikhail Glushenkov authored
llvm-svn: 51753
-
Mikhail Glushenkov authored
llvm-svn: 51752
-
Mikhail Glushenkov authored
The following is now allowed: (case (not_empty "o"), do_something, ...) This didn't work previously because "-o" is built-in. llvm-svn: 51751
-
Mikhail Glushenkov authored
llvm-svn: 51749
-
Mikhail Glushenkov authored
llvm-svn: 51745
-
Mikhail Glushenkov authored
llvm-svn: 51744
-
Mikhail Glushenkov authored
llvm-svn: 51743
-
Mikhail Glushenkov authored
llvm-svn: 51742
-
Mikhail Glushenkov authored
llvm-svn: 51741
-
Mikhail Glushenkov authored
llvm-svn: 51740
-
Mikhail Glushenkov authored
llvm-svn: 51739
-