| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer | 2009-11-14 | 1 | -5/+4 |
* | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov | 2009-11-08 | 1 | -1/+1 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+1 |
* | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 2009-10-29 | 1 | -58/+0 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -2/+10 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -18/+11 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -3/+3 |
* | Eliminate some unnecessary implicit constructors in generated DAG ISel code. | Owen Anderson | 2009-09-11 | 1 | -1/+1 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -18/+0 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -44/+44 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -48/+48 |
* | strength reduce anonymous namespace to static. | Chris Lattner | 2009-08-07 | 1 | -5/+2 |
* | Remove itohexstr, which only had one user. | Daniel Dunbar | 2009-07-30 | 1 | -1/+2 |
* | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner | 2009-07-29 | 1 | -1/+1 |
* | Convert more abort() calls to llvm_report_error(). | Torok Edwin | 2009-07-08 | 1 | -8/+7 |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -16/+16 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -49/+15 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -15/+49 |
* | Slightly improve generated code in a degenerate case. | Dale Johannesen | 2009-05-12 | 1 | -0/+8 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -1/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 1 | -0/+9 |
* | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 1 | -21/+0 |
* | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -1/+1 |
* | Use 'bool' for FoundRC | Jim Grosbach | 2009-03-26 | 1 | -2/+2 |
* | Modify getRegisterValueType() to allow for a register being in mutliple | Jim Grosbach | 2009-03-25 | 1 | -5/+26 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -1/+2 |
* | Remove a non-DebugLoc version of getNode. | Dale Johannesen | 2009-02-05 | 1 | -2/+2 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -0/+1 |
* | Explain why this is here. | Bill Wendling | 2009-01-29 | 1 | -0/+1 |
* | - Add DebugLoc to getTargetNode(). | Bill Wendling | 2009-01-29 | 1 | -0/+3 |
* | Move the code that starts printing the Select_* functions | Dan Gohman | 2009-01-29 | 1 | -3/+3 |
* | Avoid triggering an assertion failure when an instruction pattern | Dan Gohman | 2009-01-16 | 1 | -1/+2 |
* | Add support for instructions with multiple ComplexPatterns, by | Dan Gohman | 2009-01-16 | 1 | -7/+7 |
* | Delete an unused variable and simplify the code. | Dan Gohman | 2009-01-05 | 1 | -10/+7 |
* | Use dyn_cast intead of isa + cast in the generated DAGISel code. This | Dan Gohman | 2008-12-19 | 1 | -7/+13 |
* | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | On x86 favors folding short immediate into some arithmetic operations (e.g. a... | Evan Cheng | 2008-11-27 | 1 | -2/+2 |
* | Use an assert to check that SelectCode isn't called on | Dan Gohman | 2008-11-05 | 1 | -5/+4 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -30/+5 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -5/+45 |
* | Use INT64_C to emit constant values, to avoid problems with | Dan Gohman | 2008-10-17 | 1 | -2/+3 |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 1 | -1/+2 |
* | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman | 2008-10-15 | 1 | -49/+57 |