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
...
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+2
*
Rename the current PPC BCL definition to BCLalways
Hal Finkel
2013-04-04
1
-1
/
+1
*
PowerPC: Remove LDrs pattern.
Ulrich Weigand
2013-03-26
1
-6
/
+4
*
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-26
1
-8
/
+8
*
MCize the bcl instruction in PPCAsmPrinter
Hal Finkel
2013-03-23
1
-4
/
+5
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-5
/
+5
*
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
1
-2
/
+5
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
1
-1
/
+4
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-02-04
1
-0
/
+5
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-0
/
+19
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-6
/
+6
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
1
-9
/
+21
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-3
/
+19
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+84
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+52
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+17
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-16
/
+16
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-8
/
+125
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-25
/
+19
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-71
/
+53
*
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
1
-35
/
+92
*
PPC: Simplify code with Twines.
Benjamin Kramer
2012-11-24
1
-6
/
+3
*
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-12
1
-3
/
+3
*
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
1
-2
/
+16
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-3
/
+3
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-2
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-3
/
+3
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-2
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-3
/
+3
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-3
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
1
-3
/
+8
*
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
Roman Divacky
2012-09-18
1
-0
/
+2
*
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-09-03
1
-2
/
+2
*
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-29
1
-4
/
+8
*
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
2012-08-28
1
-0
/
+15
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
1
-0
/
+2
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-7
/
+16
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
1
-1
/
+1
*
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-06-11
1
-0
/
+2
*
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-04-01
1
-0
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Properly MCize the section switch, removing a FIXME.
Roman Divacky
2012-02-28
1
-2
/
+4
*
Reapply r151278 with fixes.
Roman Divacky
2012-02-27
1
-6
/
+16
*
Revert r151278, breaks static linking.
Hal Finkel
2012-02-25
1
-14
/
+6
*
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-23
1
-6
/
+14
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-1
/
+5
[prev]
[next]