oota-llvm.git
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 +&|^...
2006-05-31 Owen AndersonExtract a huge loop into a helper method. Fix a few...
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew Lenharthfix utostr
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-05-31 Andrew Lenharthrevert for now
2006-05-31 Evan ChengRename instructions for consistency sake.
2006-05-31 Andrew Lenharthmake 64-bit safe and fix the build on alpha
2006-05-31 Evan ChengcommuteInstruction() does not always create a new MI!
2006-05-31 Reid SpencerAdd a brief description for the tblgen program. More...
2006-05-31 Reid SpencerUpdate the documentation for llvm2cpp after the -gen...
2006-05-31 Reid SpencerMajor reorganization and extension of the code. The...
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-31 Vladimir PrusClarify type naming.
2006-05-31 Vladimir PrusImprove InstVisitor docs.
2006-05-31 Evan ChengEliminate a memory leak.
2006-05-31 Evan ChengvisitVBinOp: Can't fold divide by zero!
2006-05-31 Reid SpencerDon't generate module definitions when the -fragment...
2006-05-31 Evan ChengSelect vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.
2006-05-31 Evan ChengRemove dead code.
2006-05-31 Evan ChengUpdate vector extract test cases.
2006-05-30 Evan ChengA new entry
2006-05-30 Evan ChengMAXP{D|S} and MINP{D|S} are commutable.
2006-05-30 Evan ChengCommute shufps / shufpd.
2006-05-30 Reid Spencer1. No need to thwart this test with an environment...
2006-05-30 Evan ChengSomehow I lost a condition when I was shuffling some...
2006-05-30 Evan ChengFix a build breaker.
next