summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/AsmParser
Commit message (Expand)AuthorAge
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Add braces to the case statement.Chad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-03
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-31
* Prune some includesCraig Topper2012-03-27
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.Wesley Peck2011-09-21
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-15
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar2011-02-04
* Fix 80-column violations and whitespace.Bob Wilson2011-02-03
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-27
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-17
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...Wesley Peck2010-11-11