| Commit message (Expand) | Author | Age | Files | Lines |
* | NNT: Remove now-unused -cvstag argument and CVSROOT code. | Daniel Dunbar | 2009-10-19 | 1 | -19/+9 |
* | NNT: Remove -usecvs option, this is very old. | Daniel Dunbar | 2009-10-19 | 1 | -95/+32 |
* | NNT: Remove -debug argument, it is unused. | Daniel Dunbar | 2009-10-19 | 1 | -2/+0 |
* | Regroup NewNightlyTest.pl options | Daniel Dunbar | 2009-10-19 | 1 | -45/+64 |
* | lit: When running Tcl scripts via shell, try harder to find 'bash', but fall | Daniel Dunbar | 2009-10-19 | 2 | -2/+26 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-10-18 | 1 | -69/+158 |
* | Support GoogleTest's "typed tests" | Jeffrey Yasskin | 2009-10-18 | 1 | -0/+4 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -0/+23 |
* | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar | 2009-10-17 | 2 | -12/+13 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -32/+191 |
* | This variable is never used. | Mikhail Glushenkov | 2009-10-17 | 1 | -2/+1 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -4/+10 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 2 | -2/+12 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+3 |
* | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov | 2009-10-09 | 1 | -6/+54 |
* | Input files should go before all other options. | Mikhail Glushenkov | 2009-10-08 | 1 | -14/+24 |
* | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng | 2009-10-01 | 3 | -0/+6 |
* | B&I's buildit forces a PATH that omits /Developer. Temporarily add | Stuart Hastings | 2009-09-28 | 1 | -1/+3 |
* | For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if | Stuart Hastings | 2009-09-28 | 1 | -4/+10 |
* | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 4 | -9/+11 |
* | Don't traverse into .svn directories. | Daniel Dunbar | 2009-09-28 | 1 | -1/+1 |
* | Add a way to query the number of input files. | Mikhail Glushenkov | 2009-09-28 | 1 | -5/+21 |
* | A bit prettier formatting. | Mikhail Glushenkov | 2009-09-28 | 1 | -3/+3 |
* | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -43/+172 |
* | remove support for "NoSub" from regex. It seems like a minor optimization | Chris Lattner | 2009-09-26 | 1 | -1/+1 |
* | Provide proper masks for neon perfect shuffle table. | Anton Korobeynikov | 2009-09-25 | 1 | -6/+6 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -18/+11 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -3/+3 |
* | reject attempts to use ()'s in patterns, these are reserved for filecheck. | Chris Lattner | 2009-09-25 | 1 | -3/+15 |
* | reimplement the regex matching strategy by building a single | Chris Lattner | 2009-09-25 | 1 | -88/+51 |
* | special case Patterns that are a single fixed string. This is a microscopic | Chris Lattner | 2009-09-25 | 1 | -0/+16 |
* | filecheck should not match a \n with a . | Chris Lattner | 2009-09-25 | 1 | -3/+1 |
* | turn a std::pair into a real class. | Chris Lattner | 2009-09-25 | 1 | -23/+34 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -11/+116 |
* | Use CanonicalizeInputFile to canonicalize the entire buffer containing the | Chris Lattner | 2009-09-24 | 1 | -57/+40 |
* | change 'not' matching to use Pattern, move pattern parsing logic into | Chris Lattner | 2009-09-24 | 1 | -32/+51 |
* | refactor out the match string into its own Pattern class. | Chris Lattner | 2009-09-24 | 1 | -33/+50 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 1 | -5/+3 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 7 | -1/+121 |
* | lit: When executing shell scripts internally, don't allow piped stderr on any | Daniel Dunbar | 2009-09-22 | 1 | -3/+21 |
* | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar | 2009-09-22 | 1 | -0/+1 |
* | Actually use the arguments with the resolved executable path. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | lit: Don't use close_fds=True on Windows. | Daniel Dunbar | 2009-09-22 | 1 | -1/+5 |
* | lit: When executing commands internally, perform PATH resolution ourselves. | Daniel Dunbar | 2009-09-22 | 1 | -2/+23 |
* | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 2009-09-21 | 1 | -145/+163 |
* | fix a FileCheck bug where: | Chris Lattner | 2009-09-21 | 1 | -3/+3 |
* | rewrite CountNumNewlinesBetween to be in terms of StringRef. | Chris Lattner | 2009-09-20 | 1 | -13/+15 |
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -8/+50 |
* | rewrite FileCheck in terms of StringRef instead of manual pointer pairs. | Chris Lattner | 2009-09-20 | 1 | -68/+37 |
* | Follow googletest logic for suppressing warnings in unittests/UnitTestMain. | Daniel Dunbar | 2009-09-20 | 2 | -2/+4 |