index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune some includes
Craig Topper
2012-03-27
2
-5
/
+0
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-7
/
+0
*
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-06
1
-6
/
+1
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+24
*
Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.
Wesley Peck
2011-09-21
2
-2
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
2
-2
/
+2
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-1
/
+8
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
2
-13
/
+10
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
1
-0
/
+1
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
1
-10
/
+5
*
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-3
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
2
-2
/
+2
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+1
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-2
/
+2
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-2
/
+1
*
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
1
-2
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-3
/
+3
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-1
/
+2
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-0
/
+2
*
Fix 80-column violations and whitespace.
Bob Wilson
2011-02-03
1
-1
/
+2
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
1
-4
/
+11
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-1
/
+1
*
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-11-12
1
-15
/
+55
*
Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...
Wesley Peck
2010-11-11
1
-5
/
+5
*
Adding working version of assembly parser for the MBlaze backend
Wesley Peck
2010-11-08
1
-596
/
+277
*
Adding disassembler to the MicroBlaze backend.
Wesley Peck
2010-10-27
1
-38
/
+0
*
Adding initial AsmParser implementation for the MBlaze backend. It is
Wesley Peck
2010-10-21
4
-0
/
+1025