Don't reach into the middle of TargetMachine and cache one of its ivars.
[oota-llvm.git] / lib / Target / MBlaze /
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-22 Rafael EspindolaCheck that a function starts with llvm. before using...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to MBlaze return instructions.
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-15 Chad Rosier[ms-inline asm] Use incoming argument rather than hard...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierAdd braces to the case statement.
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-03 Chad RosierMove ErrorLoc decl into the scope where it's actually...
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-19 Bill WendlingRemove tabs.
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-17 Jay FoadRemove unused CCIfSubtarget.
2012-04-09 David BlaikieFix accidentally constant conditions found by uncommitt...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-27 Craig TopperPrune some includes
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-03-22 Craig TopperRemove some unnecessary forward declarations.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
next