freebsd-nq/contrib/llvm/lib/Target/PowerPC
Roman Divacky 26e250745f Backport r197824, r213427 and r213960 from LLVM trunk:
r197824 | rdivacky | 2013-12-20 19:08:54 +0100 (Fri, 20 Dec 2013) | 2 lines

  Implement initial-exec TLS for PPC32.

  r213427 | hfinkel | 2014-07-19 01:29:49 +0200 (Sat, 19 Jul 2014) | 7 lines

  [PowerPC] 32-bit ELF PIC support

  This adds initial support for PPC32 ELF PIC (Position Independent Code; the
  -fPIC variety), thus rectifying a long-standing deficiency in the PowerPC
  backend.

  Patch by Justin Hibbits!

  r213960 | hfinkel | 2014-07-25 19:47:22 +0200 (Fri, 25 Jul 2014) | 3 lines

  [PowerPC] Support TLS on PPC32/ELF

  Patch by Justin Hibbits!

Reviewed by: jhibbits
Approved by: dim
2014-08-18 18:05:55 +00:00
..
AsmParser Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
InstPrinter Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
MCTargetDesc Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
TargetInfo Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPC.h Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPC.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCAsmPrinter.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCBranchSelector.cpp Upgrade our copy of llvm/clang to 3.3 release. 2013-06-12 18:48:53 +00:00
PPCCallingConv.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCCodeEmitter.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCCTRLoops.cpp Upgrade our copy of llvm/clang to 3.4.1 release. This release contains 2014-05-12 18:45:56 +00:00
PPCFastISel.cpp Fix breakage after r267981. 2014-06-28 09:53:44 +00:00
PPCFrameLowering.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCFrameLowering.h Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCHazardRecognizers.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCHazardRecognizers.h Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCInstr64Bit.td Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCInstrAltivec.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCInstrBuilder.h
PPCInstrFormats.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCInstrInfo.cpp Upgrade our copy of llvm/clang to 3.4.1 release. This release contains 2014-05-12 18:45:56 +00:00
PPCInstrInfo.h Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCInstrInfo.td Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCISelDAGToDAG.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCISelLowering.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCISelLowering.h Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCJITInfo.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCJITInfo.h Upgrade our copy of llvm/clang to trunk r178860, in preparation of the 2013-04-12 17:57:40 +00:00
PPCMachineFunctionInfo.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCMachineFunctionInfo.h Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCMCInstLower.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCPerfectShuffle.h Upgrade our copy of llvm/clang to trunk r154661, in preparation of the 2012-04-16 21:23:25 +00:00
PPCRegisterInfo.cpp Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCRegisterInfo.h Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCRegisterInfo.td Upgrade our copy of llvm/clang to 3.4.1 release. This release contains 2014-05-12 18:45:56 +00:00
PPCRelocations.h Upgrade our copy of llvm/clang to trunk r154661, in preparation of the 2012-04-16 21:23:25 +00:00
PPCSchedule440.td Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
PPCSchedule.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCScheduleA2.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCScheduleE500mc.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCScheduleE5500.td Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCScheduleG3.td Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
PPCScheduleG4.td Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
PPCScheduleG4Plus.td Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
PPCScheduleG5.td Upgrade our copy of llvm/clang to trunk r178860, in preparation of the 2013-04-12 17:57:40 +00:00
PPCSelectionDAGInfo.cpp
PPCSelectionDAGInfo.h
PPCSubtarget.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCSubtarget.h Backport r197824, r213427 and r213960 from LLVM trunk: 2014-08-18 18:05:55 +00:00
PPCTargetMachine.cpp Upgrade our copy of llvm/clang to 3.4.1 release. This release contains 2014-05-12 18:45:56 +00:00
PPCTargetMachine.h Upgrade our copy of llvm/clang to trunk r178860, in preparation of the 2013-04-12 17:57:40 +00:00
PPCTargetObjectFile.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCTargetObjectFile.h Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCTargetStreamer.h Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCTargetTransformInfo.cpp Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00