[X86] Change the immediate for IN/OUT instructions to u8imm so the assembly parser...
[oota-llvm.git] / lib / Target / Hexagon /
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...
2015-06-04 Colin LeMahieuRevert r239095 incorrect test tree.
2015-06-04 Colin LeMahieu[Hexagon] Removing unused variable.
2015-06-04 Colin LeMahieu[Hexagon] Adding functionality for duplexing. Duplexin...
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-03 Colin LeMahieu[Hexagon] Test doesn't work on all platforms. At any...
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238772 OSABI was not correctly set...
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-31 Colin LeMahieu[Hexagon] Including raw_ostream for debug builds.
2015-05-31 Colin LeMahieu[Hexagon] classes are actually structs.
2015-05-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-30 Colin LeMahieu[Hexagon] Adding override specifier and removing errone...
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-25 NAKAMURA TakumiPrune CRLFs.
next