aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Prune some includesCraig Topper2012-03-272-5/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-6/+1
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.Wesley Peck2011-09-212-2/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-2/+2
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-151-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-1/+8
* 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-261-0/+1
* 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-251-3/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-232-2/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+1
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+2
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-2/+1
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-3/+3
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+2
* MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar2011-02-041-0/+2
* Fix 80-column violations and whitespace.Bob Wilson2011-02-031-1/+2
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-271-4/+11
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-171-1/+1
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-15/+55
* Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...Wesley Peck2010-11-111-5/+5
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-596/+277
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-38/+0
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-214-0/+1025