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
...
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-4
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+4
*
[SPARC] Repair GOT references to internal symbols.
James Y Knight
2015-06-18
1
-0
/
+9
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+3
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-6
/
+6
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
Sparc: support the "set" synthetic instruction.
James Y Knight
2015-05-18
1
-2
/
+60
*
Sparc: Support PSR, TBR, WIM read/write instructions.
James Y Knight
2015-05-18
1
-8
/
+34
*
Sparc: Add the "alternate address space" load/store instructions.
James Y Knight
2015-05-18
1
-0
/
+9
*
Add support for the Sparc implementation-defined "ASR" registers.
James Y Knight
2015-05-18
1
-5
/
+19
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-7
/
+7
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
1
-1
/
+1
*
Make Sparc assembler accept parenthesized constant expressions.
Douglas Katzman
2015-04-29
1
-0
/
+1
*
Sparc: Prefer reg+reg address encoding when only one register used.
James Y Knight
2015-04-29
1
-5
/
+5
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-4
/
+1
*
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
[prev]