summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAge
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.Rafael Espindola2013-05-22
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-05
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-11
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-10
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21