| Commit message (Expand) | Author | Age | Files | Lines |
* | Move llvmc2 header files under include/llvm/CompilerDriver | Mikhail Glushenkov | 2008-09-22 | 1 | -3/+3 |
* | Plugin support for llvmc2 (a-la opt). | Mikhail Glushenkov | 2008-09-22 | 1 | -4/+42 |
* | Make comments a little bit more clear. | Mikhail Glushenkov | 2008-09-22 | 1 | -2/+4 |
* | Get rid of GlobalLanguageMap. Global state is evil. | Mikhail Glushenkov | 2008-09-22 | 1 | -7/+9 |
* | Add a (forward_as) option property | Mikhail Glushenkov | 2008-09-22 | 1 | -11/+39 |
* | Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell... | Mikhail Glushenkov | 2008-09-22 | 1 | -3/+2 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+26 |
* | Add instruction names as comments to InstBits entries. | Evan Cheng | 2008-09-17 | 1 | -5/+3 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -3/+3 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -5/+6 |
* | Indentation. | Evan Cheng | 2008-09-11 | 1 | -2/+2 |
* | lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted | Jim Grosbach | 2008-09-11 | 2 | -2/+3 |
* | Change getSubReg semantics. It now returns zero if the specified register doe... | Evan Cheng | 2008-09-11 | 1 | -2/+2 |
* | Fix typos in (generated) comments. | Dan Gohman | 2008-09-08 | 1 | -2/+2 |
* | Correctly handle physical register inputs. They are not explicit input operan... | Evan Cheng | 2008-09-08 | 1 | -9/+30 |
* | Eliminate a compile time warning. | Evan Cheng | 2008-09-07 | 1 | -1/+1 |
* | Fix indentation of generated code. | Evan Cheng | 2008-09-07 | 1 | -1/+1 |
* | Ignore multi-instruction patterns. e.g. | Evan Cheng | 2008-09-07 | 1 | -0/+14 |
* | Let tblgen only generate fastisel routines, not the class definition. This ma... | Evan Cheng | 2008-09-03 | 1 | -106/+5 |
* | Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be... | Evan Cheng | 2008-09-02 | 1 | -1/+2 |
* | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson | 2008-08-29 | 1 | -19/+107 |
* | Add a target callback for FastISel. | Dan Gohman | 2008-08-28 | 1 | -0/+8 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -34/+34 |
* | Add support for fast-isel of opcodes that require use of extract_subreg. Bec... | Owen Anderson | 2008-08-28 | 1 | -21/+43 |
* | Update a comment to reflect recent changes. | Dan Gohman | 2008-08-27 | 1 | -1/+1 |
* | Basic FastISel support for floating-point constants. | Dan Gohman | 2008-08-27 | 1 | -0/+13 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Refactor a bunch of FastISelEmitter code into a helper class, and | Dan Gohman | 2008-08-26 | 2 | -29/+63 |
* | - small bug corrected: incorrect iterator type. | Cedric Venet | 2008-08-26 | 1 | -2/+2 |
* | We need to check that the return type is correct, even in cases where we don't | Owen Anderson | 2008-08-26 | 1 | -0/+3 |
* | code simplification, no functionality change. | Chris Lattner | 2008-08-26 | 1 | -11/+1 |
* | stabilize more printing, this doesn't cause a problem | Chris Lattner | 2008-08-26 | 1 | -10/+8 |
* | stablize SubRegsSet printing, part of PR2590 | Chris Lattner | 2008-08-26 | 1 | -6/+8 |
* | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner | 2008-08-26 | 3 | -22/+25 |
* | Throw the switch to allow FastISel to emit instructions whose return types di... | Owen Anderson | 2008-08-26 | 1 | -9/+16 |
* | Enhance TableGen to emit code for FastISel of opcodes with variadic return ty... | Owen Anderson | 2008-08-26 | 1 | -13/+97 |
* | Add a RetVT parameter to emitted FastISel methods, so that we will be able to... | Owen Anderson | 2008-08-25 | 1 | -8/+14 |
* | Deepen the map structure tablegen uses to compute FastISel patterns, in prepa... | Owen Anderson | 2008-08-25 | 1 | -54/+61 |
* | Add support for fast isel of (integer) immediate materialization pattens, and... | Owen Anderson | 2008-08-25 | 1 | -3/+6 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -1/+1 |
* | Add a few comments. | Dan Gohman | 2008-08-22 | 1 | -0/+4 |
* | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman | 2008-08-22 | 4 | -48/+99 |
* | Basic fast-isel support for instructions with constant int operands. | Dan Gohman | 2008-08-21 | 1 | -13/+40 |
* | Remove the code that limited FastISel to certain fixed signatures. | Dan Gohman | 2008-08-21 | 1 | -19/+5 |
* | Begin making more use of the FastISelEmitter class. | Dan Gohman | 2008-08-21 | 2 | -28/+28 |
* | Remove an obsolete todo comment. | Dan Gohman | 2008-08-20 | 1 | -2/+0 |
* | Factor the code for determining the target-specific instruction | Dan Gohman | 2008-08-20 | 4 | -18/+22 |
* | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman | 2008-08-20 | 1 | -5/+3 |