| Commit message (Expand) | Author | Age | Files | Lines |
* | Explain why this is here. | Bill Wendling | 2009-01-29 | 1 | -0/+1 |
* | - Add DebugLoc to getTargetNode(). | Bill Wendling | 2009-01-29 | 1 | -0/+3 |
* | Move the code that starts printing the Select_* functions | Dan Gohman | 2009-01-29 | 1 | -3/+3 |
* | Typo. | Mikhail Glushenkov | 2009-01-28 | 1 | -1/+1 |
* | Add three new option properties. | Mikhail Glushenkov | 2009-01-28 | 1 | -32/+116 |
* | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng | 2009-01-22 | 2 | -80/+3 |
* | Make tblgen more portable, allowing it to build with ICC. | Chris Lattner | 2009-01-22 | 1 | -2/+2 |
* | Fix a missing word. | Dan Gohman | 2009-01-21 | 1 | -2/+2 |
* | Versions of VIM included with Intrepid and Leopard at least appear | Dan Gohman | 2009-01-21 | 1 | -7/+8 |
* | Enable syntax highlighting of LLVM and tablegen files by default, | Dan Gohman | 2009-01-21 | 1 | -0/+12 |
* | Only set cindent for C and C++ source files. | Dan Gohman | 2009-01-21 | 1 | -4/+8 |
* | Change the hook API back to prevent memory leaks. | Mikhail Glushenkov | 2009-01-21 | 1 | -1/+1 |
* | Allow hooks with arguments. | Mikhail Glushenkov | 2009-01-21 | 1 | -43/+212 |
* | Avoid triggering an assertion failure when an instruction pattern | Dan Gohman | 2009-01-16 | 1 | -1/+2 |
* | Add support for instructions with multiple ComplexPatterns, by | Dan Gohman | 2009-01-16 | 1 | -7/+7 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | make tblgen autogenerate the nocapture intrinsics for | Chris Lattner | 2009-01-12 | 1 | -7/+22 |
* | add scaffolding to emit argument attributes. No functionality | Chris Lattner | 2009-01-12 | 1 | -2/+31 |
* | make tblgen emit the entire Intrinsic::getAttributes method, | Chris Lattner | 2009-01-12 | 1 | -0/+7 |
* | add nocapture attribute to llvm.mem* intrinsics and have tblgen | Chris Lattner | 2009-01-12 | 2 | -5/+12 |
* | This has been replaced by llvm/utils/lint/cpp_lint.py, which is more | Misha Brukman | 2009-01-09 | 1 | -5/+0 |
* | remove some exclusions that don't exist anymore. | Chris Lattner | 2009-01-08 | 1 | -3/+0 |
* | Use VIM's built-in shorthand for whitespace in regex. | Misha Brukman | 2009-01-08 | 1 | -1/+1 |
* | Be sure to ignore the end-of-line character when considering trailing | Misha Brukman | 2009-01-08 | 1 | -2/+2 |
* | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 2 | -5/+46 |
* | Fix a thinko in the grammar for thread_local variables. | Dan Gohman | 2009-01-05 | 1 | -1/+1 |
* | Delete an unused variable and simplify the code. | Dan Gohman | 2009-01-05 | 1 | -10/+7 |
* | Handle iAny and fAny types in TreePatternNode::UpdateNodeType. | Bob Wilson | 2009-01-05 | 1 | -5/+7 |
* | Add the keyword 'default'. | Dan Gohman | 2009-01-05 | 1 | -1/+1 |
* | Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM | Misha Brukman | 2009-01-05 | 2 | -1/+1 |
* | A few more polygen grammar updates. | Dan Gohman | 2009-01-05 | 1 | -11/+10 |
* | Fix spelling in some comments. | Bob Wilson | 2009-01-05 | 2 | -2/+2 |
* | gc is not an obsolete keyword. | Dan Gohman | 2009-01-05 | 1 | -2/+2 |
* | Update polygen grammar for recent language changes. | Dan Gohman | 2009-01-05 | 1 | -23/+27 |
* | The .llx suffix is obsolete. | Dan Gohman | 2009-01-04 | 1 | -1/+0 |
* | Update VIM LLVM IR syntax highlighting. | Dan Gohman | 2009-01-04 | 1 | -18/+52 |
* | Set a few more vimrc indentation options. | Dan Gohman | 2009-01-04 | 1 | -2/+4 |
* | Use softtabstop instead of redefining tabstop. | Dan Gohman | 2009-01-04 | 1 | -1/+1 |
* | Switch the vimrc file from smartindent to cindent, which is | Dan Gohman | 2009-01-04 | 1 | -2/+3 |
* | VerifyLineLength() actually takes a max length parameter. | Misha Brukman | 2009-01-02 | 1 | -1/+3 |
* | Added some basic lint tools for C++ and generic lint tool applicable to all | Misha Brukman | 2009-01-02 | 4 | -0/+168 |
* | Deleted trailing whitespace; no functional changes. | Misha Brukman | 2009-01-02 | 1 | -61/+61 |
* | vimrc | Misha Brukman | 2009-01-02 | 3 | -7/+20 |
* | We also removed gtest-all.cc from the distribution tarball. | Misha Brukman | 2009-01-02 | 1 | -3/+2 |
* | Original patch by Talin. | Misha Brukman | 2009-01-01 | 1 | -1/+1 |
* | * Removed gtest-all.cc; .cc files including other .cc files is weird | Misha Brukman | 2009-01-01 | 8 | -85/+16 |
* | Moved Google Test code up one directory so that we can use a standard LLVM | Misha Brukman | 2009-01-01 | 13 | -3/+36 |
* | Import of Google Test 1.2.1, with the non-essential bits removed. | Misha Brukman | 2008-12-31 | 29 | -0/+22431 |
* | Use dyn_cast intead of isa + cast in the generated DAGISel code. This | Dan Gohman | 2008-12-19 | 1 | -7/+13 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -0/+6 |