- 20c2b35 silence warning when assertions are disabled. by Chris Lattner · 17 years ago
- 82a87a0 Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad by Dan Gohman · 17 years ago
- eaa91b0 Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit. by Evan Cheng · 17 years ago
- a321125 Add support to tablegen for specifying subregister classes on a per register class basis. by Christopher Lamb · 17 years ago
- b5c1c9c Add clobbersPred - instruction that clobbers condition code / register which are used to predicate instructions. by Evan Cheng · 17 years ago
- 851879c Patches by Chuck Rose to unbreak V Studio builds. by Bill Wendling · 17 years ago
- b9daee9 Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType by Dan Gohman · 17 years ago
- 84c614d The Intrinsic::getDeclaration function's Tys parameter only contains the by Reid Spencer · 17 years ago
- 5127ce0 Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable without having a PredicateOperand. by Evan Cheng · 17 years ago
- 4ef9b11 Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll, the other recent by Chris Lattner · 18 years ago
- 30d15757 Added \!con(a,b) syntax to concatnate two dag fragments. by Evan Cheng · 18 years ago
- 3ab6dcf Mark all (not just the first) predicate operand M_PREDICATE_OPERAND. by Evan Cheng · 18 years ago
- 39376d0 PredicateOperand related bug fix. by Evan Cheng · 18 years ago
- 7055fd0 Remove duplicated line. by Evan Cheng · 18 years ago
- 5903963 If a PredicateOperand has an empty ExecuteAlways field, treat it as if a normal operand for isel. by Evan Cheng · 18 years ago
- 4222d80 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 18 years ago
- 4604023 Make my proxy happy. by Lauro Ramos Venancio · 18 years ago
- 6f7c8ff A bit of feedback from Chris that I missed; error rather than asserting. by Nate Begeman · 18 years ago
- 7bf1c27 llvm bug #1350, parts 1, 2, and 3. by Nate Begeman · 18 years ago
- 01929c0 Update a comment to reflect recent changes in the type system. by Dan Gohman · 18 years ago
- 195c6c2 bugfix: remember that ResNode was declared. by Lauro Ramos Venancio · 18 years ago
- 8dadf6b Fix generation of certain scheduler itineraries. by Christopher Lamb · 18 years ago
- 4fc4fab Bug fix; add super-registers sets. by Evan Cheng · 18 years ago
- b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
- 3cafbf7 Add sub-registers sets. by Evan Cheng · 18 years ago
- 2db15e2 For PR1328: by Reid Spencer · 18 years ago
- 849c9a2 Adding target triplet to be passed to database. by Tanya Lattner · 18 years ago
- 7545422 Correctly report version of GCC used. by Jeff Cohen · 18 years ago
- 8e27acf Update for PathWithStatus by Reid Spencer · 18 years ago
- b5fda75 Terminate some lines that need to be. by Reid Spencer · 18 years ago
- 99e865a Reinstate the SVN capability without requiring Date::Parse. As before the by Reid Spencer · 18 years ago
- 776964a Revert this until the Date::Parse module can be installed on the nightly by Reid Spencer · 18 years ago
- d0b0879 Prepare for Subversion migration by implementing a -usesvn to tell the by Reid Spencer · 18 years ago
- c4de3de For PR1297: by Reid Spencer · 18 years ago
- d4eeb80 Add better support for keywords. by Bill Wendling · 18 years ago
- eebc8a1 Add support for the v1i64 type. This makes better code for this: by Bill Wendling · 18 years ago
- 28ecc1a The -funcresolve and -raise options no longer exist. by Duncan Sands · 18 years ago
- 04677a3 Recognize target instruction flag 'isReMaterializable'. by Evan Cheng · 18 years ago
- d0b82b3 Refactoring of formal parameter flags. Enable properly use of by Anton Korobeynikov · 18 years ago
- 1d9bacc Use new SDIselParamAttr enumeration. This removes "magick" constants by Anton Korobeynikov · 18 years ago
- e3bab80 rename some CCActions by Chris Lattner · 18 years ago
- 2092c8a implement CCPromoteToType by Chris Lattner · 18 years ago
- 50d4565 reapply by Chris Lattner · 18 years ago
- 88ee2a1 *** empty log message *** by Chris Lattner · 18 years ago
- 53c9b3f Backing out by Evan Cheng · 18 years ago
- 798dc7a initial support for calling convention generation, still unfinished. by Chris Lattner · 18 years ago
- 114e5dd emit an enum value for the # of target registers. by Chris Lattner · 18 years ago
- d263114 the lengths of the strings are known, just use memcmp by Chris Lattner · 18 years ago
- 3b51580 Implement Function::getIntrinsicID without it needing to call Value::getName, by Chris Lattner · 18 years ago
- ac9dcb9 For PR1195: by Reid Spencer · 18 years ago
- 9d6565a For PR1195: by Reid Spencer · 18 years ago
- e5ff008 remove obsolete path by Chris Lattner · 18 years ago
- 95af592 Automatically generating intrinsic declarations from Dan Gohman. Modified by Jim Laskey · 18 years ago
- c9c1787 Set the new NO_INSTALL flag for build-only tools. by Reid Spencer · 18 years ago
- 95d97b9 Error check and eliminate unnecessary value. by Jim Laskey · 18 years ago
- 01ba6ad Regenerate. by Jim Laskey · 18 years ago
- 81a21ea Deemed too cute to live. by Jim Laskey · 18 years ago
- 251e3c6 Regenerate. by Jim Laskey · 18 years ago
- ba4cc09 Support var arg intrinsics. by Jim Laskey · 18 years ago
- 90a2eb0 Use opt to generate the list of passes to run. by Reid Spencer · 18 years ago
- 844b892 Make the constant honest. by Jim Laskey · 18 years ago
- a683f9b Files missing from LABEL check in. by Jim Laskey · 18 years ago
- d8a1728 Make tblgen error more useful. Patch by B. Scott Michel by Chris Lattner · 18 years ago
- 2c13f66 Fix this tool for use on Darwin which requires the file to come after the by Reid Spencer · 18 years ago
- ea92a10 Join two lines that caused awk to squak on some platforms. by Reid Spencer · 18 years ago
- a54b7cb For PR1064: by Reid Spencer · 18 years ago
- 40beb40 Put in some needed \ at the end of lines!!! by Reid Spencer · 18 years ago
- db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
- b1788a3 Remove some clutter and make it keep going instead of stopping at the by Reid Spencer · 18 years ago
- dbe4006 Ignore entries with blank names. by Jim Laskey · 18 years ago
- 9a7dfa3 Rollback changes to take a different tack. by Jim Laskey · 18 years ago
- 55a7ec3 Honor the command line specification for machine type. by Jim Laskey · 18 years ago
- 33c9683 Provide a script that can track down which optimization pass causes by Reid Spencer · 18 years ago
- 2232a80 Allow the input of the test program to be specified. by Reid Spencer · 18 years ago
- f8463a3 Add the -ldl library option. by Reid Spencer · 18 years ago
- f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
- 0555122 Match TargetInstrInfo changes. by Evan Cheng · 18 years ago
- ba07a69 Only show the first few lines of difference. by Reid Spencer · 18 years ago
- 2bae1f5 Add an option to enable lli (interpreter mode) testing. by Reid Spencer · 18 years ago
- 6d0fbd4 Stop early if there is no mis-optimization. by Reid Spencer · 18 years ago
- f7560ed Fix PR1001, patch by Nikhil Patil! by Chris Lattner · 18 years ago
- 161a2fb Make the awk filter print out which files its eliminating. by Reid Spencer · 18 years ago
- 35d958c This is a utility for preparing patches against LLVM. It runs cvs diff with by Reid Spencer · 18 years ago
- 5b31cf0 Provide a list of gccld optimization switches. by Reid Spencer · 18 years ago
- fb1aab0 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
- a8c3ff4 Use a release version of bugpoint, if found. Include gccld passes. by Reid Spencer · 18 years ago
- f64f9a4 Remove the isTwoAddress property from the CodeGenInstruction class. It should by Chris Lattner · 18 years ago
- 0bb7500 ADd support for adding constraints to suboperands by Chris Lattner · 18 years ago
- 33a4004 restore some 'magic' code that I removed: it is needed. Add comments explaining by Chris Lattner · 18 years ago
- 717a611 minimal hack to get patterns whose result type is iPTR to be selected. by Chris Lattner · 18 years ago
- 0d1bb13 remove some dead code by Chris Lattner · 18 years ago
- ab51ddd Add support for nodes that return iPTR. by Chris Lattner · 18 years ago
- 646085d changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc by Chris Lattner · 18 years ago
- 7c3a96b Fix a bug handling nodes with variable arguments. The code was fixed to assume by Chris Lattner · 18 years ago
- 0244099 Add some output so the user is informed while they wait. by Reid Spencer · 18 years ago
- 2fe47fc Add -lstdc++ to the link line for C++ programs. by Reid Spencer · 18 years ago
- f196839 allow ptr_rc to explicitly appear in an instructions operand list, it doesn't by Chris Lattner · 18 years ago
- a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
- dd2b955 Don't run bugpoint if we can't find a misoptimization. by Reid Spencer · 18 years ago
- e4d8f33 Print a usage message if too few arguments to program. by Reid Spencer · 18 years ago