| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for ↵ | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
| | | | | | | | requiring the macro. NFC; LLVM edition. llvm-svn: 229340 | ||||
| * | Convert some assert(0) to llvm_unreachable or fold an 'if' condition into ↵ | Craig Topper | 2014-06-19 | 1 | -1/+1 |
| | | | | | | | the assert. llvm-svn: 211254 | ||||
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add ↵ | Craig Topper | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition llvm-svn: 207502 | ||||
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| | | | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842 | ||||
| * | [SparcV9] Adds support for branch on integer register instructions (BPr) and ↵ | Venkatraman Govindaraju | 2014-03-02 | 1 | -0/+20 |
| | | | | | | | conditional moves on integer register (MOVr/FMOVr). llvm-svn: 202628 | ||||
| * | [SparcV9] Add support for parsing branch instructions with prediction. | Venkatraman Govindaraju | 2014-03-01 | 1 | -5/+17 |
| | | | | | llvm-svn: 202602 | ||||
| * | [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated ↵ | Venkatraman Govindaraju | 2014-02-07 | 1 | -0/+31 |
| | | | | | | | assembler is used. llvm-svn: 200962 | ||||
| * | [Sparc] Emit correct relocations for PIC code when integrated assembler is used. | Venkatraman Govindaraju | 2014-02-07 | 1 | -33/+11 |
| | | | | | llvm-svn: 200961 | ||||
| * | Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() | David Woodhouse | 2014-01-28 | 1 | -10/+17 |
| | | | | | llvm-svn: 200349 | ||||
| * | Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() | David Woodhouse | 2014-01-28 | 1 | -2/+4 |
| | | | | | llvm-svn: 200348 | ||||
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | subsequent changes are easier to review. About to fix some layering issues, and wanted to separate out the necessary churn. Also comment and sink the include of "Windows.h" in three .inc files to match the usage in Memory.inc. llvm-svn: 198685 | ||||
| * | [Sparc] Add ELF Object Writer for Sparc. | Venkatraman Govindaraju | 2014-01-06 | 1 | -0/+36 |
| | | | | | llvm-svn: 198580 | ||||
| * | [Sparc] Add initial implementation of MC Code emitter for sparc. | Venkatraman Govindaraju | 2014-01-05 | 1 | -0/+131 |
| llvm-svn: 198533 | |||||

