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