Age | Commit message (Expand) | Author |
2008-10-06 | Set UNIVERSAL_ARCH value. | Devang Patel |
2008-10-05 | Fix shift overflow bug that would occur when a field was a full 32-bits | Chris Lattner |
2008-10-04 | Make GenLibDeps.pl more robust in the face of broken piping problems. | Chris Lattner |
2008-10-02 | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen |
2008-09-30 | Move the primary fast-isel top-level comments to FastISel.cpp, where | Dan Gohman |
2008-09-27 | Move the code that handles DAGISel error conditions into | Dan Gohman |
2008-09-26 | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-22 | Move llvmc2 header files under include/llvm/CompilerDriver | Mikhail Glushenkov |
2008-09-22 | Plugin support for llvmc2 (a-la opt). | Mikhail Glushenkov |
2008-09-22 | Make comments a little bit more clear. | Mikhail Glushenkov |
2008-09-22 | Get rid of GlobalLanguageMap. Global state is evil. | Mikhail Glushenkov |
2008-09-22 | Add a (forward_as) option property | Mikhail Glushenkov |
2008-09-22 | Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell... | Mikhail Glushenkov |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-09-17 | Add instruction names as comments to InstBits entries. | Evan Cheng |
2008-09-16 | Remove. | Devang Patel |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-15 | Extract optimization pass selection code from llvm-gcc into a separate routine. | Devang Patel |
2008-09-15 | Update the LLVM polygen grammar for recent language changes: | Dan Gohman |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-11 | Indentation. | Evan Cheng |
2008-09-11 | lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted | Jim Grosbach |
2008-09-11 | Change getSubReg semantics. It now returns zero if the specified register doe... | Evan Cheng |
2008-09-08 | Fix typos in (generated) comments. | Dan Gohman |
2008-09-08 | Correctly handle physical register inputs. They are not explicit input operan... | Evan Cheng |
2008-09-07 | Eliminate a compile time warning. | Evan Cheng |
2008-09-07 | Fix indentation of generated code. | Evan Cheng |
2008-09-07 | Ignore multi-instruction patterns. e.g. | Evan Cheng |
2008-09-03 | Let tblgen only generate fastisel routines, not the class definition. This ma... | Evan Cheng |
2008-09-02 | Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be... | Evan Cheng |
2008-08-29 | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson |
2008-08-28 | Add a target callback for FastISel. | Dan Gohman |
2008-08-28 | just a brain dump for a small tool | Gabor Greif |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-28 | Add support for fast-isel of opcodes that require use of extract_subreg. Bec... | Owen Anderson |
2008-08-27 | Update a comment to reflect recent changes. | Dan Gohman |
2008-08-27 | Basic FastISel support for floating-point constants. | Dan Gohman |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-26 | Refactor a bunch of FastISelEmitter code into a helper class, and | Dan Gohman |
2008-08-26 | - small bug corrected: incorrect iterator type. | Cedric Venet |
2008-08-26 | We need to check that the return type is correct, even in cases where we don't | Owen Anderson |
2008-08-26 | code simplification, no functionality change. | Chris Lattner |
2008-08-26 | stabilize more printing, this doesn't cause a problem | Chris Lattner |
2008-08-26 | stablize SubRegsSet printing, part of PR2590 | Chris Lattner |
2008-08-26 | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner |
2008-08-26 | Throw the switch to allow FastISel to emit instructions whose return types di... | Owen Anderson |
2008-08-26 | Enhance TableGen to emit code for FastISel of opcodes with variadic return ty... | Owen Anderson |