aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-24- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling
2009-02-20* Fixed spellingMisha Brukman
2009-02-20Keep the newline character at the end of the lines whose trailing whitespace weMisha Brukman
2009-02-20Only strip the newline character at the end of the lines that we're consideringMisha Brukman
2009-02-20We have logic in there to emit a default debugging label at the beginning of aBill Wendling
2009-02-20Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling
2009-02-19Print out a new label only if the debug location *tuple* is different. The debugBill Wendling
2009-02-19Forgot to check that debug information is supported.Bill Wendling
2009-02-18Put code that generates debug labels into TableGen so that it can be used byBill Wendling
2009-02-18Add explicit keywords.Dan Gohman
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-14Generalize some alias analysis logic from atomicDuncan Sands
2009-02-12Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge
2009-02-11Don't try to strip a file we just moved.Bill Wendling
2009-02-09Strip the LTO dylib.Bill Wendling
2009-02-09Small fix for the 'strip' command. Do a list of .so files.Bill Wendling
2009-02-09Eliminate a 'control reaches end of non-void function' warning.Evan Cheng
2009-02-09Don't run 'strip' on files that aren't there.Bill Wendling
2009-02-09Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling
2009-02-07Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng
2009-02-07Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng
2009-02-06Get rid of one more non-DebugLoc getNode andDale Johannesen
2009-02-05Remove a non-DebugLoc version of getNode.Dale Johannesen
2009-02-05FIx spelling.Mike Stump
2009-02-05Probe for flags before using them to try to help compiling withMike Stump
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-01-29Explain why this is here.Bill Wendling
2009-01-29- Add DebugLoc to getTargetNode(). Bill Wendling
2009-01-29Move the code that starts printing the Select_* functionsDan Gohman
2009-01-28Typo.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2009-01-22Make tblgen more portable, allowing it to build with ICC.Chris Lattner
2009-01-21Fix a missing word.Dan Gohman
2009-01-21Versions of VIM included with Intrepid and Leopard at least appearDan Gohman
2009-01-21Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman
2009-01-21Only set cindent for C and C++ source files.Dan Gohman
2009-01-21Change the hook API back to prevent memory leaks.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2009-01-16Avoid triggering an assertion failure when an instruction patternDan Gohman
2009-01-16Add support for instructions with multiple ComplexPatterns, byDan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-12make tblgen autogenerate the nocapture intrinsics for Chris Lattner
2009-01-12add scaffolding to emit argument attributes. No functionality Chris Lattner