aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add a missing check which cause an invalid .td file to crash tblgenChris Lattner2006-03-251-0/+3
* When failing selection for an intrinsic, print this:Chris Lattner2006-03-251-2/+16
* Change approach so that we get codegen for free for intrinsics. With this,Chris Lattner2006-03-242-38/+94
* fix 80 column violationsChris Lattner2006-03-241-5/+6
* Parse intrinsics correctly and perform type propagation. This doesn't currentlyChris Lattner2006-03-242-3/+49
* Add dwarf register numbering to register data.Jim Laskey2006-03-241-1/+18
* Make sure to initialize the TheDef field!Chris Lattner2006-03-241-0/+1
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-243-83/+89
* extract some more information from the intrinsic tableChris Lattner2006-03-242-1/+25
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-241-5/+1
* Add a .cvsignore file to get rid of notices about gram.tab.[ch]Reid Spencer2006-03-231-0/+2
* Add new generated files to be ignored.Reid Spencer2006-03-231-0/+4
* Ignore temporary files generated by building.Reid Spencer2006-03-231-0/+5
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-234-14/+33
* A little script to find LLVM symbols. Ideally this would use c++filt forReid Spencer2006-03-231-0/+34
* Don't print out ugly command line when building LibDeps.txt.Reid Spencer2006-03-231-1/+3
* Updated for library changes:Reid Spencer2006-03-231-2/+2
* Allow result node to be a simple leaf node. This enable bitconvert patternsEvan Cheng2006-03-231-4/+9
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-223-1/+569
* Don't forget to promote xform function to an explicit node for def : Pat<>Evan Cheng2006-03-211-1/+20
* minor code simplificationChris Lattner2006-03-211-11/+5
* Cause the various warnings list to be generated via a <ul> list withReid Spencer2006-03-212-9/+25
* The node wrapped in PatLeaf<> should be treated as a leaf even if it isn'tEvan Cheng2006-03-201-4/+11
* It should be ok for a xform output type to be different from input type.Evan Cheng2006-03-201-5/+17
* Copy matching pattern's output type info to instruction result pattern.Evan Cheng2006-03-202-6/+14
* Add a new SDTCisIntVectorOfSameSize type constraintChris Lattner2006-03-202-3/+23
* The library dependency file in flat format. This file is generated by theReid Spencer2006-03-191-0/+35
* First cut at the Makefile for llvm-config. This initial version just providesReid Spencer2006-03-191-0/+16
* Add a -flat option for generating the library dependencies in a flatReid Spencer2006-03-191-5/+31
* getEnumName() missed v8i8, v4i16, and v2i32 typesEvan Cheng2006-03-191-0/+3
* Fix miscodegen of V_SET0 in PPC.Chris Lattner2006-03-181-0/+4
* Use the <tt> tag instead of <pre> tag to get code/file/warning lists toReid Spencer2006-03-171-1/+1
* allow the GCCBuiltinName field to be optionalChris Lattner2006-03-151-1/+2
* Fix VC++ build error.Jeff Cohen2006-03-151-0/+1
* remove typoChris Lattner2006-03-151-1/+1
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-152-4/+22
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-153-1/+59
* Allow a sequence of digits at the end of the directory name when trying toReid Spencer2006-03-142-2/+3
* Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Add a newline at the end to avoid gcc warnings.Reid Spencer2006-03-141-1/+1
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-145-6/+6
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-133-8/+30
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-132-6/+28
* fix pasto in generate assertion msgChris Lattner2006-03-111-1/+1
* generate side-effect infoChris Lattner2006-03-092-0/+27
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-092-0/+47
* parse intrinsic typesChris Lattner2006-03-093-4/+50
* autogenerate the function name recognizerChris Lattner2006-03-092-0/+41
* Temporary hack to enable more (store (op (load ...))) folding. This makesEvan Cheng2006-03-091-30/+74
* Don't generate silly matching code like this:Evan Cheng2006-03-071-3/+8