- d5a72d9 80-col violation. by Mikhail Glushenkov · 15 years ago
- cadd4b9 Remove / use flags that are now set in the Makefile.config. by Julien Lerouge · 15 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
- edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 15 years ago
- 6efba21 lit: Allow use of /dev/null in redirects on Windows (replace by a temporary by Daniel Dunbar · 15 years ago
- a7f1d72 Delete a spurious semicolon. by Dan Gohman · 15 years ago
- a3f85d2 lit: Support '>>' redirections when executing scripts internally. by Daniel Dunbar · 15 years ago
- 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
- 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
- b6c3483 Make 'unset_option' work on list options. by Mikhail Glushenkov · 15 years ago
- 69412f8 Set comment string, patch by Johnny Chen! by Chris Lattner · 15 years ago
- 4858a1d Implement any_[not_]empty and list versions of switch_on and [not_]empty. by Mikhail Glushenkov · 15 years ago
- 80dd453 NNT: Implement "config mode", use -config path/to/llvm-config by Daniel Dunbar · 15 years ago
- f274138 NNT: Remove unused BUILDTYPE argument. by Daniel Dunbar · 15 years ago
- 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
- 9fb0b7e NNT: Remove duplicate verbose print. by Daniel Dunbar · 15 years ago
- ccef6de More refactoring... by Mikhail Glushenkov · 15 years ago
- 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
- ddef095 NNT: Add -parallel-test option, which runs llvm-test with by Daniel Dunbar · 15 years ago
- 2bb4c53 NNT: Don't hard code -l3.0 argument to make, this is very server dependent. Users who care can use -compileflags for this. by Daniel Dunbar · 15 years ago
- ac0c064 NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it was named dejagnu_test_list for a good reason. by Daniel Dunbar · 15 years ago
- 1409c13 NNT: Lift conditional logic out of test steps. by Daniel Dunbar · 15 years ago
- 5381eb7 NNT: Now that build & test steps are factored out, coalesce all the logic together. by Daniel Dunbar · 15 years ago
- 4a338bf NNT: Sink code for running nightly test into subroutine. by Daniel Dunbar · 15 years ago
- 3431123 NNT: Tweaks and simplifications. by Daniel Dunbar · 15 years ago
- 439801e NNT: Move build code into subroutine. by Daniel Dunbar · 15 years ago
- 8df92e8 NNT: Move source checkout code into subroutine. by Daniel Dunbar · 15 years ago
- 7f0e81f NNT: Remove .{o,a} size info, this is better tracked elsewhere. by Daniel Dunbar · 15 years ago
- 7a1e60a NNT: Remove code to track build warnings, the buildbots cover this. by Daniel Dunbar · 15 years ago
- 0e9fe69 NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. by Daniel Dunbar · 15 years ago
- 7c9eb9e NNT: Remove "CVS Stats", this isn't particularly useful and can be better done by the server or user. by Daniel Dunbar · 15 years ago
- 2e10794 NNT: Remove now-unused -cvstag argument and CVSROOT code. by Daniel Dunbar · 15 years ago
- ad83e7f NNT: Remove -usecvs option, this is very old. by Daniel Dunbar · 15 years ago
- 5af8436 NNT: Remove -debug argument, it is unused. by Daniel Dunbar · 15 years ago
- 4628e5e Regroup NewNightlyTest.pl options by Daniel Dunbar · 15 years ago
- 7723d45 lit: When running Tcl scripts via shell, try harder to find 'bash', but fall by Daniel Dunbar · 15 years ago
- 4d21ae7 Refactoring, no functionality change. by Mikhail Glushenkov · 15 years ago
- 6bccb4c Support GoogleTest's "typed tests" by Jeffrey Yasskin · 15 years ago
- 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
- 3446cf1 Use raw_ostream::write_escaped instead of EscapeString. by Daniel Dunbar · 15 years ago
- 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
- 5a1a53e This variable is never used. by Mikhail Glushenkov · 15 years ago
- 2cea7bd Disallow multiple instances of PluginPriority. by Mikhail Glushenkov · 15 years ago
- 11ee508 Report errors correctly for unselected target intrinsics. by Jakob Stoklund Olesen · 15 years ago
- df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
- 0b59939 Omit the 'out_file_index != -1' check when possible. by Mikhail Glushenkov · 15 years ago
- 39482dd Input files should go before all other options. by Mikhail Glushenkov · 15 years ago
- 799d697 Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When by Evan Cheng · 15 years ago
- 9ad6758 B&I's buildit forces a PATH that omits /Developer. Temporarily add by Stuart Hastings · 15 years ago
- dc3d8cc For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if by Stuart Hastings · 15 years ago
- 26207e5 Introduce the TargetInstrInfo::KILL machine instruction and get rid of the by Jakob Stoklund Olesen · 15 years ago
- 705428a Don't traverse into .svn directories. by Daniel Dunbar · 15 years ago
- ad981bf Add a way to query the number of input files. by Mikhail Glushenkov · 15 years ago
- 9d7a2dc A bit prettier formatting. by Mikhail Glushenkov · 15 years ago
- eec9695 implement and document support for filecheck variables. This by Chris Lattner · 15 years ago
- 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
- 58cd84d Provide proper masks for neon perfect shuffle table. by Anton Korobeynikov · 15 years ago
- c76909a Improve MachineMemOperand handling. by Dan Gohman · 15 years ago
- 602b0c8 Rename getTargetNode to getMachineNode, for consistency with the by Dan Gohman · 15 years ago
- 94638f0 reject attempts to use ()'s in patterns, these are reserved for filecheck. by Chris Lattner · 15 years ago
- 5d6a05f reimplement the regex matching strategy by building a single by Chris Lattner · 15 years ago
- 2702e6a special case Patterns that are a single fixed string. This is a microscopic by Chris Lattner · 15 years ago
- d9485dd filecheck should not match a \n with a . by Chris Lattner · 15 years ago
- bfa2eed turn a std::pair into a real class. by Chris Lattner · 15 years ago
- 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
- adea46e Use CanonicalizeInputFile to canonicalize the entire buffer containing the by Chris Lattner · 15 years ago
- a29703e change 'not' matching to use Pattern, move pattern parsing logic into by Chris Lattner · 15 years ago
- 9fc6678 refactor out the match string into its own Pattern class. by Chris Lattner · 15 years ago
- 1f52895 Make the end-of-itinerary mark explicit. Some cleanup. by David Goodwin · 15 years ago
- 48f7ce8 Add count/not tools as executables. by Daniel Dunbar · 15 years ago
- 5a461dd lit: When executing shell scripts internally, don't allow piped stderr on any by Daniel Dunbar · 15 years ago
- df33884 Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. by Daniel Dunbar · 15 years ago
- 4b78aa3 Actually use the arguments with the resolved executable path. by Daniel Dunbar · 15 years ago
- 58c661c lit: Don't use close_fds=True on Windows. by Daniel Dunbar · 15 years ago
- 6bd2b2e lit: When executing commands internally, perform PATH resolution ourselves. by Daniel Dunbar · 15 years ago
- f8349ac Use raw_ostream::indent instead of passing strings. by Mikhail Glushenkov · 15 years ago
- 8111576 fix a FileCheck bug where: by Chris Lattner · 15 years ago
- 3711b7a rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 15 years ago
- f15380b implement and document support for CHECK-NOT by Chris Lattner · 15 years ago
- 9607703 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 15 years ago
- 848454a Follow googletest logic for suppressing warnings in unittests/UnitTestMain. by Daniel Dunbar · 15 years ago
- c19418f convert some stuff to StringRef to avoid temporary std::strings. by Chris Lattner · 15 years ago
- 7006760 add a comment. by Chris Lattner · 15 years ago
- 7c74866 lit: Add a custom test format for use in clang. by Daniel Dunbar · 15 years ago
- b2485c9 lit: When finding nested test suites, check first in the execpath in case there by Daniel Dunbar · 15 years ago
- 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 15 years ago
- 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 15 years ago
- f96271a slightly increase prettiness. by Chris Lattner · 15 years ago
- f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 15 years ago
- 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 15 years ago
- 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 15 years ago
- e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
- f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
- d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 15 years ago
- 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 15 years ago
- 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
- 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
- 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
- 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
- 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago