aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-073-3/+11
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-0/+3
* .emacs file bits for automatically setting the llvm.org coding style. Thanks...Mike Stump2009-03-041-0/+24
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-271-1/+6
* these utils don't need exports.Chris Lattner2009-02-262-0/+7
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-242-1/+23
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-3/+1
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+2
* * Fixed spellingMisha Brukman2009-02-202-17/+68
* Keep the newline character at the end of the lines whose trailing whitespace weMisha Brukman2009-02-201-1/+1
* Only strip the newline character at the end of the lines that we're consideringMisha Brukman2009-02-201-2/+2
* We have logic in there to emit a default debugging label at the beginning of aBill Wendling2009-02-201-4/+3
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-1/+2
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-191-6/+9
* Forgot to check that debug information is supported.Bill Wendling2009-02-191-2/+2
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+11
* Add explicit keywords.Dan Gohman2009-02-182-2/+2
* 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