Remove libtool.
[oota-llvm.git] / utils /
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-20 Misha Brukman* Fixed spelling
2009-02-20 Misha BrukmanKeep the newline character at the end of the lines...
2009-02-20 Misha BrukmanOnly strip the newline character at the end of the...
2009-02-20 Bill WendlingWe have logic in there to emit a default debugging...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-19 Bill WendlingForgot to check that debug information is supported.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-12 Julien LerougeFix MingW build: define GTEST_OS_WINDOWS if OS is MingW...
2009-02-11 Bill WendlingDon't try to strip a file we just moved.
2009-02-09 Bill WendlingStrip the LTO dylib.
2009-02-09 Bill WendlingSmall fix for the 'strip' command. Do a list of .so...
2009-02-09 Evan ChengEliminate a 'control reaches end of non-void function...
2009-02-09 Bill WendlingDon't run 'strip' on files that aren't there.
2009-02-09 Bill WendlingRemove warnings about not being able to delete somethin...
2009-02-07 Evan ChengRevert 64023. make prefers GNUmakefile over makefile.
2009-02-07 Evan ChengMove Apple style build makefiles to the top level....
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Mike StumpFIx spelling.
2009-02-05 Mike StumpProbe for flags before using them to try to help compil...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-29 Bill WendlingExplain why this is here.
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Dan GohmanMove the code that starts printing the Select_* functions
2009-01-28 Mikhail GlushenkovTypo.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-22 Chris LattnerMake tblgen more portable, allowing it to build with...
2009-01-21 Dan GohmanFix a missing word.
2009-01-21 Dan GohmanVersions of VIM included with Intrepid and Leopard...
2009-01-21 Dan GohmanEnable syntax highlighting of LLVM and tablegen files...
2009-01-21 Dan GohmanOnly set cindent for C and C++ source files.
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2009-01-16 Dan GohmanAvoid triggering an assertion failure when an instructi...
2009-01-16 Dan GohmanAdd support for instructions with multiple ComplexPatte...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-12 Chris Lattneradd scaffolding to emit argument attributes. No functi...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-09 Misha BrukmanThis has been replaced by llvm/utils/lint/cpp_lint...
2009-01-08 Chris Lattnerremove some exclusions that don't exist anymore.
2009-01-08 Misha BrukmanUse VIM's built-in shorthand for whitespace in regex.
2009-01-08 Misha BrukmanBe sure to ignore the end-of-line character when consid...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2009-01-05 Dan GohmanFix a thinko in the grammar for thread_local variables.
2009-01-05 Dan GohmanDelete an unused variable and simplify the code.
2009-01-05 Bob WilsonHandle iAny and fAny types in TreePatternNode::UpdateNo...
2009-01-05 Dan GohmanAdd the keyword 'default'.
2009-01-05 Misha BrukmanRenamed Google Test license file from COPYING to LICENS...
2009-01-05 Dan GohmanA few more polygen grammar updates.
2009-01-05 Bob WilsonFix spelling in some comments.
2009-01-05 Dan Gohmangc is not an obsolete keyword.
2009-01-05 Dan GohmanUpdate polygen grammar for recent language changes.
2009-01-04 Dan GohmanThe .llx suffix is obsolete.
2009-01-04 Dan GohmanUpdate VIM LLVM IR syntax highlighting.
2009-01-04 Dan GohmanSet a few more vimrc indentation options.
2009-01-04 Dan GohmanUse softtabstop instead of redefining tabstop.
2009-01-04 Dan GohmanSwitch the vimrc file from smartindent to cindent,...
2009-01-02 Misha BrukmanVerifyLineLength() actually takes a max length parameter.
2009-01-02 Misha BrukmanAdded some basic lint tools for C++ and generic lint...
2009-01-02 Misha BrukmanDeleted trailing whitespace; no functional changes.
2009-01-02 Misha Brukmanvimrc
2009-01-02 Misha BrukmanWe also removed gtest-all.cc from the distribution...
2009-01-01 Misha BrukmanOriginal patch by Talin.
2009-01-01 Misha Brukman* Removed gtest-all.cc; .cc files including other ...
2009-01-01 Misha BrukmanMoved Google Test code up one directory so that we...
2008-12-31 Misha BrukmanImport of Google Test 1.2.1, with the non-essential...
2008-12-19 Dan GohmanUse dyn_cast intead of isa + cast in the generated...
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-18 Mikhail GlushenkovFix typo in error message.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-16 Bill WendlingChange so that buildit won't need a parent directory...
2008-12-11 Mikhail GlushenkovPut Edge* classes into anonymous namespace.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovBetter error message.
2008-12-07 Mikhail GlushenkovRe-apply Cedric's changes.
2008-12-07 Mikhail GlushenkovTry to guess when the auto-generated cl::Sink option...
2008-12-07 Mikhail GlushenkovAdd a (progn)-like construct for (actions). Implemented...
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-05 Cedric VenetThe use of the construct:
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-11-28 Mikhail GlushenkovSupport multiple compilation graph definitions. Not...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-26 Mikhail GlushenkovSmall fix: the error message was incorrect in some...
next