aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore
AgeCommit message (Expand)Author
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-31Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-17Add instruction encodings / disassembly support for l2r instructions.Richard Osborne
2012-12-17Add instruction encodings for PEEK and ENDIN.Richard Osborne
2012-12-17Fix parameter name in prototypes in XCoreDisassembler.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for rus instructions.Richard Osborne
2012-12-17Add instruction encodings for ZEXT and SEXT.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 2r instructions.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 0r instructions.Richard Osborne
2012-12-17Simplify assertion in XCoreInstPrinter.Richard Osborne
2012-12-17Update comments to match recommended doxygen style.Richard Osborne
2012-12-17Remove unnecessary include.Richard Osborne
2012-12-16Add instruction encodings and disassembly for 1r instructions.Richard Osborne
2012-12-16Add XCore disassembler.Richard Osborne
2012-12-16Remove invalid instruction encodings.Richard Osborne
2012-12-16Mark anything deriving from PseudoInstXCore as a pseudo instruction.Richard Osborne
2012-12-16Set instruction size correctly in XCoreInstrFormats.tdRichard Osborne
2012-12-16Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.Richard Osborne
2012-12-16Replace ${:comment} with the comment symbol.Richard Osborne
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-16Fix handling of aliases to functions.Richard Osborne
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-12Fix PR11985Michael Liao
2012-08-24Fix load/store SDNode flags.Jakob Stoklund Olesen
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-06Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky
2012-07-19Remove tabs.Bill Wendling
2012-07-13Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-13Fix pattern for MKMSK instruction.Richard Osborne
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski