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
*
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
*
[PowerPC] Correctly handle fixups of other than 4 byte size
Ulrich Weigand
2013-05-15
1
-3
/
+27
*
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
1
-9
/
+3
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-1
/
+1
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-2
/
+2
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-1
/
+3
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-1
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
PPC: Reinstate the fatal error when trying to emit a macho file.
Benjamin Kramer
2012-11-24
1
-1
/
+3
*
PPC: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-11-24
1
-18
/
+14
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-2
/
+11
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-1
/
+1
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
1
-10
/
+1
*
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+10
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-4
/
+3
*
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
1
-13
/
+13
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-7
/
+7
*
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
1
-13
/
+1
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-7
/
+8
[next]