- Jul 08, 2009
-
-
Nick Lewycky authored
these instructions, no autoupgrade or backwards compatibility support is provided. llvm-svn: 74991
-
- Jul 07, 2009
-
-
Mikhail Glushenkov authored
Makes possible to provide default values for options defined in plugins (same as cl::init). llvm-svn: 74905
-
Mikhail Glushenkov authored
Make isList(), isSwitch() and isParameter() member functions of OptionDescription. llvm-svn: 74904
-
Mikhail Glushenkov authored
llvm-svn: 74903
-
Devang Patel authored
llvm-svn: 74882
-
- Jul 06, 2009
-
-
Misha Brukman authored
phase fails and the user wants to reinstall one of the components. * Fixed LLVM-GCC configuration flags: s/--with-gnu-{as,ld}/--with-{as,ld}/ The former is a boolean flag, the latter is a flag that takes a path. * Added a new flag CROSS_MARCH, defaults to armv6. llvm-svn: 74840
-
- Jul 03, 2009
-
-
Daniel Dunbar authored
- Sorry, I can't help myself. - No intended functionality change. llvm-svn: 74742
-
- Jul 01, 2009
-
-
Daniel Dunbar authored
multiple runs per day (insane, I know). Also, remove some unused variables. llvm-svn: 74605
-
Misha Brukman authored
x86_64/Linux -> ARM/Linux crosstool. llvm-svn: 74603
-
Chris Lattner authored
to not have to create a temporary vector (in the API at least). Patch by Jay Foad! llvm-svn: 74584
-
- Jun 30, 2009
-
-
Daniel Dunbar authored
- Don't print "Parsing" in front of every message. - Take additional "type" argument which is prepended to the message (with ": ") if given. - Update clients to print errors (warnings) as: <filename>:<line number>: error(warning): ... llvm-svn: 74489
-
David Greene authored
Remove commented code. llvm-svn: 74471
-
- Jun 29, 2009
-
-
David Greene authored
Implement !cast<string>. llvm-svn: 74444
-
David Greene authored
Improve TableGen error reporting. llvm-svn: 74443
-
David Greene authored
Add more vector ValueTypes for AVX and other extended vector instruction sets. llvm-svn: 74427
-
- Jun 27, 2009
-
-
Daniel Dunbar authored
instead of skipping). llvm-svn: 74341
-
- Jun 26, 2009
-
-
Evan Cheng authored
llvm-svn: 74276
-
Daniel Dunbar authored
llvm-svn: 74256
-
Daniel Dunbar authored
- They can be overriden on the command line as well. Add -teelogs option, which will also print the various logs on stdout. llvm-svn: 74252
-
- Jun 25, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 74193
-
- Jun 23, 2009
-
-
Mikhail Glushenkov authored
Chris recently broke llvmc with his Makefile changes (r75379). That patch made the global change .o -> .a, which caused built-in llvmc plugins to stop working since plugin initialization in llvmc is based on static variables not referenced from the main executable. This patch implements auto-generated forced references to the plugin libraries. llvm-svn: 74000
-
Mikhail Glushenkov authored
llvm-svn: 73998
-
Mikhail Glushenkov authored
llvm-svn: 73997
-
- Jun 21, 2009
-
-
Chris Lattner authored
llvm-svn: 73861
-
Chris Lattner authored
llvm-svn: 73856
-
Chris Lattner authored
llvm-svn: 73847
-
Chris Lattner authored
llvm-svn: 73845
-
Chris Lattner authored
llvm-svn: 73844
-
Chris Lattner authored
llvm-svn: 73843
-
Chris Lattner authored
llvm-svn: 73842
-
- Jun 20, 2009
-
-
Chris Lattner authored
llvm-svn: 73798
-
- Jun 19, 2009
-
-
Bob Wilson authored
Patch by Benjamin Kramer. llvm-svn: 73772
-
- Jun 18, 2009
-
-
Evan Cheng authored
llvm-svn: 73726
-
- Jun 17, 2009
-
-
Nick Lewycky authored
llvm-svn: 73602
-
- Jun 14, 2009
-
-
Douglas Gregor authored
llvm-svn: 73331
-
- Jun 12, 2009
-
-
Duncan Sands authored
Patch by Edward O'Callaghan. llvm-svn: 73228
-
Duncan Sands authored
Patch by Edward O'Callaghan. llvm-svn: 73224
-
Misha Brukman authored
not found. llvm-svn: 73213
-
Misha Brukman authored
CodeSourcery's provided GCC-based crosstools, from which we use binutils. llvm-svn: 73212
-
- Jun 09, 2009
-
-
Bill Wendling authored
computation that isn't used. Please correct this if it's wrong! llvm-svn: 73139
-