summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Avoid triggering an assertion failure when an instruction patternDan Gohman2009-01-16
* Add support for instructions with multiple ComplexPatterns, byDan Gohman2009-01-16
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* make tblgen autogenerate the nocapture intrinsics for Chris Lattner2009-01-12
* add scaffolding to emit argument attributes. No functionality Chris Lattner2009-01-12
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-12
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* This has been replaced by llvm/utils/lint/cpp_lint.py, which is moreMisha Brukman2009-01-09
* remove some exclusions that don't exist anymore.Chris Lattner2009-01-08
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-08
* Be sure to ignore the end-of-line character when considering trailingMisha Brukman2009-01-08
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-01-05
* Delete an unused variable and simplify the code.Dan Gohman2009-01-05
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-05
* Add the keyword 'default'.Dan Gohman2009-01-05
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-05
* A few more polygen grammar updates.Dan Gohman2009-01-05
* Fix spelling in some comments.Bob Wilson2009-01-05
* gc is not an obsolete keyword.Dan Gohman2009-01-05
* Update polygen grammar for recent language changes.Dan Gohman2009-01-05
* The .llx suffix is obsolete.Dan Gohman2009-01-04
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-04
* Set a few more vimrc indentation options.Dan Gohman2009-01-04
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-04
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-04
* VerifyLineLength() actually takes a max length parameter.Misha Brukman2009-01-02
* Added some basic lint tools for C++ and generic lint tool applicable to allMisha Brukman2009-01-02
* Deleted trailing whitespace; no functional changes.Misha Brukman2009-01-02
* vimrcMisha Brukman2009-01-02
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-02
* Original patch by Talin.Misha Brukman2009-01-01
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-01
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-01
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-31
* Use dyn_cast intead of isa + cast in the generated DAGISel code. ThisDan Gohman2008-12-19
* Added support for vector widening.Mon P Wang2008-12-18
* Fix typo in error message.Mikhail Glushenkov2008-12-18
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Change so that buildit won't need a parent directory with only the build scri...Bill Wendling2008-12-16
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-11
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Better error message.Mikhail Glushenkov2008-12-07
* Re-apply Cedric's changes.Mikhail Glushenkov2008-12-07
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-07
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* The use of the construct:Cedric Venet2008-12-05
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-03