summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-07-01NewNightlyTest: Include minutes/seconds in log file names, to support runningDaniel Dunbar1-3/+1
2009-07-01Added step-by-step directions on how to use the script to build and install anMisha Brukman1-0/+37
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner1-1/+1
2009-06-30Normalize SourceMgr messages.Daniel Dunbar2-3/+3
2009-06-29Remove commented code.David Greene1-15/+0
2009-06-29Implement !cast<string>.David Greene2-36/+87
2009-06-29Improve TableGen error reporting.David Greene1-1/+5
2009-06-29Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene1-8/+20
2009-06-26NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script,Daniel Dunbar1-2/+6
2009-06-26Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng1-0/+4
2009-06-26NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function.Daniel Dunbar1-45/+30
2009-06-26NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables.Daniel Dunbar1-19/+47
2009-06-25Better error message.Mikhail Glushenkov1-3/+5
2009-06-23Make llvmc work again.Mikhail Glushenkov1-1/+8
2009-06-23A little bit nicer formatting.Mikhail Glushenkov1-2/+2
2009-06-23Typo.Mikhail Glushenkov1-5/+5
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner2-3/+3
2009-06-21simplify some error recovery stuff.Chris Lattner1-5/+4
2009-06-21prune #include, fix warning.Chris Lattner2-2/+1
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner4-25/+7
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner5-8/+7
2009-06-21rename TGLoc -> SMLoc.Chris Lattner6-46/+46
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner5-214/+3
2009-06-19allow clients of the asmprinter to opt-out of the boilerplate with a #define.Chris Lattner1-1/+5
2009-06-19Clean up nightly tester to use Perl's File::Find.Bob Wilson1-28/+9
2009-06-18Allow user to specify separate SVN url for llvm and the test suite.Evan Cheng1-9/+12
2009-06-17Fix grammaro, and bad indentation.Nick Lewycky1-3/+3
2009-06-14Add output of the SFINAE bit for Clang's diagnosticsDouglas Gregor1-0/+6
2009-06-12Tweak GenLibDeps.pl so it works on solaris.Duncan Sands1-2/+6
2009-06-12Add clang support to the nightly test script.Duncan Sands1-10/+21
2009-06-12Update script to tell the user where to get the CodeSourcery crosstool, if it'sMisha Brukman1-2/+11
2009-06-12Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, usingMisha Brukman2-0/+235
2009-06-09I'm going to assume that this was meant to be an assignment instead of aBill Wendling1-1/+1
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene6-120/+4
2009-06-08Add a !patsubst operator. Use on string types.David Greene6-3/+78
2009-06-08Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene5-45/+294
2009-06-08Make !if short-circuit when possible.David Greene1-1/+17
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene5-2/+43
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2-2/+4
2009-06-02NightlyTest: Stop running a separate Olden pass during nightly test.Daniel Dunbar1-40/+3
2009-06-02Revert 72707 and 72709, for the moment.Dale Johannesen4-75/+18
2009-06-01Make the implicit inputs and outputs of target-independentDale Johannesen4-18/+75
2009-05-28NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make withDaniel Dunbar1-2/+5
2009-05-28NightlyTest: Write "sentdata.txt" files and run the -submit-aux script beforeDaniel Dunbar1-18/+25
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov1-4/+5
2009-05-22CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes1-0/+3
2009-05-21TableGen for fast isel seems to assume an 'imm'Dale Johannesen1-2/+2
2009-05-18Add -submit-aux option to NewNightlyTest.plDaniel Dunbar1-0/+8
2009-05-15Fix warning.Nick Lewycky1-1/+1
2009-05-15Add extra parenthesis around || statements to pacify compiler.Nick Lewycky1-7/+13