projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a datalayout string to this test so that it exercises the full gamut
2014-10-16
Sanjay Patel
fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
commit
|
commitdiff
|
tree
2014-10-15
Sanjay Patel
correct const-ness with auto and dyn_cast
commit
|
commitdiff
|
tree
2014-10-15
Sanjay Patel
Use 'auto' for easier reading; no functional change...
commit
|
commitdiff
|
tree
2014-10-15
Sanjay Patel
remove function names from comments; NFC
commit
|
commitdiff
|
tree
2014-10-14
Sanjay Patel
Optimize away fabs() calls when input is squared (known...
commit
|
commitdiff
|
tree
2014-10-14
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
2014-10-10
Sanjay Patel
Return undef on FP <-> Int conversions that overflow...
commit
|
commitdiff
|
tree
2014-10-09
Sanjay Patel
Improve sqrt estimate algorithm (fast-math)
commit
|
commitdiff
|
tree
2014-10-09
Sanjay Patel
delete function names from comments
commit
|
commitdiff
|
tree
2014-10-09
Sanjay Patel
delete function name from comment
commit
|
commitdiff
|
tree
2014-10-07
Sanjay Patel
typos
commit
|
commitdiff
|
tree
2014-10-07
Sanjay Patel
typos
commit
|
commitdiff
|
tree
2014-10-07
Sanjay Patel
don't repeat function name in comments
commit
|
commitdiff
|
tree
2014-10-07
Sanjay Patel
typos
commit
|
commitdiff
|
tree
2014-10-06
Sanjay Patel
Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
commit
|
commitdiff
|
tree
2014-10-02
Sanjay Patel
Remove unused function attribute params.
commit
|
commitdiff
|
tree
2014-10-02
Sanjay Patel
Optimize square root squared (PR21126).
commit
|
commitdiff
|
tree
2014-10-02
Sanjay Patel
Use the local variable that other clauses around here...
commit
|
commitdiff
|
tree
2014-10-02
Sanjay Patel
Remove duplicate function names from comments. NFC.
commit
|
commitdiff
|
tree
2014-10-01
Sanjay Patel
Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
commit
|
commitdiff
|
tree
2014-10-01
Sanjay Patel
Make the sqrt intrinsic return undef for a negative...
commit
|
commitdiff
|
tree
2014-10-01
Sanjay Patel
Don't repeat function/variable name in comment. NFC.
commit
|
commitdiff
|
tree
2014-09-30
Sanjay Patel
Use the target-specified iteration count to opt out...
commit
|
commitdiff
|
tree
2014-09-30
Sanjay Patel
Split the estimate() interface into separate functions...
commit
|
commitdiff
|
tree
2014-09-26
Sanjay Patel
Refactor reciprocal and reciprocal square root estimate...
commit
|
commitdiff
|
tree
2014-09-23
Sanjay Patel
Use SDValue bool operator to reduce code. No functional...
commit
|
commitdiff
|
tree
2014-09-22
Sanjay Patel
tighten up checks
commit
|
commitdiff
|
tree
2014-09-22
Sanjay Patel
remove unnecessary labels; NFC
commit
|
commitdiff
|
tree
2014-09-22
Sanjay Patel
Use broadcasts to optimize overall size when loading...
commit
|
commitdiff
|
tree
2014-09-21
Sanjay Patel
Refactor reciprocal square root estimate into target...
commit
|
commitdiff
|
tree
2014-09-21
Sanjay Patel
mop up: "Don’t duplicate function or class name at...
commit
|
commitdiff
|
tree
2014-09-20
Sanjay Patel
mop up: "Don’t duplicate function or class name at...
commit
|
commitdiff
|
tree
2014-09-15
Sanjay Patel
Replace repeated null checks with an assert. NFC.
commit
|
commitdiff
|
tree
2014-09-15
Sanjay Patel
Replace dead links to "Hacker's Delight" with general...
commit
|
commitdiff
|
tree
2014-09-11
Sanjay Patel
Add triple and remove hashes to account for buildbot...
commit
|
commitdiff
|
tree
2014-09-11
Sanjay Patel
Combine fmul vector FP constants when unsafe math is...
commit
|
commitdiff
|
tree
2014-09-11
Sanjay Patel
typo
commit
|
commitdiff
|
tree
2014-09-10
Sanjay Patel
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor...
commit
|
commitdiff
|
tree
2014-09-10
Sanjay Patel
typo
commit
|
commitdiff
|
tree
2014-09-09
Sanjay Patel
Add a scheduling model for AMD 16H Jaguar (btver2).
commit
|
commitdiff
|
tree
2014-09-08
Sanjay Patel
Group unsafe fmul math folds together for easier reading...
commit
|
commitdiff
|
tree
2014-09-08
Sanjay Patel
Fix the FIXME that was just added in r217390 - remove...
commit
|
commitdiff
|
tree
2014-09-08
Sanjay Patel
group unsafe math folds together for easier reading
commit
|
commitdiff
|
tree
2014-09-05
Sanjay Patel
Allow vector fsub ops with constants to get the same...
commit
|
commitdiff
|
tree
2014-09-05
Sanjay Patel
clean up; NFC
commit
|
commitdiff
|
tree
2014-09-03
Sanjay Patel
house cleaning: "Don’t duplicate function or class...
commit
|
commitdiff
|
tree
2014-09-03
Sanjay Patel
Preserve IR flags (nsw, nuw, exact, fast-math) in SLP...
commit
|
commitdiff
|
tree
2014-09-03
Sanjay Patel
Change name of copyFlags() to copyIRFlags(). Add convenience...
commit
|
commitdiff
|
tree
2014-09-02
Sanjay Patel
Refactor LowerFABS and LowerFNEG into one function...
commit
|
commitdiff
|
tree
2014-09-02
Sanjay Patel
Fix a logic bug when copying fast-math flags.
commit
|
commitdiff
|
tree
2014-09-01
Sanjay Patel
Use an integer constant for FABS / FNEG (x86).
commit
|
commitdiff
|
tree
2014-09-01
Sanjay Patel
Add a convenience method to copy wrapping, exact, and...
commit
|
commitdiff
|
tree
2014-08-29
Sanjay Patel
another typo
commit
|
commitdiff
|
tree
2014-08-29
Sanjay Patel
typo
commit
|
commitdiff
|
tree
2014-08-29
Sanjay Patel
typo
commit
|
commitdiff
|
tree
2014-08-28
Sanjay Patel
Move FNEG next to FABS and make them more similar,...
commit
|
commitdiff
|
tree
2014-08-28
Sanjay Patel
Fix a logic bug in x86 vector codegen: sext (zext ...
commit
|
commitdiff
|
tree
2014-08-28
Sanjay Patel
Janitorial services: "Don’t duplicate function or class...
commit
|
commitdiff
|
tree
2014-08-28
Sanjay Patel
Remove local TLI vars that are just duplicates of the...
commit
|
commitdiff
|
tree
2014-08-28
Sanjay Patel
Use local vars to improve readability. No functional...
commit
|
commitdiff
|
tree
2014-08-27
Sanjay Patel
Use local variable in visitFADD. No functional change.
commit
|
commitdiff
|
tree
2014-08-27
Sanjay Patel
Group unsafe-math optimizations for fsub into one block...
commit
|
commitdiff
|
tree
2014-08-27
Sanjay Patel
Use local variable to improve readability.
commit
|
commitdiff
|
tree
2014-08-27
Sanjay Patel
typo in comment
commit
|
commitdiff
|
tree
2014-08-26
Sanjay Patel
fix typos in comments
commit
|
commitdiff
|
tree
2014-08-21
Sanjay Patel
name change: isPow2DivCheap -> isPow2SDivCheap
commit
|
commitdiff
|
tree
2014-08-20
Sanjay Patel
Don't prevent a vselect of constants from becoming...
commit
|
commitdiff
|
tree
2014-08-20
Sanjay Patel
critical-anti-dependency breaker: don't use reg def...
commit
|
commitdiff
|
tree
2014-08-14
Sanjay Patel
optimize vector fneg of bitcasted integer value
commit
|
commitdiff
|
tree
2014-08-12
Sanjay Patel
fixed typos
commit
|
commitdiff
|
tree
2014-08-11
Sanjay Patel
Correct a missing RUN line in the ARM codegen test...
commit
|
commitdiff
|
tree
2014-08-09
Sanjay Patel
fixed typos
commit
|
commitdiff
|
tree
2014-08-06
Sanjay Patel
fix typo
commit
|
commitdiff
|
tree
2014-08-06
Sanjay Patel
Fix a test that has no checks.
commit
|
commitdiff
|
tree
2014-08-06
Sanjay Patel
use register iterators that include self to reduce...
commit
|
commitdiff
|
tree
2014-08-05
Sanjay Patel
Improved test cases that were added with r214892.
commit
|
commitdiff
|
tree
2014-08-05
Sanjay Patel
Optimize vector fabs of bitcasted constant integer...
commit
|
commitdiff
|
tree
2014-08-03
Sanjay Patel
Account for possible leading '.' in label string.
commit
|
commitdiff
|
tree
2014-08-03
Sanjay Patel
fix for PR20354 - Miscompile of fabs due to vectorization
commit
|
commitdiff
|
tree
2014-07-22
Sanjay Patel
fixed typo in comment
commit
|
commitdiff
|
tree
2014-07-16
Sanjay Patel
Fixed formatting, removed bug reference, renamed testcase
commit
|
commitdiff
|
tree
2014-07-16
Sanjay Patel
trivial fix for PR20314
commit
|
commitdiff
|
tree
2014-07-16
Sanjay Patel
Remove Atom references in description.
commit
|
commitdiff
|
tree
2014-07-15
Sanjay Patel
Move Post RA Scheduling flag bit into SchedMachineModel
commit
|
commitdiff
|
tree
2014-07-14
Sanjay Patel
removed circular definitions in comments
commit
|
commitdiff
|
tree
2014-07-14
Sanjay Patel
fixed link
commit
|
commitdiff
|
tree
2014-07-14
Sanjay Patel
fixed typo
commit
|
commitdiff
|
tree
2014-07-09
Sanjay Patel
removed duplicate testcase
commit
|
commitdiff
|
tree
2014-07-09
Sanjay Patel
Fix for PR20059 (instcombine reorders shufflevector...
commit
|
commitdiff
|
tree
2014-07-07
Sanjay Patel
fixed some typos
commit
|
commitdiff
|
tree
2014-07-07
Sanjay Patel
Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg...
commit
|
commitdiff
|
tree
2014-07-06
Sanjay Patel
fixed typos in comments
commit
|
commitdiff
|
tree
2014-07-06
Sanjay Patel
fixed some typos in comments
commit
|
commitdiff
|
tree
2014-07-04
Sanjay Patel
fixed typos
commit
|
commitdiff
|
tree
2014-07-03
Sanjay Patel
fixed typo in comment
commit
|
commitdiff
|
tree
2014-07-03
Sanjay Patel
bug fix for PR20020: anti-dependency-breaker causes...
commit
|
commitdiff
|
tree
2014-06-26
Sanjay Patel
fixed typo
commit
|
commitdiff
|
tree
2014-06-26
Sanjay Patel
Changed Phab 'CC' to 'subscriber'; fixed typo
commit
|
commitdiff
|
tree
2014-06-24
Sanjay Patel
fixed a few typos in comments
commit
|
commitdiff
|
tree
2014-05-30
Sanjay Patel
fixed more typos
commit
|
commitdiff
|
tree
next