summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence a warning.Chris Lattner2006-03-033-3/+3
* Fix pasteoChris Lattner2006-03-031-1/+1
* remove a bunch of long-dead testing codeChris Lattner2006-03-031-331/+1
* initial implementation of intrinsic parsingChris Lattner2006-03-034-0/+157
* remove out of date commentChris Lattner2006-03-031-2/+1
* Add support for "-Ifoo" in addition to "-I foo"Chris Lattner2006-03-031-1/+1
* RegenerateChris Lattner2006-03-032-53/+61
* add support for multiple include directoriesChris Lattner2006-03-032-12/+16
* New vector type v2f32.Evan Cheng2006-03-011-0/+2
* Select inline asm memory operands.Chris Lattner2006-02-241-0/+1
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-201-0/+3
* Fix bugs identified by VC++.Jeff Cohen2006-02-181-2/+2
* Bump up pattern cost if the resulting instruction is markedEvan Cheng2006-02-181-7/+14
* Check the new form for bison output into CVSChris Lattner2006-02-153-0/+638
* Adjust to new form of handling lexer dependencies, this way shouldn't haveChris Lattner2006-02-143-40/+273
* Call InsertISelMapEntry rather than map insertion operator to prevent overlyEvan Cheng2006-02-091-45/+64
* Match getTargetNode() changes (now returns SDNode* instead of SDOperand).Evan Cheng2006-02-092-40/+47
* Change Select() fromEvan Cheng2006-02-091-69/+98
* Added options -cflag, -cxxflags, and -ldflags to override the default CEvan Cheng2006-02-081-0/+15
* Remove -pedantic. It no longer works.Evan Cheng2006-02-081-5/+0
* Hoist all SDOperand declarations within a Select_{opcode}() to the top levelEvan Cheng2006-02-072-34/+67
* Add support for modifier strings in machine instr descriptions. This allowsChris Lattner2006-02-061-6/+38
* Simplify the variant handling code, no functionality change.Chris Lattner2006-02-061-34/+17
* At the end of isel, select a replacement node for each handle that does notEvan Cheng2006-02-061-11/+24
* Name change.Evan Cheng2006-02-061-4/+4
* Handle HANDLENODE: just return itself.Evan Cheng2006-02-051-0/+1
* Allow more loads to be folded which were previously prevented from happeningEvan Cheng2006-02-052-24/+183
* Re-committing the last bit of change. It shouldn't break PPC this time.Evan Cheng2006-02-051-4/+7
* Temporarily revert the last change, which breaks PPC and other targets thatChris Lattner2006-02-041-3/+4
* Complex pattern's custom matcher should not call Select() on any operands.Evan Cheng2006-02-041-0/+5