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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-5
/
+7
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-2
/
+1
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
2
-4
/
+9
*
[Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-04
1
-14
/
+23
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-4
/
+13
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-10
/
+11
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
2
-2
/
+5
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-25
/
+10
*
Prune some includes from headers and sink some inline functions
Reid Kleckner
2016-06-22
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+4
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
5
-22
/
+20
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
5
-20
/
+22
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
5
-22
/
+20
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
5
-20
/
+22
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
1
-0
/
+1
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-3
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
3
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
3
-4
/
+4
*
[SPARC] Repair GOT references to internal symbols.
James Y Knight
2015-06-18
1
-0
/
+25
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-4
/
+3
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-5
/
+4
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
2
-6
/
+3
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-8
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
3
-6
/
+5
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-3
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
4
-14
/
+14
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-2
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-3
/
+3
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-6
/
+6
*
[Sparc] Repair fixups in little endian mode.
James Y Knight
2015-05-01
1
-12
/
+57
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
6
-25
/
+36
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
3
-5
/
+5
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-2
/
+3
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+1
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-1
/
+1
[next]