| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
| * | [Hexagon] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -0/+1 |
| * | [AsmPrinter] refactor to support %c w/ GlobalAddress' | Nick Desaulniers | 2019-04-26 | 1 | -3/+1 |
| * | [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC | Nick Desaulniers | 2019-04-17 | 1 | -4/+0 |
| * | [AsmPrinter] refactor to remove remove AsmVariant. NFC | Nick Desaulniers | 2019-04-10 | 1 | -3/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Hexagon] Allow use of gather intrinsics even with no-packets | Krzysztof Parzyszek | 2018-08-07 | 1 | -1/+0 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | [Hexagon] Clean up some code in HexagonAsmPrinter, NFC | Krzysztof Parzyszek | 2018-04-02 | 1 | -39/+46 |
| * | [Hexagon] Fix printing :mem_noshuf on compiler-generated packets | Krzysztof Parzyszek | 2018-03-30 | 1 | -2/+7 |
| * | [Hexagon] Subtarget feature to emit one instruction per packet | Krzysztof Parzyszek | 2018-03-12 | 1 | -0/+1 |
| * | [Hexagon] Add support for Hexagon V65 | Krzysztof Parzyszek | 2017-12-11 | 1 | -1/+24 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | [Hexagon] Switch to parameterized register classes for HVX | Krzysztof Parzyszek | 2017-09-15 | 1 | -82/+3 |
| * | [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-01 | 1 | -51/+47 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Hexagon] Change iconst to emit 27bit relocation | Krzysztof Parzyszek | 2017-05-02 | 1 | -1/+1 |
| * | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -3/+3 |
| * | [Hexagon] Change the vector scaling for vector offsets | Krzysztof Parzyszek | 2017-04-06 | 1 | -0/+199 |
| * | [Hexagon] Remove unused variables | Krzysztof Parzyszek | 2017-03-31 | 1 | -5/+1 |
| * | [Hexagon] Remove encoding bits from mapped instructions | Krzysztof Parzyszek | 2017-02-07 | 1 | -0/+33 |
| * | [Hexagon] Separate Hexagon subreg indices for different register classes | Krzysztof Parzyszek | 2016-11-09 | 1 | -10/+10 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -1/+1 |
| * | [Hexagon] Fix indentation, NFC | Krzysztof Parzyszek | 2016-08-19 | 1 | -3/+3 |
| * | [Hexagon] Clean up some miscellaneous V60 intrinsics a bit | Krzysztof Parzyszek | 2016-08-16 | 1 | -2/+2 |
| * | [Hexagon] Use integer instructions for floating point immediates | Krzysztof Parzyszek | 2016-08-10 | 1 | -19/+1 |
| * | [Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32 | Krzysztof Parzyszek | 2016-08-10 | 1 | -1/+0 |
| * | [Hexagon] Add support for proper handling of H and L constraints | Krzysztof Parzyszek | 2016-07-26 | 1 | -8/+16 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -3/+0 |
| * | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -1/+1 |
| * | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -1/+1 |
| * | [Hexagon] Adding relocation for code size, cold path optimization allowing a ... | Colin LeMahieu | 2016-02-16 | 1 | -0/+13 |
| * | [NFC] Fixing naming convention, lowercase start of function name. | Colin LeMahieu | 2016-02-15 | 1 | -7/+7 |
| * | [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp... | Colin LeMahieu | 2016-02-15 | 1 | -14/+21 |
| * | [Hexagon] Make helper function static. NFC. | Benjamin Kramer | 2016-01-12 | 1 | -3/+3 |
| * | [Hexagon] Preprocess mapped instructions before lowering to MC | Krzysztof Parzyszek | 2015-12-15 | 1 | -3/+386 |
| * | [Hexagon] NFC Using canonicalizePacket to compound/duplex/pad packets rather ... | Colin LeMahieu | 2015-12-03 | 1 | -17/+11 |
| * | [Hexagon] Improve lowering of instructions to the MC layer | Krzysztof Parzyszek | 2015-12-02 | 1 | -8/+12 |
| * | [Hexagon] Factoring bundle creation in to a utility function. | Colin LeMahieu | 2015-11-13 | 1 | -3/+1 |
| * | [Hexagon] Fixing leak in padEndloop by allocating in MCContext. | Colin LeMahieu | 2015-11-13 | 1 | -1/+1 |
| * | Hexagon: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -3/+3 |
| * | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -3/+3 |
| * | [Hexagon] Adding functionality for searching for compound instruction pairs. ... | Colin LeMahieu | 2015-06-08 | 1 | -2/+8 |
| * | [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing. | Colin LeMahieu | 2015-06-05 | 1 | -2/+6 |
| * | Revert r239095 incorrect test tree. | Colin LeMahieu | 2015-06-04 | 1 | -6/+2 |
| * | [Hexagon] Removing unused variable. | Colin LeMahieu | 2015-06-04 | 1 | -1/+0 |
| * | [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress... | Colin LeMahieu | 2015-06-04 | 1 | -2/+7 |
| * | [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a... | Colin LeMahieu | 2015-05-29 | 1 | -34/+16 |