Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace custom fixed endian to raw_ostream emission with EndianStream. | Benjamin Kramer | 2015-06-04 | 1 | -8/+2 |
| | | | | | | Less code, clearer and more efficient. No functionality change intended. llvm-svn: 239040 | ||||
* | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -1/+1 |
| | | | | llvm-svn: 238634 | ||||
* | MC: Update MCCodeEmitter naming. NFC. | Jim Grosbach | 2015-05-15 | 1 | -3/+3 |
| | | | | | | s/EncodeInstruction/encodeInstruction/ llvm-svn: 237469 | ||||
* | MC: Update MCFixup naming. NFC. | Jim Grosbach | 2015-05-15 | 1 | -6/+6 |
| | | | | | | s/MCFixup::Create/MCFixup::create/ llvm-svn: 237468 | ||||
* | [Sparc] Really add sparcel architecture support. | Douglas Katzman | 2015-04-29 | 1 | -8/+16 |
| | | | | | | | | Mostly copy-and-paste from Sparc v8 architecture. Differential Revision: http://reviews.llvm.org/D8741 llvm-svn: 236146 | ||||
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' \ -j=32 -fix -format http://reviews.llvm.org/D8925 llvm-svn: 234679 | ||||
* | Remove the use of the subtarget in MCCodeEmitter creation and | Eric Christopher | 2015-03-10 | 1 | -1/+0 |
| | | | | | | | update all ports accordingly. Required a couple of small rewrites in handling subtarget features during creation in PPC. llvm-svn: 231861 | ||||
* | 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 |