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
/
PPCAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile
2019-07-09
1
-0
/
+14
*
[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *
Fangrui Song
2019-05-17
1
-28
/
+46
*
[MC][PowerPC] Clean up PPCAsmBackend
Fangrui Song
2019-05-17
1
-25
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-2
/
+4
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-7
/
+5
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-17
/
+17
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-1
/
+3
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+4
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-1
/
+1
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-5
/
+6
*
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
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+1
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-1
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
1
-4
/
+4
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-7
/
+9
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-2
/
+1
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-1
/
+1
*
[mc] Clean up emission of byte sequences
Benjamin Kramer
2015-04-17
1
-6
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-3
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[PowerPC] ELFv2 MC support for .localentry directive
Ulrich Weigand
2014-07-20
1
-0
/
+26
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-9
/
+11
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-1
/
+1
*
[PowerPC] Generate little-endian object files
Ulrich Weigand
2014-03-24
1
-11
/
+30
*
Just returning false is the default.
Rafael Espindola
2014-02-06
1
-8
/
+0
*
PPC: Allow partial fills in writeNopData()
David Majnemer
2013-09-26
1
-4
/
+7
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-4
/
+3
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-3
/
+3
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-3
/
+3
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-3
/
+3
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-19
/
+5
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+1
*
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
2013-07-05
1
-3
/
+0
*
[PowerPC] Implement writeNopData
Ulrich Weigand
2013-07-04
1
-4
/
+8
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
1
-0
/
+6
*
[PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
2013-05-17
1
-12
/
+6
*
[PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
2013-05-17
1
-2
/
+0
*
[PowerPC] Remove need for adjustFixupOffst hack
Ulrich Weigand
2013-05-15
1
-6
/
+6
[next]