[X86] Remove a 'break' after an llvm_unreachable.
[oota-llvm.git] / lib / Target / Hexagon /
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...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 Matt ArsenaultRemove unnecessary includes
2015-08-05 David Blaikie-Wdeprecated: Remove some dead code that was relying...
2015-08-05 Krzysztof Parzyszek[Hexagon] Edit a comment. NFC
2015-08-05 Krzysztof Parzyszek[Hexagon] Implement TargetTransformInfo for Hexagon
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Krzysztof Parzyszek[Hexagon] Generate MUX from conditional transfers when...
2015-07-18 Benjamin Kramer[Hexagon] Use composition instead of inheritance from...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Krzysztof ParzyszekFix NDEBUG build warning
2015-07-14 Krzysztof ParzyszekFix Windows build: replace __func__ with LLVM_FUNCTION_NAME
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate instructions for operations on predi...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate "extract" instructions more aggressively
2015-07-13 Benjamin Kramer[Hexagon] Move BitTracker into the llvm namespace and...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-09 Krzysztof Parzyszek[Hexagon] Add missing preamble to a source file
2015-07-09 Krzysztof Parzyszek[Hexagon] Add support for atomic RMW operations
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-08 Diego NovilloAdd missing dependency to Hexagon target.
2015-07-08 Krzysztof Parzyszek[Hexagon] Implement commoning of GetElementPtr instructions
2015-07-08 Krzysztof Parzyszek[Hexagon] Generate "insert" instructions more aggressively
2015-07-08 Krzysztof ParzyszekRevert 241681: causes Windows builds to fail
2015-07-08 Krzysztof Parzyszek[Hexagon] Generate "insert" instructions more aggressively
2015-07-07 Krzysztof Parzyszek[Hexagon] Fix unused variable warnings in NDEBUG build...
2015-07-07 Krzysztof Parzyszek[Hexagon] Implement bit-tracking facility with specific...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-24 Justin BognerHexagon: Paper over the undefined behaviour introduced...
2015-06-24 Justin BognerHexagon: Avoid left shifting negative values (it's UB)
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Krzysztof Parzyszek[Hexagon] Use MF reference from parent class in Hexagon...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Colin LeMahieu[Hexagon] Fixing unused field copypasta.
2015-06-18 Colin LeMahieu[Hexagon] Printing packet brackets when asm printing...
2015-06-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
2015-06-16 Colin LeMahieu[Hexagon] Alphabetical ordering of functions, NFC.
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Eric ChristopherRemove duplicate conditional in if-stmt.
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Benjamin Kramer[Hexagon] Make global arrays 'static const'. NFC.
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
next