aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-27- Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling
2008-10-27Silence a bogus compile time warning.Evan Cheng
2008-10-27Re-apply 55137 with fixes.David Greene
2008-10-27Remove val# defined by a remat'ed def that is now dead.Evan Cheng
2008-10-27Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek
2008-10-27Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene
2008-10-27Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar
2008-10-27Remove tabs from my previous commit.Cedric Venet
2008-10-27rename vec_spat -> vec_splat, pointed out by duncanChris Lattner
2008-10-27Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene
2008-10-27Add STL-style typedefs and default constructors to make it possible toDavid Greene
2008-10-27Fix PR2634. Create new virtual registers from spills early so that weDavid Greene
2008-10-27Remove redundant word in tblgen error message.Matthijs Kooijman
2008-10-27Fix UpdateNodeOperands so that it does CSE of callsDuncan Sands
2008-10-27Fix a bug in which a node could be added to theDuncan Sands
2008-10-27Avoid crashing if instruction is not part of a loop.Torok Edwin
2008-10-27formatting tweak for intrinsicGabor Greif
2008-10-27export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin
2008-10-27Some grammar fixes, and non-invasive format changes.Bill Wendling
2008-10-27Turn on LegalizeTypes, the new type legalizationDuncan Sands
2008-10-27Fix an obvious copy/pasto.Nick Lewycky
2008-10-27For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng
2008-10-27Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power ofChris Lattner
2008-10-27no need to print outputChris Lattner
2008-10-27Add a new LargeBlockInfo helper, which is just a wrapper aroundChris Lattner
2008-10-27mention getresult -> extractvalue (PR2935)Chris Lattner
2008-10-27Increase default setting of tail-merge-threshold toDale Johannesen
2008-10-26Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky
2008-10-26fix PR2953, an off-by-one error handling formatted i/o. Chris Lattner
2008-10-26remove eh output from this test.Chris Lattner
2008-10-26Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cedric Venet
2008-10-26Do not shrink wrap live interval in a mbb if it's livein any of its successor...Evan Cheng
2008-10-26Return something (i.e. NULL) from an unimplemented virtual function.Oscar Fuentes
2008-10-26CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes
2008-10-26CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes
2008-10-26CMake: Removed unnecessary macro definitions. They are defined inOscar Fuentes
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-26Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing.Bill Wendling
2008-10-25Handle cases where there aren't uses in the barrier mbb.Evan Cheng
2008-10-25Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlot|Addr} descriptions.Evan Cheng
2008-10-25Make comments and code for QuietWarnings and QuietErrorsDan Gohman
2008-10-25SDNodes may have at most one Flag result. Update this commentDan Gohman
2008-10-25Move the code that adds the DeadMachineInstructionElimPass fromDan Gohman
2008-10-25Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen
2008-10-25Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray
2008-10-25Generate code for TLS instructions.Nicolas Geoffray
2008-10-25Added MIPS release notes.Bruno Cardoso Lopes
2008-10-25CMake: Directed bug reports to llvmbugs.Oscar Fuentes
2008-10-25CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.Oscar Fuentes
2008-10-25CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes