aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-02-14Merge 64367 from mainline.Tanya Lattner
2009-02-14Revert disabling of building unittests.Tanya Lattner
2009-02-14Merge from mainline.Tanya Lattner
2009-02-14Merge from mainline.Tanya Lattner
2009-02-05Disable building unittests unless PR3487 can be fixed.Tanya Lattner
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-01-29Explain why this is here.Bill Wendling
2009-01-29- Add DebugLoc to getTargetNode(). Bill Wendling
2009-01-29Move the code that starts printing the Select_* functionsDan Gohman
2009-01-28Typo.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2009-01-22Make tblgen more portable, allowing it to build with ICC.Chris Lattner
2009-01-21Fix a missing word.Dan Gohman
2009-01-21Versions of VIM included with Intrepid and Leopard at least appearDan Gohman
2009-01-21Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman
2009-01-21Only set cindent for C and C++ source files.Dan Gohman
2009-01-21Change the hook API back to prevent memory leaks.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2009-01-16Avoid triggering an assertion failure when an instruction patternDan Gohman
2009-01-16Add support for instructions with multiple ComplexPatterns, byDan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-12make tblgen autogenerate the nocapture intrinsics for Chris Lattner
2009-01-12add scaffolding to emit argument attributes. No functionality Chris Lattner
2009-01-12make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner
2009-01-12add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner
2009-01-09This has been replaced by llvm/utils/lint/cpp_lint.py, which is moreMisha Brukman
2009-01-08remove some exclusions that don't exist anymore.Chris Lattner
2009-01-08Use VIM's built-in shorthand for whitespace in regex.Misha Brukman
2009-01-08Be sure to ignore the end-of-line character when considering trailingMisha Brukman
2009-01-07Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson
2009-01-05Fix a thinko in the grammar for thread_local variables.Dan Gohman
2009-01-05Delete an unused variable and simplify the code.Dan Gohman
2009-01-05Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson
2009-01-05Add the keyword 'default'.Dan Gohman
2009-01-05Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman
2009-01-05A few more polygen grammar updates.Dan Gohman
2009-01-05Fix spelling in some comments.Bob Wilson
2009-01-05gc is not an obsolete keyword.Dan Gohman
2009-01-05Update polygen grammar for recent language changes.Dan Gohman
2009-01-04The .llx suffix is obsolete.Dan Gohman
2009-01-04Update VIM LLVM IR syntax highlighting.Dan Gohman
2009-01-04Set a few more vimrc indentation options.Dan Gohman
2009-01-04Use softtabstop instead of redefining tabstop.Dan Gohman
2009-01-04Switch the vimrc file from smartindent to cindent, which isDan Gohman
2009-01-02VerifyLineLength() actually takes a max length parameter.Misha Brukman
2009-01-02Added some basic lint tools for C++ and generic lint tool applicable to allMisha Brukman
2009-01-02Deleted trailing whitespace; no functional changes.Misha Brukman
2009-01-02vimrcMisha Brukman
2009-01-02We also removed gtest-all.cc from the distribution tarball.Misha Brukman