aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-171-1/+1
* Fix improperly formed assert() call.Jim Grosbach2011-10-171-1/+1
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-141-8/+10
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-10/+10
* Fix a couple of 80 column violations.Wesley Peck2011-09-232-2/+3
* Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.Wesley Peck2011-09-212-2/+2
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-154-4/+8
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-073-5/+7
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-062-2/+3
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-2410-10/+10
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+1
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-172-26/+26
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-151-0/+1
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-011-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-296-4/+49
* Explicitly declare a library dependency of LLVM*Desc toOscar Fuentes2011-07-281-0/+2
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-0/+3
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-5/+5
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-262-13/+10
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-265-2/+5
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-253-13/+10
* Refactoring fail.Evan Cheng2011-07-255-49/+47
* More MC layering violations.Evan Cheng2011-07-254-62/+59
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-252-11/+13
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-10/+5
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-2515-190/+216
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-233-4/+3
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-231-2/+2
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-19/+17
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-203-8/+11
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-194-10/+19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-183-17/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-184-8/+8
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-151-1/+1
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+2
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-146-17/+20
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-1411-39/+114
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-111-2/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-114-13/+26
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-092-2/+14
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+1
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-083-6/+6