Teach LLVM how to scalarize packed types. Currently, this only works on
[oota-llvm.git] / utils /
2005-11-17 Chris LattnerValidate that the input to 'Pat' patterns is sane.
2005-11-17 Chris Lattnerteach tblgen to be smart enough to handle tglobaladdr...
2005-11-16 Chris Lattnerfix a tblgen bug that Evan ran into, where we would...
2005-11-15 Chris Lattnerremove these labels, there are now bigger jumps in...
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-03 Chris LattnerReject integer literals that are out of range for their...
2005-11-02 Chris LattnerAdd support for immediates directly in the pattern...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Jeff CohenKeep VC++ happy.
2005-11-01 Chris LattnerLet people who run the nightly tester specify paths...
2005-10-31 Jim LaskeyEmit itinerary class in instruction info.
2005-10-31 Jim LaskeyGenerate cpu to itinerary map.
2005-10-29 Chris LattnerRevert an accidental commit.
2005-10-29 Chris LattnerMake negative immediates in patterns work correctly...
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-10-28 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-28 Chris LattnerUse the new interface Jim added
2005-10-28 Jim LaskeyRemoved Mr. Smith from the code.
2005-10-28 Jim LaskeyAdded method to return a vector of records for a ListIn...
2005-10-28 Chris LattnerThe nightly tester report doesn't report JIT code size...
2005-10-28 Jim LaskeyAdd some commentary.
2005-10-28 Jeff CohenKeep Visual Studio happy.
2005-10-27 Jim LaskeyNow generating instruction itineraries for scheduling...
2005-10-26 Jim LaskeySimplify.
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-26 Chris LattnerCondcodes are in the ISD namespace
2005-10-26 Chris LattnerAdd support for CondCode's
2005-10-25 Chris LattnerEmit some boilerplate for targets
2005-10-25 Jim LaskeyRefactored to make room for more stuff (scheduling...
2005-10-24 Chris LattnerFix an incompatibility with GCC 4.1, thanks to Vladimir...
2005-10-23 Chris LattnerAdd the needed #include, emit enums with the sizes...
2005-10-23 Chris LattnerRemove the obsolete instr selector emitter
2005-10-22 Jim LaskeySort the features and processor lists for the sake...
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-21 Jim LaskeyNew TableGen backends for subtarget information. Only...
2005-10-21 Chris LattnerMake tblgen emit:
2005-10-19 Chris Lattneradd support for literal immediates in patterns to match...
2005-10-19 Chris LattnerAdd basic support for integer constants in pattern...
2005-10-19 Chris LattnerFix some checking that was causing duraid to get a...
2005-10-19 Chris LattnerAdd support for patterns that have physical registers...
2005-10-19 Chris LattnerAsserting here is to violent
2005-10-19 Chris LattnerNate wants to define 'Pat's which turn into instruction...
2005-10-18 Chris LattnerDuraid pointed out that it is impolite to emit PPC...
2005-10-16 Chris LattnerMake the generated code significantly more memory effic...
2005-10-15 Chris LattnerImplement the last major missing piece in the DAG isel...
2005-10-14 Chris LattnerNow that we have int/fp lattice values, implement the...
2005-10-14 Chris LattnerFairly serious rework of the typing code to add new...
2005-10-14 Chris Lattnersimplify the code a bit
2005-10-14 Chris LattnerAdd basic support for recognizing a new SDTCisOpSmaller...
2005-10-14 Chris LattnerImplement a couple of new (important) features.
2005-10-14 Chris LattnerDo not let getLegalValueTypes return a list with duplic...
2005-10-13 Patrick MeredithUpdated to be less restrictive on what is matched
2005-10-13 Chris Lattnerapparently one of the makefile changes changed libprofi...
2005-10-13 Patrick MeredithThis script is used to remove nodes with the label...
2005-10-02 Chris Lattnerput the right labels on the data
2005-10-02 Chris LattnerEmit the value type for each register class.
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnerremove some more initializers
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
2005-09-30 Chris LattnerCompute a preferred spill register class for each calle...
2005-09-30 Chris LattnerFix a warning
2005-09-30 Chris LattnerRegenerate
2005-09-30 Chris LattnerRefactor this a bit to move ParsingTemplateArgs to...
2005-09-30 Chris LattnerRegenerate
2005-09-30 Chris LattnerGenerate a parse error instead of a checked exception...
2005-09-30 Chris Lattnerregenerate
2005-09-30 Chris LattnerRefactor the grammar a bit to implement TableGen/Forwar...
2005-09-30 Chris Lattnerallow regs to be in multiple reg classes
2005-09-29 Chris LattnerTeach tablegen to reassociate operators when possible...
2005-09-29 Chris LattnerTeach tblgen to build permutations of instructions...
2005-09-28 Chris Lattneradd support for an associative marker
2005-09-28 Chris LattnerEmit an error if instructions or patterns are defined...
2005-09-28 Chris Lattnercollect commutativity information
2005-09-28 Chris LattnerPrefer cheaper patterns to more expensive ones. Print...
2005-09-28 Chris LattnerSelect Constant nodes to TargetConstant nodes
2005-09-26 Chris Lattnermemoize the assert results
2005-09-26 Chris LattnerEmit the switch stmt cases in alphabetical order instea...
2005-09-26 Chris Lattnerimplement a fixme: only select values once, even if...
2005-09-25 Jeff CohenFix VC++ build errors.
2005-09-24 Chris Lattnermemoize translations
2005-09-24 Chris LattnerTeach the DAG isel generator to emit code that creates...
2005-09-23 Chris LattnerEmit better code (no more copies for var references...
2005-09-23 Chris LattnerFix a fixme by passing around SDOperand's instead of...
2005-09-23 Chris LattnerEmit code that matches the incoming DAG pattern and...
2005-09-23 Chris Lattneremit information about the order patterns are to be...
2005-09-23 Chris Lattnerstart filling in the switch stmt
2005-09-16 Chris LattnerFix a minor bug, add comments
2005-09-15 Chris Lattnerteach the type inference code how to infer types for...
2005-09-15 Chris Lattnerput instructions into a map instead of a vector for...
2005-09-15 Chris Lattnerwhen parsing instructions remember information about...
2005-09-15 Chris LattnerStart parsing "Pattern" nodes
2005-09-15 Chris Lattnerrename a couple of methods, add structure for pattern...
2005-09-14 Chris LattnerVerify that xform functions only occur in logical places
2005-09-14 Chris LattnerPromote xform fns to be explicit nodes in result patter...
2005-09-14 Chris Lattnerstart building the instruction dest pattern correctly...
2005-09-14 Chris Lattnercatch unnamed inputs
2005-09-14 Chris Lattnercheck that there are no unexpected operands
2005-09-14 Chris Lattnerforce all instruction operands to be named.
2005-09-14 Chris LattnerCheck that operands have unique names. REJECT instruct...
2005-09-14 Chris Lattnerfix a broke range check
next