summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* 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
* remove typoChris Lattner2006-03-15
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-15
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-15
* Allow a sequence of digits at the end of the directory name when trying toReid Spencer2006-03-14
* Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Add a newline at the end to avoid gcc warnings.Reid Spencer2006-03-14
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-13
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-13
* fix pasto in generate assertion msgChris Lattner2006-03-11
* generate side-effect infoChris Lattner2006-03-09
* Parse mod/ref properties, autogen mod/ref informationChris Lattner2006-03-09
* parse intrinsic typesChris Lattner2006-03-09
* autogenerate the function name recognizerChris Lattner2006-03-09
* Temporary hack to enable more (store (op (load ...))) folding. This makesEvan Cheng2006-03-09
* Don't generate silly matching code like this:Evan Cheng2006-03-07
* Silence a warning.Chris Lattner2006-03-03
* Fix pasteoChris Lattner2006-03-03
* remove a bunch of long-dead testing codeChris Lattner2006-03-03
* initial implementation of intrinsic parsingChris Lattner2006-03-03
* remove out of date commentChris Lattner2006-03-03
* Add support for "-Ifoo" in addition to "-I foo"Chris Lattner2006-03-03
* RegenerateChris Lattner2006-03-03
* add support for multiple include directoriesChris Lattner2006-03-03
* New vector type v2f32.Evan Cheng2006-03-01
* Select inline asm memory operands.Chris Lattner2006-02-24
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-20