| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 71 | -10024/+0 |
* | Split generated asm mnemonic matching table into a separate table for each as... | Craig Topper | 2013-07-24 | 1 | -0/+1 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 3 | -6/+6 |
* | Replacing an empty switch with its moral equivalent. No functional changes i... | Aaron Ballman | 2013-07-10 | 1 | -5/+1 |
* | Add a space between closing template '>' to unbreak build. | Craig Topper | 2013-07-04 | 1 | -3/+3 |
* | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-04 | 1 | -4/+4 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 2 | -2/+2 |
* | Access the TargetLoweringInfo from the TargetMachine object instead of cachin... | Bill Wendling | 2013-06-19 | 1 | -1/+2 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 4 | -10/+6 |
* | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -1/+1 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -2/+3 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 3 | -13/+13 |
* | Remove the Copied parameter from MemoryObject::readBytes. | Benjamin Kramer | 2013-05-24 | 1 | -2/+1 |
* | Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER. | Rafael Espindola | 2013-05-22 | 1 | -3/+2 |
* | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 2 | -2/+2 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -1/+2 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
* | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover | 2013-04-20 | 1 | -2/+1 |
* | ArrayRefize getMachineNode(). No functionality change. | Michael Liao | 2013-04-19 | 1 | -1/+1 |
* | Silence anonymous type in anonymous union warnings. | Eric Christopher | 2013-03-15 | 1 | -22/+28 |
* | Provide the register scavenger to processFunctionBeforeFrameFinalized | Hal Finkel | 2013-03-14 | 2 | -2/+3 |
* | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard | 2013-03-08 | 1 | -1/+2 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 4 | -42/+43 |
* | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -2/+2 |
* | Move MRI liveouts to MBlaze return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 2 | -19/+17 |
* | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 2013-01-31 | 2 | -15/+8 |
* | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng | 2013-01-29 | 1 | -0/+1 |
* | Last in the series of removing unnecessary '0' arguments for | Eric Christopher | 2013-01-09 | 1 | -1/+1 |
* | Renamed MCInstFragment to MCRelaxableFragment and added some comments. | Eli Bendersky | 2013-01-08 | 1 | -2/+2 |
* | Change SMRange to be half-open (exclusive end) instead of closed (inclusive) | Jordan Rose | 2013-01-07 | 1 | -18/+26 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 2 | -10/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 10 | -29/+29 |
* | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 3 | -116/+0 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 4 | -14/+1 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 1 | -1/+1 |
* | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi | 2012-12-10 | 1 | -1/+1 |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 1 | -1/+1 |
* | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 4 | -9/+9 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 18 | -71/+67 |
* | Remove TargetELFWriterInfo. | Rafael Espindola | 2012-10-28 | 5 | -173/+1 |
* | [ms-inline asm] Add support for creating AsmRewrites in the target specific | Chad Rosier | 2012-10-25 | 1 | -2/+3 |
* | Implement a basic VectorTargetTransformInfo interface to be used by the loop ... | Nadav Rotem | 2012-10-24 | 1 | -1/+2 |
* | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 2 | -1/+8 |
* | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 2 | -8/+1 |
* | [ms-inline asm] Use incoming argument rather than hard coding to false. | Chad Rosier | 2012-10-15 | 1 | -1/+1 |
* | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -1/+1 |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -2/+3 |
* | [ms-inline asm] Remove the MatchInstruction() function. Previously, this was | Chad Rosier | 2012-10-13 | 1 | -5/+6 |
* | [ms-inline asm] Use the new API introduced in r165830 in lieu of the | Chad Rosier | 2012-10-12 | 1 | -4/+2 |
* | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -1/+1 |