[FastISel][AArch64] Fix load/store with frame indices.
[oota-llvm.git] / lib / Target / Hexagon /
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-24 Colin LeMahieu[Hexagon] Resubmission of 220427
2014-10-23 NAKAMURA TakumiHexagon/Disassembler/LLVMBuild.txt: Update libdeps.
2014-10-23 NAKAMURA TakumiHexagon/LLVMBuild.txt: Prune CRLF.
2014-10-23 NAKAMURA Takumi[CMake] Prune CRLF in CMakeLists.txt(s).
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-22 Colin LeMahieu[Hexagon] Adding encoding bits for add opcode.
2014-10-22 Hans WennborgFix VS2012 build; C++11 type aliases are not supported.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused decoding tables.
2014-10-22 Colin LeMahieuAmmending 220393 - Removing unused functions.
2014-10-22 Colin LeMahieu[Hexagon] Adding basic disassembler.
2014-10-21 Colin LeMahieuTest commit
2014-10-20 Sid ManningRemove unnecessary else.
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIB...
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE...
2014-10-15 Sid ManningAdd LLVM_ATTRIBUTE_UNUSED to function currently just...
2014-10-15 Sid ManningEnable the instruction printer in HexagonMCTargetDesc
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-05 NAKAMURA TakumiHexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief...
2014-10-05 NAKAMURA TakumiHexagonDesc: Update LLVMBuild.txt.
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-03 Hans WennborgHexagonMCCodeEmitter.h: deleted member functions are...
2014-10-03 Sid ManningFix build break on Hexagon
2014-10-03 Sid ManningAdding skeleton for unit testing Hexagon Code Emission
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
2014-09-23 Sid ManningLoop instead of individual def's for each GPR.
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-10 Sid ManningAdd missing HWEncoding to base register class.
2014-09-08 Sid ManningSpelling correction
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-28 Sid ManningMinor spelling correction.
2014-08-20 Alexey SamsonovFix undefined behavior (left shift of negative value...
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-15 Robin MorissetFix typos in comments
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-27 Eric ChristopherMove all of the hexagon subtarget dependent variables...
2014-06-27 Eric ChristopherHave HexagonSelectionDAGInfo take a DataLayout rather...
2014-06-27 Eric ChristopherMake HexagonISelLowering not dependent upon a HexagonTa...
2014-06-27 Eric ChristopherReduce indentation.
2014-06-27 Eric ChristopherRemove unnecessary caching of the subtarget for Hexagon...
2014-06-27 Eric ChristopherInstrItineraryData is already on the subtarget, no...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-10 Tom StellardHexagon: Expand i1 SELECT_CC
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-21 Eric ChristopherRemove unused member variable from hexagon pass.
2014-05-20 Tim NorthoverTableGen: permit non-leaf ComplexPattern uses
2014-05-19 Jyotsna Vermareverting r209132
2014-05-19 Jyotsna VermaHexagon: Add encoding bits to the mpy instructions.
2014-05-08 Jyotsna Verma[Hexagon] Add new InstrItinClass to support timing...
2014-05-07 Jyotsna Verma[Hexagon] Add New TSFlags to be used in the upcoming...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-18 Krzysztof ParzyszekEnable CFI on Hexagon.
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-25 Alp TokerFix typos
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-24 Alp TokerFix known typos
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
next