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
/
PowerPC
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-5
/
+6
*
Reuse existing variable. NFC.
Rafael Espindola
2017-06-28
1
-2
/
+2
*
Don't repeat name in comment and format. NFC.
Rafael Espindola
2017-06-28
1
-19
/
+15
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+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
3
-6
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
5
-6
/
+6
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-2
/
+2
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+1
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
3
-26
/
+49
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-1
/
+10
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-4
/
+5
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-2
/
+9
*
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
-2
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-9
/
+3
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-6
/
+0
*
[PowerPC] Fix the EH_SjLj_Setup pseudo.
Marcin Koscielnicki
2016-04-28
1
-0
/
+2
*
[PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast isel
Ulrich Weigand
2016-03-31
1
-5
/
+0
*
[Power9] Implement new vsx instructions: load, store instructions for vector ...
Kit Barton
2016-03-08
1
-0
/
+16
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
1
-6
/
+6
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
WebAssembly: fix build break introduced by ELFObjectWriter churn
JF Bastien
2016-01-13
1
-1
/
+1
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+3
*
Simplify. NFC.
Rafael Espindola
2015-12-17
1
-6
/
+3
*
[PowerPC] Add Branch Hints for Highly-Biased Branches
Hal Finkel
2015-12-12
1
-0
/
+8
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-2
/
+2
*
[PPC] Fix PR24686 by failing assembly for an invalid relocation
Bill Schmidt
2015-10-22
1
-0
/
+7
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-6
/
+6
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
6
-32
/
+30
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
6
-30
/
+32
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
6
-32
/
+30
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
6
-30
/
+32
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
1
-12
/
+13
*
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
-10
/
+7
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
6
-8
/
+8
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
6
-8
/
+8
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
2
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-5
/
+6
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
3
-5
/
+12
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-5
/
+5
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
2
-2
/
+2
*
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
2015-06-04
1
-2
/
+1
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-24
/
+6
[next]