Fix generous source of VC++ truncation warnings.
[oota-llvm.git] / utils /
2006-01-12 Evan ChengAllow transformation from GlobalAddress to TargetGlobal...
2006-01-12 Evan ChengGlobalAddress -> TargetGlobalAddress; ExternalSymbol...
2006-01-11 Evan ChengSome minor fixes.
2006-01-11 Chris LattnerAlways select target registers to themselves
2006-01-11 Chris LattnerEmit an error instead of an assertion if trying to...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-09 Evan Cheng* Remove instruction fields hasInFlag / hasOutFlag...
2006-01-06 Evan ChengPattern complexity calculation fix.
2006-01-06 Evan ChengTweak pattern complexity calc.
2006-01-06 Evan ChengBug fix wrt chain operand.
2006-01-04 Jeff CohenReplace fix with one less disruptive to the original...
2006-01-04 Jeff CohenTblgen was generating syntactically illegal C++ code...
2006-01-04 Chris LattnerRemove obsolete comment, make things look a bit nicer
2006-01-04 Chris Lattnerreduce stack usage of the recursive SelectCode function...
2006-01-03 Chris LattnerRemove my previous ugly hack that tries to reduce the...
2005-12-30 Duraid MadinaHP-UX DVDs are crunchy and good to eat
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-12-30 Nate BegemanAdd support for generating v4i32 altivec code
2005-12-27 Duraid MadinaThis gets most of the backends building with HP HappyC++.
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-26 Duraid Madinamore standards-compliance stuff
2005-12-24 Andrew Lenharthsupport targetexternalsym
2005-12-23 Evan Cheng* Support for hasInFlag and hasOutFlag (on instructions...
2005-12-22 Chris Lattnersilence some bogus gcc warnings
2005-12-22 Evan ChengAttempt to fix a crash on WIN32.
2005-12-22 Evan Cheng* Added support for FLAG - a special nameless flag...
2005-12-21 Evan ChengAllows instructions which no explicit operands. e.g...
2005-12-21 Chris LattnerEliminate some GCC warnings from the generated code
2005-12-20 Evan ChengFix the semantic of Requires<[cond]> to mean if (!cond...
2005-12-20 Chris LattnerThis ugly patch works around a GCC bug where it is...
2005-12-20 Evan ChengNow support instructions with implicit write to non...
2005-12-20 Patrick MeredithAdded a break that I meant to include originally, for...
2005-12-20 Evan ChengLefted out a fix in the previous check in.
2005-12-19 Evan ChengFix another bug related to chain / flag.
2005-12-19 Evan ChengFixes for a number of bugs: save flag results in CodeGe...
2005-12-19 Patrick MeredithThis is a script to extract nodes and edges associated...
2005-12-18 Chris LattnerHandle basic block nodes
2005-12-18 Chris LattnerMore fixes for Selection of copyto/fromreg with a flag
2005-12-18 Chris LattnerSelect copytoreg and copyfromreg nodes that have flag...
2005-12-17 Evan ChengSupport for read / write from explicit registers with...
2005-12-14 Evan ChengAdded support to specify predicates.
2005-12-14 Evan ChengSkip over srcvalue nodes when generating ISEL code.
2005-12-12 Evan ChengBug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue...
2005-12-12 Evan ChengAt top of generated isel SelectCode() is this:
2005-12-12 Evan ChengBug fix: finding the correct incoming chain for pattern...
2005-12-11 Chris LattnerSend an indicator to llvm-testresults if the build...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-10 Evan ChengStop emitting a redudant type check for complex pattern...
2005-12-10 Evan ChengFor instructions which produce no result, e.g. store...
2005-12-09 Chris LattnerAdd a new SDTCisPtrTy constraint, which indicates that...
2005-12-09 Evan Cheng* Do not allow nodes which produce chain results (e...
2005-12-09 Evan ChengPrevent folding of instructions which produce chains...
2005-12-09 Evan Cheng* Make sure complex pattern operands are selected first...
2005-12-08 Evan Cheng* Added an explicit type field to ComplexPattern.
2005-12-08 Evan ChengAdded support for ComplexPattern. These are patterns...
2005-12-05 Evan Cheng* Infer instruction property hasCtrlDep from pattern...
2005-12-05 Chris LattnerImplement PR673: for explicit register references,...
2005-12-05 Chris LattnerAdd some methods
2005-12-05 Chris LattnerGenerate code to silence bogus GCC warnings.
2005-12-04 Evan Cheng* Commit the fix (by Chris) for a tblgen type inferenci...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Evan ChengTeach tblgen to accept register source operands in...
2005-12-01 Nate BegemanNuke CodeGenInstruction's ValueType member, it is no...
2005-12-01 Nate BegemanStop checking the ValueType of the CodeGenInstruction...
2005-11-30 Nate Begemanfit into 80 columns
2005-11-30 Chris LattnerMake the code generated by tblgen return the result...
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Nate BegemanFix some copy and paste typos.
2005-11-29 Evan ChengBetter error message when unrecognized opcode is seen.
2005-11-29 Nate BegemanAdd the new vector types to tablegen
2005-11-19 Chris LattnerInitialize this variable on all paths, fixing a crasher...
2005-11-19 Chris LattnerTeach tblgen about instruction operands that have multi...
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
next