| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | NNT: Add -parallel-test option, which runs llvm-test with | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 | |
| | | | | | | | ENABLE_PARALLEL_REPORT. llvm-svn: 84497 | |||||
| * | NNT: Don't hard code -l3.0 argument to make, this is very server dependent. ↵ | Daniel Dunbar | 2009-10-19 | 1 | -20/+26 | |
| | | | | | | | | | Users who care can use -compileflags for this. Also, fix make clean call and a few other tweaks. llvm-svn: 84496 | |||||
| * | NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ↵ | Daniel Dunbar | 2009-10-19 | 1 | -6/+7 | |
| | | | | | | | was named dejagnu_test_list for a good reason. llvm-svn: 84495 | |||||
| * | NNT: Lift conditional logic out of test steps. | Daniel Dunbar | 2009-10-19 | 1 | -117/+114 | |
| | | | | | llvm-svn: 84494 | |||||
| * | NNT: Now that build & test steps are factored out, coalesce all the logic ↵ | Daniel Dunbar | 2009-10-19 | 1 | -62/+39 | |
| | | | | | | | together. llvm-svn: 84493 | |||||
| * | NNT: Sink code for running nightly test into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -37/+44 | |
| | | | | | llvm-svn: 84492 | |||||
| * | NNT: Tweaks and simplifications. | Daniel Dunbar | 2009-10-19 | 1 | -137/+62 | |
| | | | | | | | | | | - Split out configure log. - Kill off GetRegexNum. - Fix GetRegex to not return previous match on failure. - Remove dead code. llvm-svn: 84491 | |||||
| * | NNT: Move build code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -39/+43 | |
| | | | | | llvm-svn: 84490 | |||||
| * | NNT: Move source checkout code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -49/+31 | |
| | | | | | llvm-svn: 84489 | |||||
| * | NNT: Remove .{o,a} size info, this is better tracked elsewhere. | Daniel Dunbar | 2009-10-19 | 1 | -27/+2 | |
| | | | | | llvm-svn: 84488 | |||||
| * | NNT: Remove code to track build warnings, the buildbots cover this. | Daniel Dunbar | 2009-10-19 | 1 | -58/+4 | |
| | | | | | llvm-svn: 84487 | |||||
| * | Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS. | Torok Edwin | 2009-10-19 | 2 | -1/+71 | |
| | | | | | | | | LLC was scheduling compares before the adds causing wrong branches to be taken in programs, resulting in misoptimized code wherever atomic adds where used. llvm-svn: 84485 | |||||
| * | CIndex: make variable non-static to avoid potential race conditions, per | Benjamin Kramer | 2009-10-19 | 1 | -4/+2 | |
| | | | | | | | Daniel's comment. llvm-svn: 84484 | |||||
| * | Also check for __POWERPC__ when skipping these tests. | Daniel Dunbar | 2009-10-19 | 1 | -1/+1 | |
| | | | | | llvm-svn: 84482 | |||||
| * | NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. | Daniel Dunbar | 2009-10-19 | 1 | -11/+10 | |
| | | | | | llvm-svn: 84481 | |||||
| * | NNT: Remove "CVS Stats", this isn't particularly useful and can be better ↵ | Daniel Dunbar | 2009-10-19 | 1 | -105/+8 | |
| | | | | | | | done by the server or user. llvm-svn: 84480 | |||||
| * | NNT: Remove now-unused -cvstag argument and CVSROOT code. | Daniel Dunbar | 2009-10-19 | 1 | -19/+9 | |
| | | | | | llvm-svn: 84479 | |||||
| * | NNT: Remove -usecvs option, this is very old. | Daniel Dunbar | 2009-10-19 | 1 | -95/+32 | |
| | | | | | llvm-svn: 84478 | |||||
| * | NNT: Remove -debug argument, it is unused. | Daniel Dunbar | 2009-10-19 | 1 | -2/+0 | |
| | | | | | llvm-svn: 84477 | |||||
| * | Regroup NewNightlyTest.pl options | Daniel Dunbar | 2009-10-19 | 1 | -45/+64 | |
| | | | | | llvm-svn: 84476 | |||||
| * | Workaround a bug exposed by the FileCheckify of message-length.c, the caret end | Daniel Dunbar | 2009-10-19 | 2 | -2/+8 | |
| | | | | | | | | | | column computation isn't correct and could exceed the line length, which resulted in a buffer overflow later. - Chris, is there a better way for this code to compute the final column used by the caret? llvm-svn: 84475 | |||||
| * | various cleanups. | Chris Lattner | 2009-10-19 | 2 | -68/+42 | |
| | | | | | llvm-svn: 84471 | |||||
| * | AuroraUX toolchain should call GNU assembler not the Solaris assembler. | Edward O'Callaghan | 2009-10-19 | 1 | -1/+1 | |
| | | | | | llvm-svn: 84469 | |||||
| * | convert this to FileCheck, PR5232 | Chris Lattner | 2009-10-19 | 1 | -9/+6 | |
| | | | | | llvm-svn: 84466 | |||||
| * | simplify. | Chris Lattner | 2009-10-19 | 1 | -3/+1 | |
| | | | | | llvm-svn: 84465 | |||||
| * | eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. | Chris Lattner | 2009-10-19 | 2 | -24/+1 | |
| | | | | | llvm-svn: 84464 | |||||
| * | clean up after metadata changes. | Chris Lattner | 2009-10-19 | 2 | -11/+4 | |
| | | | | | llvm-svn: 84463 | |||||
| * | lit: When running Tcl scripts via shell, try harder to find 'bash', but fall | Daniel Dunbar | 2009-10-19 | 2 | -2/+26 | |
| | | | | | | | back to running them internally if that fails. PR5240. llvm-svn: 84462 | |||||
| * | Add link to 'lit' from CommandGuide. | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 | |
| | | | | | llvm-svn: 84461 | |||||
| * | Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' ↵ | Daniel Dunbar | 2009-10-19 | 1 | -0/+1 | |
| | | | | | | | aren't tests. llvm-svn: 84460 | |||||
| * | Add support for matching shuffle patterns with palignr. | Nate Begeman | 2009-10-19 | 6 | -27/+186 | |
| | | | | | llvm-svn: 84459 | |||||
| * | Avoid std::string concatenation. | Daniel Dunbar | 2009-10-19 | 1 | -16/+10 | |
| | | | | | llvm-svn: 84458 | |||||
| * | Update NamedDecl::getName() to work for empty names. | Daniel Dunbar | 2009-10-19 | 1 | -4/+4 | |
| | | | | | | | - I'm not sure this is ideal, but otherwise clients must be overly careful when handling decl's which can have empty names. llvm-svn: 84457 | |||||
| * | Twinify CodeGenFunction::CreateTempAlloca | Daniel Dunbar | 2009-10-19 | 3 | -6/+6 | |
| | | | | | llvm-svn: 84456 | |||||
| * | Add ObjCImplementationDecl::getName() for consistency, with FIXME. | Daniel Dunbar | 2009-10-19 | 1 | -3/+12 | |
| | | | | | llvm-svn: 84455 | |||||
| * | Add FIXME calling for rename of NamedDecl::getNameAsString. | Daniel Dunbar | 2009-10-19 | 1 | -0/+3 | |
| | | | | | llvm-svn: 84454 | |||||
| * | Suppress build warning. | Daniel Dunbar | 2009-10-19 | 1 | -1/+1 | |
| | | | | | llvm-svn: 84453 | |||||
| * | When binding a reference to a temporary, it's important that other ↵ | Anders Carlsson | 2009-10-18 | 2 | -16/+45 | |
| | | | | | | | temporaries created as on the RHS are destroyed before emitting the dtor for the temporary. llvm-svn: 84451 | |||||
| * | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-10-18 | 1 | -69/+158 | |
| | | | | | llvm-svn: 84450 | |||||
| * | Fix tyop noticed by Sean Hunt. | Anders Carlsson | 2009-10-18 | 1 | -1/+1 | |
| | | | | | llvm-svn: 84449 | |||||
| * | When building a cast argument, make sure to bind the result to a temporary. | Anders Carlsson | 2009-10-18 | 2 | -4/+31 | |
| | | | | | llvm-svn: 84448 | |||||
| * | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 24 | -45/+41 | |
| | | | | | | | are updated. llvm-svn: 84447 | |||||
| * | Convert temporaries.cpp to using FileCheck. | Anders Carlsson | 2009-10-18 | 1 | -13/+25 | |
| | | | | | llvm-svn: 84446 | |||||
| * | Add test for OpenCL vector initializer codegen | Nate Begeman | 2009-10-18 | 1 | -3/+5 | |
| | | | | | llvm-svn: 84445 | |||||
| * | Rename temp-1.cpp to temporaries.cpp. | Anders Carlsson | 2009-10-18 | 1 | -0/+0 | |
| | | | | | llvm-svn: 84443 | |||||
| * | Twinify CGObjCMac, this simplifies the code and should reduce std::string | Daniel Dunbar | 2009-10-18 | 1 | -97/+86 | |
| | | | | | | | trashing. llvm-svn: 84439 | |||||
| * | Use CK_BitCast for member function pointer casts. Fixes PR5138. | Anders Carlsson | 2009-10-18 | 4 | -2/+32 | |
| | | | | | llvm-svn: 84438 | |||||
| * | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar | 2009-10-18 | 9 | -22/+22 | |
| | | | | | | | | | | - strcmp -> == - OS.write(II->getName() ...) -> OS << II->getNameStr() - Avoid std::string concatenation - Use getNameStr().str() when an std::string is really needed. llvm-svn: 84437 | |||||
| * | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 22 | -60/+59 | |
| | | | | | llvm-svn: 84436 | |||||
| * | Add ObjCCategoryImplDecl::getName() -> StringRef, and a FIXME. | Daniel Dunbar | 2009-10-18 | 1 | -3/+12 | |
| | | | | | llvm-svn: 84435 | |||||

