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
/
PPCAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-4
/
+128
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
1
-9
/
+12
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-29
1
-23
/
+14
*
Revert "[PPC] Use alias symbols in address computation."
Hal Finkel
2014-05-28
1
-13
/
+23
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-26
1
-23
/
+13
*
Use a sized enum for MachineOperandType. No functionality change
Pete Cooper
2014-05-16
1
-1
/
+1
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-6
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-11
/
+11
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-8
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-6
/
+6
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-6
/
+6
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-6
/
+6
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-1
/
+4
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-8
/
+8
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[PowerPC] support powerpc64le as syntax-checking target (pass2)
Will Schmidt
2014-03-04
1
-0
/
+1
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-32
/
+32
*
Remove an easy use of EmitRawText from PPC.
Rafael Espindola
2014-01-25
1
-7
/
+6
*
Fix pr18515.
Rafael Espindola
2014-01-22
1
-7
/
+0
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-3
/
+4
*
Implement initial-exec TLS for PPC32.
Roman Divacky
2013-12-20
1
-2
/
+22
*
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
Rafael Espindola
2013-12-02
1
-3
/
+3
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-24
/
+0
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-3
/
+3
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-19
/
+19
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+5
*
[PowerPC] Fix problems with large code model (PR17169).
Bill Schmidt
2013-09-17
1
-4
/
+9
*
[PowerPC] Add handling for conversions to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+1
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-2
/
+4
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
1
-10
/
+13
*
[PowerPC] Use mtocrf when available
Ulrich Weigand
2013-07-03
1
-0
/
+17
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
1
-9
/
+14
*
[PowerPC] Rework TLS call operand processing
Ulrich Weigand
2013-07-02
1
-4
/
+4
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-4
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-1
/
+1
*
Index: test/CodeGen/PowerPC/reloc-align.ll
Bill Schmidt
2013-07-01
1
-0
/
+19
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-16
/
+16
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-2
/
+2
*
[PowerPC] Remove unused parameter
Ulrich Weigand
2013-06-20
1
-6
/
+6
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-34
/
+2
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
1
-11
/
+12
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+2
[prev]
[next]