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] Make sure that we remove dead PHI nodes after the PPCCTRLoops pass.
Sean Fertile
2017-07-05
1
-1
/
+4
*
To help readability of mightUseCTR pull out the inline asm handling support i...
Eric Christopher
2017-06-29
1
-10
/
+17
*
Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...
Eric Christopher
2017-06-29
1
-47
/
+34
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[PowerPC] multiply-with-overflow might use the CTR register
Hal Finkel
2017-04-11
1
-9
/
+11
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-34
/
+34
*
PowerPC: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-27
1
-4
/
+4
*
Add optimization bisect opt-in calls for PowerPC passes
Andrew Kaylor
2016-04-27
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+0
*
[PowerPC] Map max/minnum intrinsics and fmax/fmin to ISD nodes for CTR-based ...
Hal Finkel
2016-03-27
1
-3
/
+13
*
[PowerPC] Disable the CTR optimization in the presence of {min,max}num
David Majnemer
2016-03-26
1
-0
/
+2
*
[PowerPC] Disable CTR loops optimization for soft float operations
Petar Jovanovic
2016-03-17
1
-0
/
+19
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-1
/
+3
*
[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
[next]