| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Remove MCSubtargetInfo() default constructor | Duncan P. N. Exon Smith | 2015-07-10 | 1 | -3/+1 |
* | Change the last few internal StringRef triples into Triple objects. | Daniel Sanders | 2015-07-06 | 1 | -3/+5 |
* | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -4/+3 |
* | Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea... | Daniel Sanders | 2015-06-04 | 1 | -2/+2 |
* | MC: MCCodeGenInfo naming update. NFC. | Jim Grosbach | 2015-05-15 | 1 | -2/+2 |
* | [Sparc] Really add sparcel architecture support. | Douglas Katzman | 2015-04-29 | 1 | -4/+6 |
* | Replace the MCSubtargetInfo parameter with a Triple when creating | Eric Christopher | 2015-03-31 | 1 | -3/+3 |
* | Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors. | Eric Christopher | 2015-03-30 | 1 | -1/+1 |
* | Remove unused Target argument from MCInstPrinter ctor functions. | Eric Christopher | 2015-03-30 | 1 | -6/+5 |
* | Split the object streamer callback in one per file format. | Rafael Espindola | 2015-03-19 | 1 | -9/+6 |
* | two or more, use a for. | Rafael Espindola | 2015-03-18 | 1 | -44/+26 |
* | Pass in a "const Triple &T" instead of a raw StringRef. | Rafael Espindola | 2015-03-16 | 1 | -1/+1 |
* | Remove unused argument. NFC. | Rafael Espindola | 2015-03-16 | 1 | -3/+3 |
* | There is only one Asm streamer, there is no need for targets to register it. | Rafael Espindola | 2015-03-16 | 1 | -14/+9 |
* | Simplify handling of --noexecstack by using getNonexecutableStackSection. | Rafael Espindola | 2014-10-15 | 1 | -4/+2 |
* | Remove the UseCFI option from createAsmStreamer. | Rafael Espindola | 2014-05-07 | 1 | -4/+3 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
* | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 2014-04-22 | 1 | -3/+2 |
* | [Sparc] Add support for parsing fcmp with %fcc registers. | Venkatraman Govindaraju | 2014-03-02 | 1 | -1/+1 |
* | [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc. | Venkatraman Govindaraju | 2014-03-01 | 1 | -0/+3 |
* | Remove support for not using .loc directives. | Rafael Espindola | 2014-02-05 | 1 | -5/+5 |
* | [Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn... | Venkatraman Govindaraju | 2014-02-01 | 1 | -3/+22 |
* | Pass a MCSubtargetInfo down to the TargetStreamer creation. | Rafael Espindola | 2014-01-26 | 1 | -1/+2 |
* | Construct the MCStreamer before constructing the MCTargetStreamer. | Rafael Espindola | 2014-01-26 | 1 | -6/+9 |
* | [SparcV9] Add support for JIT in Sparc64. | Venkatraman Govindaraju | 2014-01-24 | 1 | -6/+18 |
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | [Sparc] Add ELF Object Writer for Sparc. | Venkatraman Govindaraju | 2014-01-06 | 1 | -0/+15 |
* | [Sparc] Add initial implementation of MC Code emitter for sparc. | Venkatraman Govindaraju | 2014-01-05 | 1 | -0/+12 |
* | [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9. | Venkatraman Govindaraju | 2014-01-04 | 1 | -0/+5 |
* | [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. | Venkatraman Govindaraju | 2013-12-26 | 1 | -0/+35 |
* | Define SPARC code models. | Jakob Stoklund Olesen | 2013-04-13 | 1 | -1/+29 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -0/+1 |
* | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -0/+1 |
* | createXXXMCCodeGenInfo should be static. | Evan Cheng | 2011-07-23 | 1 | -2/+2 |
* | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -20/+16 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+3 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+14 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -0/+10 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -3/+9 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -0/+51 |