index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCCTRLoops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
undef setjmp in PPCCTRLoops
Hal Finkel
2013-05-15
1
-0
/
+16
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
1
-665
/
+390
*
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
1
-1
/
+1
*
Fix a sign-extension bug in PPCCTRLoops
Hal Finkel
2013-03-18
1
-1
/
+1
*
Fix 80-col. violations in PPCCTRLoops
Hal Finkel
2013-03-18
1
-6
/
+8
*
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
1
-11
/
+41
*
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-18
1
-2
/
+9
*
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-13
1
-1
/
+13
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+4
*
Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
Hal Finkel
2012-06-16
1
-86
/
+127
*
Fix a bug in the new PPC CTR-Loops pass.
Hal Finkel
2012-06-08
1
-0
/
+1
*
Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...
Hal Finkel
2012-06-08
1
-0
/
+679