[AVX512] Remove alternate data type versions of VALIGND, VALIGNQ, VMOVSHDUP and VMOVS...
[oota-llvm.git] / lib / Target / Hexagon /
2015-12-18 Krzysztof Parzyszek[Hexagon] Add PIC support
2015-12-16 Krzysztof Parzyszek [Hexagon] Misc fixes to r255807
2015-12-16 Krzysztof Parzyszek[Hexagon] Update the Hexagon packetizer
2015-12-16 Tobias Edler von... [Hexagon] Make memcpy lowering thread-safe
2015-12-15 Krzysztof Parzyszek[Hexagon] Preprocess mapped instructions before lowerin...
2015-12-14 Krzysztof Parzyszek[Hexagon] Add "const" to function parameters in Hexagon...
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Krzysztof ParzyszekAdd "const" to function arguments in DFAPacketizer
2015-12-14 Krzysztof Parzyszek[Hexagon] Subtarget features/default CPU corrections
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-08 Ron Lieberman[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cm...
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-05 Craig Topper[Hexagon] Don't call getNumImplicitDefs and then iterat...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-04 Krzysztof Parzyszek[Hexagon] Simplify LowerCONCAT_VECTORS, handle differen...
2015-12-04 Colin LeMahieu[Hexagon] Using multiply instead of shift on signed...
2015-12-03 Colin LeMahieu[Hexagon] Adding shuffling resources for HVX instructio...
2015-12-03 Krzysztof Parzyszek[Hexagon] Remove variable unused in NDEBUG build
2015-12-03 Krzysztof Parzyszek[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vco...
2015-12-03 Colin LeMahieu[Hexagon] NFC Using canonicalizePacket to compound...
2015-12-03 Krzysztof Parzyszek[Hexagon] Fix instruction descriptor flags for memory...
2015-12-02 Krzysztof Parzyszek[Hexagon] Improve lowering of instructions to the MC...
2015-12-02 Alexey SamsonovFixup for r254547: use format_hex() to simplify code.
2015-12-02 Alexey Samsonov[Hexagon] Remove std::hex in favor of format().
2015-12-02 Krzysztof Parzyszek[Hexagon] Remove TFRI_V4 instruction, use existing...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-01 Craig Topper[Hexagon] Use std::begin() and std::end() instead of...
2015-12-01 Craig Topper[Hexagon] Use array_lengthof and const correct and...
2015-12-01 Craig TopperUse array_lengthof instead of manually calculating...
2015-12-01 Craig Topper[Hexagon] Use ArrayRef to avoid needing to calculate...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Colin LeMahieu[Hexagon] NFC Reordering headers.
2015-11-26 Krzysztof Parzyszek[Hexagon] Lowering of V60/HVX vector types
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Krzysztof Parzyszek[Hexagon] HVX vector register classes and more isel...
2015-11-25 Krzysztof Parzyszek[Hexagon] Treat transfers of FP immediates are pseudo...
2015-11-25 Krzysztof ParzyszekAdd hexagonv55 and hexagonv60 as recognized CPUs, make...
2015-11-24 Krzysztof Parzyszek[Hexagon] Add missing include of <cctype>
2015-11-24 Krzysztof Parzyszek[Hexagon] Bring HexagonInstrInfo up to date
2015-11-23 Krzysztof Parzyszek[Hexagon] Update instruction formats
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-20 Krzysztof Parzyszek[Hexagon] Fix the return value from HexagonGenInsert...
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant assignment.
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant local variable.
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Colin LeMahieu[Hexagon] Fixing memory leak during relaxation by alloc...
2015-11-13 Colin LeMahieu[Hexagon] Factoring bundle creation in to a utility...
2015-11-13 Colin LeMahieu[Hexagon] Fixing leak in padEndloop by allocating in...
2015-11-13 Colin LeMahieu[Hexagon] Adding relaxation functionality to backend...
2015-11-12 Benjamin Kramer[Hexagon] Allocate MCInst in the MCContext to avoid...
2015-11-10 Colin LeMahieu[Hexagon] Adding instruction aliases and tests.
2015-11-10 Colin LeMahieu[Hexagon] Fixing compound register printing and reenabl...
2015-11-10 Colin LeMahieu[Hexagon] Fixing store instructions and reenabling...
2015-11-10 Colin LeMahieu[Hexagon] Fixing load instruction parsing and reenablin...
2015-11-09 Colin LeMahieu[Hexagon] Separating statement to match what clang...
2015-11-09 Reid Kleckner[Hexagon] Fix -Wmicrosoft-enum-value warning with expli...
2015-11-09 Colin LeMahieu[Hexagon] Adding override to methods.
2015-11-09 Colin LeMahieu[Hexagon] Fixing warnings.
2015-11-09 Colin LeMahieu[Hexagon] Removing extra gen line.
2015-11-09 Colin LeMahieu[Hexagon] Maybe the makefile?
2015-11-09 Colin LeMahieu[Hexagon] Adding LLVMBuild.txt reference to HexagonAsmP...
2015-11-09 Colin LeMahieu[Hexagon] Enabling ASM parsing on Hexagon backend and...
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-03 Matthias BraunFix build problme introduced in r251883
2015-11-03 Colin LeMahieu[Hexagon] Fixing mistaken case fallthrough.
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-20 Krzysztof Parzyszek[Hexagon] Bit-based instruction simplification
2015-10-20 Krzysztof Parzyszek[Hexagon] Fix isNVStorable flag in .td files
2015-10-20 Krzysztof Parzyszek[Hexagon] Capture aggregate variables by reference...
2015-10-20 Krzysztof Parzyszek[Hexagon] Do not fall-through if there is no CFG edge
2015-10-20 Krzysztof Parzyszek[Hexagon] Use symbolic name for subregister instead...
2015-10-20 Krzysztof Parzyszek[Hexagon] Change Based->Base in getBasedWithImmOffset
2015-10-20 Krzysztof Parzyszek[Hexagon] Remove the remnants of isConstExtProfitable
2015-10-20 Duncan P. N. Exon... Hexagon: Remove implicit ilist iterator conversions...
2015-10-19 Krzysztof Parzyszek[Hexagon] Remove unnecessary argument sign extends
2015-10-19 Benjamin KramerAdd missing override noticed by Clang's -Winconsistent...
2015-10-19 Krzysztof Parzyszek[Hexagon] Fix debug information for local objects
2015-10-19 Krzysztof Parzyszek[Hexagon] Delay emission of CFI instructions
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
2015-10-16 Krzysztof Parzyszek[Hexagon] Split double registers
2015-10-16 Krzysztof Parzyszek[Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtA...
2015-10-16 Krzysztof Parzyszek[Hexagon] Merge adjacent stores
2015-10-06 Krzysztof Parzyszek[Hexagon] Remove ZeroOrMore from option flags
2015-10-06 Krzysztof Parzyszek[Hexagon] Add an early if-conversion pass
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
next