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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Add extra r2 read deps on @toc@l relocations
Hal Finkel
2015-05-18
1
-0
/
+1
*
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
Bill Schmidt
2015-04-27
1
-0
/
+1
*
[PowerPC] Loop Data Prefetching for the BG/Q
Hal Finkel
2015-02-20
1
-0
/
+1
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
1
-0
/
+1
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
1
-1
/
+0
*
[PowerPC] Prepare loops for pre-increment loads/stores
Hal Finkel
2015-02-05
1
-0
/
+1
*
[PowerPC] Yet another approach to __tls_get_addr
Bill Schmidt
2015-02-03
1
-0
/
+1
*
[PowerPC] Put PPCEarlyReturn into its own source file
Hal Finkel
2015-02-01
1
-0
/
+1
*
[PowerPC] Put PPCVSXCopy into its own source file
Hal Finkel
2015-02-01
1
-0
/
+1
*
[PowerPC] Put PPCVSXFMAMutate into its own source file
Hal Finkel
2015-02-01
1
-0
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-4
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+4
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-4
/
+1
*
Add a disassembler to the PowerPC backend
Hal Finkel
2013-12-19
1
-0
/
+2
*
[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
1
-1
/
+1
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
1
-0
/
+2
*
PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.
Bill Schmidt
2013-05-13
1
-0
/
+1
*
[PowerPC] Add assembler parser
Ulrich Weigand
2013-05-03
1
-0
/
+2
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
1
-0
/
+1
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
1
-0
/
+1
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-14
/
+0
*
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
Daniel Dunbar
2011-11-04
1
-8
/
+8
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-8
/
+8
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+14
*
Remove a file from CMakeLists.txt that Evan removed in r136027.
Chandler Carruth
2011-07-26
1
-1
/
+0
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
1
-0
/
+1
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-2
/
+0
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-1
/
+0
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-0
/
+1
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
1
-1
/
+1
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
1
-3
/
+0
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-2
/
+3
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+3
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Wire up primitive support in the assembler backend for writing .o files
Chris Lattner
2010-11-15
1
-0
/
+1
*
Implement a basic MCCodeEmitter for PPC. This doesn't handle
Chris Lattner
2010-11-15
1
-0
/
+2
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
stub out PPCMCInstLowering, add a new option that uses it and the new
Chris Lattner
2010-11-14
1
-0
/
+1
*
move PPCAsmPrinter into the main PPC library, like ARM and X86.
Chris Lattner
2010-11-14
1
-0
/
+1
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-2
/
+0
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
1
-0
/
+1
*
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-15
1
-1
/
+0
*
The same situation that effected ARM effects PPC with regards to placing the
Bill Wendling
2010-03-12
1
-0
/
+1
*
remove PPCMachOWriterInfo.
Chris Lattner
2010-02-02
1
-1
/
+0
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
1
-1
/
+1
[next]