Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / Hexagon /
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-22 NAKAMURA TakumiFix a warning on HexagonMCCodeEmitter::MCII. [-Wunused...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-19 Colin LeMahieu[Hexagon] Moving remaining methods off of HexagonMCInst...
2015-02-19 Colin LeMahieu[Hexagon] Moving more functions off of HexagonMCInst...
2015-02-19 Colin LeMahieu[Hexagon] Creating HexagonMCInstrInfo namespace as...
2015-02-19 Colin LeMahieu[Hexagon] Removing static variable holding MCInstrInfo.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-10 Colin LeMahieu[Hexagon] Adding vector load with post-increment instru...
2015-02-10 David BlaikieFix the clang -Werror build (-Wunused-variable)
2015-02-09 Colin LeMahieu[Hexagon] Adding missing load instructions and removing...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of some load patterns...
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-09 Colin LeMahieu[Hexagon] Removing v2-4 flags. V4 is the minimum suppo...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of store patterns.
2015-02-09 Colin LeMahieu[Hexagon] Formatting v5 TD file. Removing commented...
2015-02-09 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
2015-02-05 Colin LeMahieu[Hexagon] Renaming v4 compare-and-jump instructions.
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused patterns.
2015-02-05 Colin LeMahieu[Hexagon] Simplifying and formatting several patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring a class out of some store patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring out a class for immediate transfers...
2015-02-05 Colin LeMahieu[Hexagon] Renaming Y2_barrier. Fixing issues where...
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing...
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_addi and formatting.
2015-02-05 Colin LeMahieu[Hexagon] Since decoding conflicts have been resolved...
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused instructions and adding isCod...
2015-02-04 Colin LeMahieu[Hexagon] Updating load extend to i64 patterns.
2015-02-04 Colin LeMahieu[Hexagon] Cleaning up i1 load and extension patterns.
2015-02-04 Colin LeMahieu[Hexagon] Simplifying more load and store patterns...
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some load and store patterns.
2015-02-04 Colin LeMahieu[Hexagon] Converting absolute-address load patterns...
2015-02-04 Colin LeMahieu[Hexagon] Converting atomic store/load to use AddrGP...
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some store patterns. Adding...
2015-02-04 Colin LeMahieu[Hexagon] Adding selection for GlobalAddress and conver...
2015-02-04 Colin LeMahieu[Hexagon] Replacing some load patterns with cleaner...
2015-02-04 Colin LeMahieu[Hexagon] Adding missing isCodeGenOnly = 0
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding bits for indirect long load...
2015-02-04 Colin LeMahieu[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
2015-02-04 Colin LeMahieu[Hexagon] Changing some isCodeGenOnly to isAsmParserOnl...
2015-02-03 Colin LeMahieu[Hexagon] Marking a bunch of non-encoded instructions...
2015-02-03 Colin LeMahieu[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning...
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PRED intrinsics.
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PERM intrinsics.
2015-02-03 Colin LeMahieu[Hexagon] Adding missing vector multiply instruction...
2015-02-03 Colin LeMahieu[Hexagon] Converting complex number intrinsics and...
2015-02-03 Colin LeMahieu[Hexagon] Adding vector intrinsics for alu32/alu and...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Eric ChristopherDefine a runOnMachineFunction for the Hexagon AsmPrinte...
2015-02-02 Eric ChristopherUse the cached subtarget on the MachineFunction.
2015-02-02 Eric ChristopherRemove dead header.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove unused class variables and update all callers...
2015-02-02 Eric ChristopherMigrate the HexagonSplitConst32AndConst64 pass from...
2015-02-02 Eric ChristopherRemove #if'd code and update comment.
2015-02-02 Eric ChristopherMove HexagonMachineScheduler to use the subtarget off...
2015-02-02 Eric ChristopherCache and use the subtarget that owns the target lowering.
2015-02-02 Eric ChristopherMigrate HexagonISelDAGToDAG to setting a subtarget...
2015-02-02 Eric ChristopherUse the getSubtarget call off of the MachineFunction...
2015-02-02 Eric ChristopherRemove unused class variables and update calls to get...
2015-02-02 Eric ChristopherSink queries into asserts since the variable is unused...
2015-02-02 Eric ChristopherUpdate CMake build for removed files.
2015-02-02 Eric ChristopherGet TargetRegisterInfo and TargetInstrInfo off of the...
2015-02-02 Eric ChristopherUse the function template getSubtarget to remove an...
2015-02-02 Eric ChristopherGrab TargetInstrInfo off of the MachineFunction and...
2015-02-02 Eric ChristopherRemove unused files.
2015-01-30 Colin LeMahieu[Hexagon] Adding vector shift instructions and tests.
2015-01-30 Colin LeMahieu[Hexagon] Adding vector predicate instructions.
2015-01-30 Colin LeMahieu[Hexagon] Adding vector permutation instructions and...
2015-01-30 Colin LeMahieu[Hexagon] Adding vector multiplies. Cleaning up tests.
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/COMPLEX instructions and cleanin...
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/ALU vector instructions. Organi...
2015-01-30 Colin LeMahieu[Hexagon] Adding a number of vector load variants and...
2015-01-29 Colin LeMahieu[Hexagon] Organizing tests and adding a few missing...
2015-01-29 Colin LeMahieu[Hexagon] Adding missing instruction encodings and...
2015-01-29 Colin LeMahieu[Hexagon] Adding alu vector instructions
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Colin LeMahieu[Hexagon] Deleting old variants of intrinsics and addin...
2015-01-29 Colin LeMahieu[Hexagon] Adding CR intrinsic tests.
2015-01-29 Colin LeMahieu[Hexagon] Deleting unused classes.
2015-01-29 Colin LeMahieu[Hexagon] Adding XTYPE/PRED intrinsic tests. Convertin...
2015-01-28 Colin LeMahieu[Hexagon] Updating several V5 intrinsics and adding...
2015-01-28 Colin LeMahieu[Hexagon] Updating many V4 intrinsic patterns. Adding...
2015-01-28 Colin LeMahieu[Hexagon] Adding XTYPE/MPY intrinsic tests and some...
2015-01-28 Colin LeMahieu[Hexagon] Deleting a lot of old variants of intrinsics...
2015-01-28 Colin LeMahieu[Hexagon] Converting XTYPE/BIT intrinsic patterns and...
2015-01-28 Colin LeMahieu[Hexagon] Replacing XTYPE/SHIFT intrinsic patternss...
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-21 Colin LeMahieu[Hexagon] Converting multiply and accumulate with immed...
next