summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* NNT: Add -parallel-test option, which runs llvm-test withDaniel Dunbar2009-10-191-0/+2
| | | | | | ENABLE_PARALLEL_REPORT. llvm-svn: 84497
* NNT: Don't hard code -l3.0 argument to make, this is very server dependent. ↵Daniel Dunbar2009-10-191-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 Dunbar2009-10-191-6/+7
| | | | | | was named dejagnu_test_list for a good reason. llvm-svn: 84495
* NNT: Lift conditional logic out of test steps.Daniel Dunbar2009-10-191-117/+114
| | | | llvm-svn: 84494
* NNT: Now that build & test steps are factored out, coalesce all the logic ↵Daniel Dunbar2009-10-191-62/+39
| | | | | | together. llvm-svn: 84493
* NNT: Sink code for running nightly test into subroutine.Daniel Dunbar2009-10-191-37/+44
| | | | llvm-svn: 84492
* NNT: Tweaks and simplifications.Daniel Dunbar2009-10-191-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 Dunbar2009-10-191-39/+43
| | | | llvm-svn: 84490
* NNT: Move source checkout code into subroutine.Daniel Dunbar2009-10-191-49/+31
| | | | llvm-svn: 84489
* NNT: Remove .{o,a} size info, this is better tracked elsewhere.Daniel Dunbar2009-10-191-27/+2
| | | | llvm-svn: 84488
* NNT: Remove code to track build warnings, the buildbots cover this.Daniel Dunbar2009-10-191-58/+4
| | | | llvm-svn: 84487
* Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS.Torok Edwin2009-10-192-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, perBenjamin Kramer2009-10-191-4/+2
| | | | | | Daniel's comment. llvm-svn: 84484
* Also check for __POWERPC__ when skipping these tests.Daniel Dunbar2009-10-191-1/+1
| | | | llvm-svn: 84482
* NNT: Remove hard coded BuildDir and WebDir, users should have to specify these.Daniel Dunbar2009-10-191-11/+10
| | | | llvm-svn: 84481
* NNT: Remove "CVS Stats", this isn't particularly useful and can be better ↵Daniel Dunbar2009-10-191-105/+8
| | | | | | done by the server or user. llvm-svn: 84480
* NNT: Remove now-unused -cvstag argument and CVSROOT code.Daniel Dunbar2009-10-191-19/+9
| | | | llvm-svn: 84479
* NNT: Remove -usecvs option, this is very old.Daniel Dunbar2009-10-191-95/+32
| | | | llvm-svn: 84478
* NNT: Remove -debug argument, it is unused.Daniel Dunbar2009-10-191-2/+0
| | | | llvm-svn: 84477
* Regroup NewNightlyTest.pl optionsDaniel Dunbar2009-10-191-45/+64
| | | | llvm-svn: 84476
* Workaround a bug exposed by the FileCheckify of message-length.c, the caret endDaniel Dunbar2009-10-192-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 Lattner2009-10-192-68/+42
| | | | llvm-svn: 84471
* AuroraUX toolchain should call GNU assembler not the Solaris assembler.Edward O'Callaghan2009-10-191-1/+1
| | | | llvm-svn: 84469
* convert this to FileCheck, PR5232Chris Lattner2009-10-191-9/+6
| | | | llvm-svn: 84466
* simplify.Chris Lattner2009-10-191-3/+1
| | | | llvm-svn: 84465
* eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner2009-10-192-24/+1
| | | | llvm-svn: 84464
* clean up after metadata changes.Chris Lattner2009-10-192-11/+4
| | | | llvm-svn: 84463
* lit: When running Tcl scripts via shell, try harder to find 'bash', but fallDaniel Dunbar2009-10-192-2/+26
| | | | | | back to running them internally if that fails. PR5240. llvm-svn: 84462
* Add link to 'lit' from CommandGuide.Daniel Dunbar2009-10-191-0/+2
| | | | llvm-svn: 84461
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' ↵Daniel Dunbar2009-10-191-0/+1
| | | | | | aren't tests. llvm-svn: 84460
* Add support for matching shuffle patterns with palignr.Nate Begeman2009-10-196-27/+186
| | | | llvm-svn: 84459
* Avoid std::string concatenation.Daniel Dunbar2009-10-191-16/+10
| | | | llvm-svn: 84458
* Update NamedDecl::getName() to work for empty names.Daniel Dunbar2009-10-191-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::CreateTempAllocaDaniel Dunbar2009-10-193-6/+6
| | | | llvm-svn: 84456
* Add ObjCImplementationDecl::getName() for consistency, with FIXME.Daniel Dunbar2009-10-191-3/+12
| | | | llvm-svn: 84455
* Add FIXME calling for rename of NamedDecl::getNameAsString.Daniel Dunbar2009-10-191-0/+3
| | | | llvm-svn: 84454
* Suppress build warning.Daniel Dunbar2009-10-191-1/+1
| | | | llvm-svn: 84453
* When binding a reference to a temporary, it's important that other ↵Anders Carlsson2009-10-182-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 Glushenkov2009-10-181-69/+158
| | | | llvm-svn: 84450
* Fix tyop noticed by Sean Hunt.Anders Carlsson2009-10-181-1/+1
| | | | llvm-svn: 84449
* When building a cast argument, make sure to bind the result to a temporary.Anders Carlsson2009-10-182-4/+31
| | | | llvm-svn: 84448
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-1824-45/+41
| | | | | | are updated. llvm-svn: 84447
* Convert temporaries.cpp to using FileCheck.Anders Carlsson2009-10-181-13/+25
| | | | llvm-svn: 84446
* Add test for OpenCL vector initializer codegenNate Begeman2009-10-181-3/+5
| | | | llvm-svn: 84445
* Rename temp-1.cpp to temporaries.cpp.Anders Carlsson2009-10-181-0/+0
| | | | llvm-svn: 84443
* Twinify CGObjCMac, this simplifies the code and should reduce std::stringDaniel Dunbar2009-10-181-97/+86
| | | | | | trashing. llvm-svn: 84439
* Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson2009-10-184-2/+32
| | | | llvm-svn: 84438
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-189-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 Dunbar2009-10-1822-60/+59
| | | | llvm-svn: 84436
* Add ObjCCategoryImplDecl::getName() -> StringRef, and a FIXME.Daniel Dunbar2009-10-181-3/+12
| | | | llvm-svn: 84435
OpenPOWER on IntegriCloud