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
Age
Commit message (
Expand
)
Author
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-29
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-03
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-02
Remove trailing semicolon.
Roman Divacky
2011-08-02
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-08-01
Actually finish switching to the new system for Target sublibrary
Chandler Carruth
2011-08-01
Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.
Evan Cheng
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-28
Explicitly declare a library dependency of LLVM*Desc to
Oscar Fuentes
2011-07-27
Code generation for 'fence' instruction.
Eli Friedman
2011-07-26
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
Remove a file from CMakeLists.txt that Evan removed in r136027.
Chandler Carruth
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
Code clean up.
Evan Cheng
2011-07-25
Missed a file.
Evan Cheng
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-24
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
Roman Divacky
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
Most MCCodeEmitter's don't meed MCContext.
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-04
Remove accidentaly left node from previous iteration of the patch.
Roman Divacky
2011-07-03
Make the i64 and f64 be 64bit ABI aligned in the target description.
Roman Divacky
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
[prev]
[next]