summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Unbreak the build on win32.Cedric Venet2009-02-14
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-14
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-12
* Don't try to strip a file we just moved.Bill Wendling2009-02-11
* Strip the LTO dylib.Bill Wendling2009-02-09
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-09
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-09
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-09
* Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling2009-02-09
* Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng2009-02-07
* Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng2009-02-07
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-06
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-05
* FIx spelling.Mike Stump2009-02-05
* Probe for flags before using them to try to help compiling withMike Stump2009-02-05
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-04
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-01
* Explain why this is here.Bill Wendling2009-01-29
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-29
* Move the code that starts printing the Select_* functionsDan Gohman2009-01-29
* Typo.Mikhail Glushenkov2009-01-28
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-22
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-22
* Fix a missing word.Dan Gohman2009-01-21
* Versions of VIM included with Intrepid and Leopard at least appearDan Gohman2009-01-21
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-21
* Only set cindent for C and C++ source files.Dan Gohman2009-01-21
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-21
* Allow hooks with arguments.Mikhail Glushenkov2009-01-21
* 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