aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2006-04-12Additional files to distribute.Reid Spencer
2006-04-12Add the llvm-config directory to the EXTRA_DIST line so it gets distributedReid Spencer
2006-04-12make recovering running_Olden data easier when the nightly tester eats the gr...Andrew Lenharth
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-04-06Infer element types for shuffle masksChris Lattner
2006-04-06rename a method, to avoid confusion with llvm intrinsics.Chris Lattner
2006-04-02Adjust the Intrinsics.gen interface a little bitChris Lattner
2006-03-31regenerateChris Lattner
2006-03-31Generalize the previous binary operator support and add a string concatenationChris Lattner
2006-03-31Allow bits init values to be used in patterns, turn them into ints.Chris Lattner
2006-03-31Final bugfix for PR724. GCC won't inline varargs functions, so use one toChris Lattner
2006-03-31When emitting code for the verifier, instead of emitting each case statementChris Lattner
2006-03-30regenerateChris Lattner
2006-03-30Implement Regression/TableGen/DagDefSubst.llChris Lattner
2006-03-28Don't sort the names before outputing the intrinsic name table. It causes aEvan Cheng
2006-03-28Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...Chris Lattner
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner
2006-03-28revert this, it breaks things.Chris Lattner
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner
2006-03-27Print error messages like this:Chris Lattner
2006-03-25Add a missing check which cause an invalid .td file to crash tblgenChris Lattner
2006-03-25When failing selection for an intrinsic, print this:Chris Lattner
2006-03-24Change approach so that we get codegen for free for intrinsics. With this,Chris Lattner
2006-03-24fix 80 column violationsChris Lattner
2006-03-24Parse intrinsics correctly and perform type propagation. This doesn't currentlyChris Lattner
2006-03-24Add dwarf register numbering to register data.Jim Laskey
2006-03-24Make sure to initialize the TheDef field!Chris Lattner
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner
2006-03-24extract some more information from the intrinsic tableChris Lattner
2006-03-24Remove the interpreter component as its not working at the moment.Reid Spencer
2006-03-23Add a .cvsignore file to get rid of notices about gram.tab.[ch]Reid Spencer
2006-03-23Add new generated files to be ignored.Reid Spencer
2006-03-23Ignore temporary files generated by building.Reid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-23A little script to find LLVM symbols. Ideally this would use c++filt forReid Spencer
2006-03-23Don't print out ugly command line when building LibDeps.txt.Reid Spencer
2006-03-23Updated for library changes:Reid Spencer
2006-03-23Allow result node to be a simple leaf node. This enable bitconvert patternsEvan Cheng
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-03-21Don't forget to promote xform function to an explicit node for def : Pat<>Evan Cheng
2006-03-21minor code simplificationChris Lattner
2006-03-21Cause the various warnings list to be generated via a <ul> list withReid Spencer
2006-03-20The node wrapped in PatLeaf<> should be treated as a leaf even if it isn'tEvan Cheng
2006-03-20It should be ok for a xform output type to be different from input type.Evan Cheng
2006-03-20Copy matching pattern's output type info to instruction result pattern.Evan Cheng
2006-03-20Add a new SDTCisIntVectorOfSameSize type constraintChris Lattner
2006-03-19The library dependency file in flat format. This file is generated by theReid Spencer
2006-03-19First cut at the Makefile for llvm-config. This initial version just providesReid Spencer
2006-03-19Add a -flat option for generating the library dependencies in a flatReid Spencer
2006-03-19getEnumName() missed v8i8, v4i16, and v2i32 typesEvan Cheng