index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
/
AsmParser
/
SparcAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-4
/
+4
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-82
/
+69
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-14
/
+14
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[Sparc] Add return/rett instruction to Sparc backend.
Venkatraman Govindaraju
2014-03-02
1
-0
/
+6
*
[Sparc] Add support for parsing branches and conditional move instructions wi...
Venkatraman Govindaraju
2014-03-02
1
-14
/
+3
*
[Sparc] Add support for parsing fcmp with %fcc registers.
Venkatraman Govindaraju
2014-03-02
1
-7
/
+14
*
[Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).
Venkatraman Govindaraju
2014-03-02
1
-2
/
+2
*
[Sparc] Add support for parsing annulled branch instructions.
Venkatraman Govindaraju
2014-03-01
1
-0
/
+31
*
[Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.
Venkatraman Govindaraju
2014-03-01
1
-6
/
+2
*
[Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.
Venkatraman Govindaraju
2014-03-01
1
-3
/
+51
*
[Sparc] Add support for parsing directives in SparcAsmParser.
Venkatraman Govindaraju
2014-03-01
1
-2
/
+48
*
[Sparc] Emit correct encoding for atomic instructions. Also, add support for ...
Venkatraman Govindaraju
2014-02-07
1
-1
/
+18
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
[Sparc] Correct quad register list in the asm parser.
Venkatraman Govindaraju
2014-01-24
1
-1
/
+1
*
Fix out of bounds access to the double regs array. Given the
Eric Christopher
2014-01-23
1
-1
/
+1
*
[Sparc] Add support for parsing floating point instructions.
Venkatraman Govindaraju
2014-01-12
1
-23
/
+97
*
[Sparc] Add support for parsing jmpl instruction and make indirect call and j...
Venkatraman Govindaraju
2014-01-10
1
-0
/
+1
*
[Sparc] Add support for parsing branch instructions and conditional moves.
Venkatraman Govindaraju
2014-01-08
1
-1
/
+21
*
[Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc.,
Venkatraman Govindaraju
2014-01-07
1
-5
/
+35
*
[Sparc] Add support for parsing memory operands in sparc AsmParser.
Venkatraman Govindaraju
2014-01-07
1
-47
/
+119
*
[Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.
Venkatraman Govindaraju
2014-01-04
1
-0
/
+614