- a266b5f Helper script to use bugpoint with a remote target. by Viktor Kutuzov · 15 years ago
- e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 15 years ago
- ab5a5a6 Revert 75308. by Bob Wilson · 15 years ago
- ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 15 years ago
- 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 15 years ago
- 014700c by David Greene · 15 years ago
- e9e2733 Tweak comment. by Daniel Dunbar · 15 years ago
- 7cab893 Update CMakeLists.txt by Daniel Dunbar · 15 years ago
- d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 15 years ago
- d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 15 years ago
- 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 15 years ago
- 28eff96 Add new vector types for 192-bit, 348-bit and 512-bit sizes. by Bob Wilson · 15 years ago
- bbf1caa Refactor TableGen's llvm::getName to share code with llvm::getEnumName, by Bob Wilson · 15 years ago
- d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
- f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 15 years ago
- af9005d stop on the first file mismatch. by Chris Lattner · 15 years ago
- 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 15 years ago
- 81cb8ca Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 15 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
- 8fe4447 Add an 'init' option property. by Mikhail Glushenkov · 15 years ago
- cbc360d Refactoring. by Mikhail Glushenkov · 15 years ago
- b797000 Comment fix. by Mikhail Glushenkov · 15 years ago
- bee9e35 Add new ValueType for metadata. by Devang Patel · 15 years ago
- e034393 * Allow skipping parts of the installation to be able to do it in parts if one by Misha Brukman · 15 years ago
- 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 15 years ago
- 42cdc38 NewNightlyTest: Include minutes/seconds in log file names, to support running by Daniel Dunbar · 15 years ago
- 38bc2d0 Added step-by-step directions on how to use the script to build and install an by Misha Brukman · 15 years ago
- 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
- 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
- 2bfa06d by David Greene · 15 years ago
- 2c02662 by David Greene · 15 years ago
- 67acdf2 by David Greene · 15 years ago
- 9b9838d by David Greene · 15 years ago
- f7f02a9 NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, by Daniel Dunbar · 15 years ago
- c0ad80f Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's looking for duplicates. by Evan Cheng · 15 years ago
- fc0fc3a NewNightlyTest: Pull most VERBOSE handling into RunLoggedCommand function. by Daniel Dunbar · 15 years ago
- 2f90daf NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. by Daniel Dunbar · 15 years ago
- 7bba233 Better error message. by Mikhail Glushenkov · 15 years ago
- d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
- 0cbb590 A little bit nicer formatting. by Mikhail Glushenkov · 15 years ago
- 7c8deb3 Typo. by Mikhail Glushenkov · 15 years ago
- 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
- 4226bb0 simplify some error recovery stuff. by Chris Lattner · 15 years ago
- d926e04 prune #include, fix warning. by Chris Lattner · 15 years ago
- 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
- 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
- 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
- 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
- 5b842c3 allow clients of the asmprinter to opt-out of the boilerplate with a #define. by Chris Lattner · 15 years ago
- 6dc11b4 Clean up nightly tester to use Perl's File::Find. Patch by Benjamin Kramer. by Bob Wilson · 15 years ago
- 53df0a2 Allow user to specify separate SVN url for llvm and the test suite. by Evan Cheng · 15 years ago
- fc4c255 Fix grammaro, and bad indentation. by Nick Lewycky · 15 years ago
- 956244b Add output of the SFINAE bit for Clang's diagnostics by Douglas Gregor · 15 years ago
- 7e0842f Tweak GenLibDeps.pl so it works on solaris. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
- 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
- 00c1073 Update script to tell the user where to get the CodeSourcery crosstool, if it's by Misha Brukman · 15 years ago
- cb6f9c8 Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using by Misha Brukman · 15 years ago
- ee1f6b0 I'm going to assume that this was meant to be an assignment instead of a by Bill Wendling · 15 years ago
- ffc0ab6 by David Greene · 15 years ago
- 0d97399 by David Greene · 15 years ago
- e1b4691 by David Greene · 15 years ago
- 77c489d by David Greene · 15 years ago
- 938c8ab by David Greene · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
- 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
- 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
- 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 15 years ago
- 94a37a4 NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before by Daniel Dunbar · 15 years ago
- 41a0243 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 15 years ago
- a2ac75d CMake: Use libpthread in tblgen when needed. Updated list of source by Oscar Fuentes · 15 years ago
- edc8774 TableGen for fast isel seems to assume an 'imm' by Dale Johannesen · 15 years ago
- cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
- c98a77d Fix warning. by Nick Lewycky · 15 years ago
- aa0b3df Add extra parenthesis around || statements to pacify compiler. by Nick Lewycky · 15 years ago
- 9bea7c8 by David Greene · 15 years ago
- 5f9f9ba by David Greene · 15 years ago
- beb31a5 by David Greene · 15 years ago
- 4afc509 by David Greene · 15 years ago
- e6c27de by David Greene · 15 years ago
- d418c1b by David Greene · 15 years ago
- ccf85de by David Greene · 15 years ago
- 3b895cf Slightly improve generated code in a degenerate case. by Dale Johannesen · 16 years ago
- 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- c891465 Change 'make install' to install tblgen, for better support of out-of-tree targets, by Chris Lattner · 16 years ago
- cd76240 Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function. by Argyrios Kyrtzidis · 16 years ago
- e031e4b A better error message. by Mikhail Glushenkov · 16 years ago
- e89331b The 'forward_as' property did not use its second argument. by Mikhail Glushenkov · 16 years ago
- 065f259 by David Greene · 16 years ago
- f868156 Fix incorrect code generation with ENV. by Mikhail Glushenkov · 16 years ago
- fe095f3 Restore minor deletion. by Mike Stump · 16 years ago
- a26eae6 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 16 years ago
- 7afcc6a Slightly change TableGen's definition of a register subclass. by Jakob Stoklund Olesen · 16 years ago
- 440548d Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass by Bob Wilson · 16 years ago
- 1d512df Remove unnecessary "class" keywords. by Bob Wilson · 16 years ago
- 293b133 Change forward declaration of MultiClass to use the "struct" keyword instead by Bob Wilson · 16 years ago
- 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- be8cc2a Second attempt: by Bill Wendling · 16 years ago
- 3255865 Fix trailing whitespace and 80-col. violations in recent TableGen changes. by Bob Wilson · 16 years ago
- c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago