aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the build on win32.Cedric Venet2009-02-142-3/+3
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-142-0/+36
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-122-6/+10
* Don't try to strip a file we just moved.Bill Wendling2009-02-111-1/+1
* Strip the LTO dylib.Bill Wendling2009-02-091-0/+1
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-091-2/+2
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-091-0/+1
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-091-1/+3
* Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling2009-02-091-4/+7
* Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng2009-02-072-0/+377
* Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng2009-02-072-377/+0
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-1/+2
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-2/+2
* FIx spelling.Mike Stump2009-02-051-2/+2
* Probe for flags before using them to try to help compiling withMike Stump2009-02-051-1/+4
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-057-24/+79
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-0/+1
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-047-79/+24
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-047-24/+79
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-1/+1
* Explain why this is here.Bill Wendling2009-01-291-0/+1
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-291-0/+3
* Move the code that starts printing the Select_* functionsDan Gohman2009-01-291-3/+3
* Typo.Mikhail Glushenkov2009-01-281-1/+1
* Add three new option properties.Mikhail Glushenkov2009-01-281-32/+116
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-222-80/+3
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-221-2/+2
* Fix a missing word.Dan Gohman2009-01-211-2/+2
* Versions of VIM included with Intrepid and Leopard at least appearDan Gohman2009-01-211-7/+8
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-211-0/+12
* Only set cindent for C and C++ source files.Dan Gohman2009-01-211-4/+8
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-43/+212
* Avoid triggering an assertion failure when an instruction patternDan Gohman2009-01-161-1/+2
* Add support for instructions with multiple ComplexPatterns, byDan Gohman2009-01-161-7/+7
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* make tblgen autogenerate the nocapture intrinsics for Chris Lattner2009-01-121-7/+22
* add scaffolding to emit argument attributes. No functionality Chris Lattner2009-01-121-2/+31
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-121-0/+7
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-122-5/+12
* This has been replaced by llvm/utils/lint/cpp_lint.py, which is moreMisha Brukman2009-01-091-5/+0
* remove some exclusions that don't exist anymore.Chris Lattner2009-01-081-3/+0
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-081-1/+1
* Be sure to ignore the end-of-line character when considering trailingMisha Brukman2009-01-081-2/+2
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-072-5/+46
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-01-051-1/+1
* Delete an unused variable and simplify the code.Dan Gohman2009-01-051-10/+7
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-051-5/+7
* Add the keyword 'default'.Dan Gohman2009-01-051-1/+1
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-052-1/+1