- Jul 16, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75867
-
- Jul 15, 2009
-
-
Ted Kremenek authored
the list of files in the CMakeLists.txt files. It works by scanning (starting from the working directory from which it is run) all subdirectories containing CMakeLists.txt files. It then updates the list of C and C++ files in the 'add_llvm_library' and 'add_clang_library' lists. Sources file lists are emitted in lexical order. llvm-svn: 75833
-
David Greene authored
Get rid of postInstructionAction and call EmitComments directly. llvm-svn: 75806
-
Dan Gohman authored
an existing file is considered an error. Convert several tools to use raw_fd_ostream instead of std::ostream, and to use this new option instead of doing a manual check. llvm-svn: 75801
-
Duncan Sands authored
native for any supported targets. llvm-svn: 75785
-
- Jul 14, 2009
-
-
Viktor Kutuzov authored
llvm-svn: 75669
-
Evan Cheng authored
llvm-svn: 75621
-
Bob Wilson authored
llvm-svn: 75565
-
Daniel Dunbar authored
- For adding arbitrary arguments to pass to configure. llvm-svn: 75535
-
Daniel Dunbar authored
- Like -noremove, except the build directory is still purged prior to building but isn't removed at the end of the test run (so the build products can be examined if need be). llvm-svn: 75527
-
- Jul 13, 2009
-
-
David Greene authored
Add infrastructure to allow post instruction printing action triggers. We'll eventually use this to print comments in asm files and do other fun things. This adds interfaces to the AsmPrinter and changes TableGen to invoke the postInstructionAction when appropriate. It also add parameters to TargetAsmInfo to control comment layout. llvm-svn: 75490
-
- Jul 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75391
-
- Jul 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75389
-
Daniel Dunbar authored
llvm-svn: 75378
-
Chris Lattner authored
llvm-svn: 75371
-
Chris Lattner authored
away. This way you can write a space and it matches arbitrary spaces and tabs. llvm-svn: 75370
-
Bob Wilson authored
These are needed to represent ARM Neon struct datatypes containing 2, 3 or 4 separate vectors. llvm-svn: 75308
-
Bob Wilson authored
since names are the same for almost all the types. llvm-svn: 75302
-
- Jul 09, 2009
-
-
Owen Anderson authored
llvm-svn: 75153
-
Misha Brukman authored
* Updated LLVM and LLVM-GCC to newer revisions * Allow separate revisions per SVN module * Allow user to override MAKE_OPTS * Removed unused function verifyNotDir() llvm-svn: 75134
-
Chris Lattner authored
llvm-svn: 75076
-
- Jul 08, 2009
-
-
Torok Edwin authored
Also remove trailing semicolon. llvm-svn: 75027
-
Chris Lattner authored
llvm-svn: 75022
-
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
-