oota-llvm.git
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Chris LattnerFix a bug in a recent patch. This fixes UnitTests...
2006-06-06 Chris LattnerNow that PR633 is implemented, the CBE can know to...
2006-06-06 Chris LattnerAdd PowerPC intrinsics to support dcbz[l]
2006-06-06 Chris LattnerMake the llvm-config library dependency database depend...
2006-06-06 Owen AndersonFix some formatting, and use inLoop() when appropriate.
2006-06-06 Owen AndersonStop a memory leak, and update some comments.
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-05 Rafael Espindolaadd R0 to liveout
2006-06-05 Reid SpencerDocument the cl::SetVersionPrinter function.
2006-06-05 Reid SpencerFor PR778:
2006-06-05 Reid SpencerFor PR798:
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-06-05 Reid SpencerFor PR633:
2006-06-05 Reid SpencerSome enhancements for gv/graphviz/dot/dotty support...
2006-06-05 Reid SpencerFor PR798:
2006-06-04 Evan ChengA few new entries.
2006-06-04 Evan ChengBe consistent with gcc.
2006-06-04 Owen AndersonUpdate the regression tests, and add a new one encounte...
2006-06-04 Owen AndersonSome more clean-up, and squash an IDF-Phi related bug.
2006-06-04 Andrew Lenharthignore ordered/unordered for now
2006-06-04 Owen AndersonVarious clean-ups suggested by Chris.
2006-06-03 Owen AndersonFix a bug in Phi-noded insertion. Also, update some...
2006-06-03 Reid SpencerDocument the LINK_LIBS_IN_SHARED control variable.
2006-06-02 Chris Lattnertemporarily add back this option, I will remove it...
2006-06-02 Reid SpencerFor PR798:
2006-06-02 Chris LattnerMore of PR728, don't install utils either.
2006-06-02 Evan ChengCygwin support. Patch by Anton Korobeynikov!
2006-06-02 Chris LattnerPart of PR728, don't install examples or projects.
2006-06-02 Chris LattnerFix a -pedantic warning
2006-06-02 Chris LattnerAdd flags to get access to build_mode, objdir, srcdir...
2006-06-02 Chris LattnerMake llvm-config "do the right thing" when an install...
2006-06-02 Evan ChengUse xor to clear a register.
2006-06-02 Evan ChengIncorrect AT&T opcode.
2006-06-02 Chris LattnerCapture the build mode (e.g. Debug/Release) in the...
2006-06-02 Chris LattnerRemove unneeded hook. Patch by Anton K. Thanks!
2006-06-02 Chris LattnerConvert to standard file header
2006-06-02 Chris LattnerRemove a couple of things no longer figured out by...
2006-06-02 Chris LattnerAdd mingw support, patch contributed by Anton
2006-06-02 Chris LattnerForce anything that #includes llvm/Transforms/Utils...
2006-06-02 Reid SpencerAdd several more autoconf variables so that new feature...
2006-06-02 Chris LattnerFix build on systems with broken bison
2006-06-02 Chris LattnerFix build on systems with bad bison's
2006-06-02 Chris LattnerAdd tblgen to the index
2006-06-02 Chris Lattnertblgen isn't related to llvm2cpp. Fix typo
2006-06-02 Chris LattnerAdd a gross "--use-current-dir-as-prefix" option as...
2006-06-02 Chris LattnerRemove some variables from the configured section that...
2006-06-02 Chris LattnerRemove more "alpha is archive" stuff.
2006-06-02 Reid SpencerRemove some flags backed out from earlier attempts...
2006-06-02 Reid SpencerSuppress -pedantic warnings about print("%a")
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE support
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE stuff.
2006-06-02 Chris LattnerUpdate the ignore file
2006-06-01 Reid SpencerDocument the -gen-inline option.
2006-06-01 Reid SpencerTeach CppWriter how to emit an inline (partial) function.
2006-06-01 Rafael Espindolaadded some tests for argument passing
2006-06-01 Chris Lattnertestcase for the recent inliner improvement.
2006-06-01 Chris LattnerRemove dead #include
2006-06-01 Chris LattnerMake the "pruning cloner" smarter. As it propagates...
2006-06-01 Chris LattnerFix linking of inline asm objects.
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2006-06-01 Reid SpencerDon't build tblgen with -pedantic or -Wno-long-long
2006-06-01 Reid SpencerMake sure windows.h is #included first.
2006-06-01 Chris LattnerFix -pedantic warnings.
2006-06-01 Chris LattnerFix -pedantic warnings
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Chris LattnerSilence -pedantic warning
2006-06-01 Chris LattnerSilence a -pedantic warning.
2006-06-01 Reid SpencerMake sure that when checking for MINGW32 libraries...
2006-06-01 Chris LattnerSilence -pedantic warning.
2006-06-01 Chris LattnerSilence some -pedantic warnings.
2006-06-01 Reid SpencerProvide support for detecting if the Win32 imaghlp...
2006-06-01 Chris LattnerFix a typo
2006-06-01 Reid SpencerMake a shorthand target for running the llvm2cpp test...
2006-06-01 Reid SpencerRestore default arguments for llvm2cpp back to health...
2006-06-01 Reid SpencerNo, libLLVMbzip2 does not have a .a suffix.
2006-06-01 Reid SpencerFix gcc command line options after LLVMCore and LLVMbzi...
2006-06-01 Reid SpencerFavor C++ casts over C casts in C++ code.
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-06-01 Reid SpencerPrevent the -pedantic option from causing Mac OS/X...
2006-06-01 Owen AndersonRemove a FIXME that was fixed with my last patch.
2006-06-01 Owen AndersonMore cleanups. Also, add a special case for updating...
2006-06-01 Evan ChengTypos
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerFix a bug where incorrect C++ was being emitted.
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerBuild llvm-config into the ToolDir not in the local...
2006-06-01 Reid SpencerPut an innocuous statement in this file to quelch warni...
2006-06-01 Reid SpencerOops, llc needs libTarget.a not Target.o
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-06-01 Reid SpencerSupport correct build:
2006-06-01 Reid SpencerTighten this script up a bit.
2006-06-01 Evan ChengRemove a warning
2006-05-31 Evan ChengRename ASM modifier trunc8, trunc16 to subreg8, subreg16.
2006-05-31 Reid SpencerFix casting so there's no warning on Alpha.
2006-05-31 Owen AndersonAdd my most recent work.
2006-05-31 Evan ChengSign extender
2006-05-31 Reid SpencerSquelch this warning:
2006-05-31 Chris LattnerFix utostr once and for all, by making there only be...
2006-05-31 Chris LattnerSwap the order of operands created here. For +&|^...
next