summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-27
* these utils don't need exports.Chris Lattner2009-02-26
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* * Fixed spellingMisha Brukman2009-02-20
* Keep the newline character at the end of the lines whose trailing whitespace weMisha Brukman2009-02-20
* Only strip the newline character at the end of the lines that we're consideringMisha Brukman2009-02-20
* We have logic in there to emit a default debugging label at the beginning of aBill Wendling2009-02-20
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-20
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-19
* Forgot to check that debug information is supported.Bill Wendling2009-02-19
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Add explicit keywords.Dan Gohman2009-02-18
* 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