index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-03-26
PowerPC: Remove LDrs pattern.
Ulrich Weigand
2013-03-26
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-23
MCize the bcl instruction in PPCAsmPrinter
Hal Finkel
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
2013-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-07
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-26
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-24
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
PPC: Simplify code with Twines.
Benjamin Kramer
2012-11-12
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-05
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-10-25
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
Roman Divacky
2012-09-03
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-08-29
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-28
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
2012-08-28
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-11
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
Add POWER6 and POWER7 CPU types to the PPC backend.
Hal Finkel
2012-04-01
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-28
Properly MCize the section switch, removing a FIXME.
Roman Divacky
2012-02-27
Reapply r151278 with fixes.
Roman Divacky
2012-02-25
Revert r151278, breaks static linking.
Hal Finkel
2012-02-23
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-12-07
make CR spill and restore 64-bit clean (no functional change), and fix some o...
Hal Finkel
[next]