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