aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-041-3/+3
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-4/+4
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-074-10/+6
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-253-13/+13
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-2/+1
* Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.Rafael Espindola2013-05-221-3/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-182-2/+2
* Remove the MachineMove class.Rafael Espindola2013-05-132-1/+2
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-2/+1
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-1/+1
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-22/+28
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-142-2/+3
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+2
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-214-42/+43
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-2/+2
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-052-19/+17
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-15/+8
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+1
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-2/+2
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-18/+26
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-10/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0210-29/+29
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-203-116/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-194-14/+1
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-111-1/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-1/+1
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-044-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0318-71/+67
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-285-173/+1
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-2/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+2
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-1/+8
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-8/+1
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-151-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Attributes RewriteBill Wendling2012-10-151-2/+3
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-5/+6
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-4/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-1/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-086-12/+12
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-1/+1