Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / utils / TableGen /
2010-05-27 Dan GohmanMinor code simplification.
2010-05-27 Daniel DunbarAsmMatcher: Ensure classes are totally ordered, so...
2010-05-26 Jakob Stoklund OlesenCheck that inherited subregisters all have a direct...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-26 Jakob Stoklund OlesenSuppress emmission of empty subreg/superreg/alias sets.
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenDrop the SuperregHashTable. It is essentially the same...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Jakob Stoklund OlesenIgnore NumberHack and give each SubRegIndex instance...
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Chris Lattnerdiaggroup categories should take precedence over diag...
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenAdd the SubRegIndex TableGen class.
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-20 Daniel Dunbartblgen/Target: Add a isAsmParserOnly bit, and teach...
2010-05-18 Sean HuntReplace FIRST_* and LAST_* macros with a generic STMT_R...
2010-05-14 Evan ChengAdded a QQQQ register file to model 4-consecutive Q...
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-13 Chandler CarruthUpdate tablegen to generate shorts instead of chars...
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Sean HuntFix some stylistic issues with my last commit.
2010-05-05 Shantonu SenAdd newline to end of file to avoid warning
2010-05-05 Sean HuntInclude the right header for toupper
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Chris Lattnerstop computing InstImpInputs, it is dead
2010-04-20 Chris LattnerDAGInstruction::ImpOperands is dead after my recent...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-14 Benjamin KramerEDis: Don't include inttypes.h. We support compilers...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-09 Johnny ChenIf all the bit positions are not specified; do not...
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Johnny ChenARM decoder emitter should print out useful information...
2010-04-08 Johnny ChenNow that Evan Cheng has fixed the coalescer bug (r10080...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-08 Benjamin KramerUse errs instead of fprintf.
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Eric ChristopherFix typo and correct comment somewhat.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-04-02 Johnny ChenMove variable "Bits" declaration/definition into the...
2010-04-02 Johnny ChenFixed build warning.
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-29 Chris LattnerSwitch pattern sorting predicate from stable sort ...
2010-03-29 Chris Lattnerrevert 99795, as mentioned, it is disabled anyway.
2010-03-29 Chris LattnerCheck in a (disabled) failed attempt to improve the...
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-28 Chris Lattnerimprove type checking of SDNode operand count. This...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-28 Chris Lattnervalidate that input sdnodes don't exist in an output...
2010-03-28 Chris Lattnereliminate a bunch of code duplication in ParseTreePattern
2010-03-28 Chris LattnerSDTCisVT<0, isVoid> is not valid, reject it.
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-27 Chris Lattnerfix a long standing fixme, which required fixing a...
2010-03-27 Chris Lattnerfix CodeGenTarget::getRegisterVTs to not return the
2010-03-27 Chris Lattnerhoist some funky logic into CodeGenInstruction
2010-03-27 Chris Lattnercontinue pushing tblgen's support for nodes with multiple
2010-03-27 Chris Lattnerfix a bug in my recent patch that increased opcode...
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-24 Chris Lattneradd plumbing for handling multiple result nodes
2010-03-24 Chris Lattnerimplement SDTCisVTSmallerThanOp with EnforceSmallerThan
2010-03-24 Chris Lattnerbring sanity to EnforceVectorEltType
2010-03-23 Chris LattnerCleanup getImplicitType
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-21 Daniel DunbarFix suggested parentheses warning.
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Chris Lattnermake getOperandNum a static function (since it's just...
2010-03-19 Chris Lattnermajor surgery on tblgen: generalize TreePatternNode
2010-03-19 Chris Lattnermake FillWithPossibleTypes take a predicate to filter...
2010-03-19 Chris Lattnerresolve fixme: we now infer the instruction-level ...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerrewrite EnforceSmallerThan to be less bone headed.
2010-03-19 Daniel DunbarFix -Asserts warning.
2010-03-19 Chris Lattnereliminate the last use of EEVT::isUnknown
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
next