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
/
PPCCTRLoops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Recurse through constants when looking for TLS globals
Hal Finkel
2015-10-28
1
-2
/
+10
*
PowerPC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+1
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-4
/
+3
*
Fix the PPC CTR Loop pass to look for calls to the intrinsics that
Eric Christopher
2015-09-08
1
-0
/
+6
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+3
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-1
/
+2
*
Migrate some of PPC away from the use of bare getSubtarget/getSubtargetImpl.
Eric Christopher
2015-01-30
1
-1
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-1
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
PowerPC: CTR shouldn't fire if a TLS call is in the loop
David Majnemer
2014-12-27
1
-0
/
+18
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-2
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
[PowerPC] On PPC32, 128-bit shifts might be runtime calls
Hal Finkel
2014-05-11
1
-0
/
+8
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-4
/
+4
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Silencing an MSVC signed comparison warning.
Aaron Ballman
2014-02-26
1
-1
/
+1
*
Account for 128-bit integer operations in PPCCTRLoops
Hal Finkel
2014-02-25
1
-6
/
+11
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-2
/
+2
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-4
/
+4
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+6
*
Don't form PPC CTR-based loops around a copysignl call
Hal Finkel
2013-08-19
1
-1
/
+2
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+5
*
PPC: Add CTR-register clobber to builtin setjmp
Hal Finkel
2013-07-17
1
-0
/
+7
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Don't form PPC CTR loops for over-sized exit counts
Hal Finkel
2013-07-01
1
-0
/
+3
*
Disallow i64 div/rem in PPC32 counter loops
Hal Finkel
2013-06-07
1
-0
/
+7
*
Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
2013-05-20
1
-1
/
+1
*
Remove copied preheader insertion logic from PPCCTRLoops
Hal Finkel
2013-05-20
1
-85
/
+3
*
Rename PPC MTCTRse to MTCTRloop
Hal Finkel
2013-05-20
1
-1
/
+1
*
Add a PPCCTRLoops verification pass
Hal Finkel
2013-05-20
1
-0
/
+155
*
Check InlineAsm clobbers in PPCCTRLoops
Hal Finkel
2013-05-18
1
-0
/
+15
*
Create an new preheader in PPCCTRLoops to avoid counter register clobbers
Hal Finkel
2013-05-16
1
-153
/
+165
*
PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
2013-05-16
1
-1
/
+5
[next]