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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename 'TD' to 'DL' in this function as the argument is now a DataLayout
Chandler Carruth
2014-10-18
1
-7
/
+7
*
Fix the other comment to use modern doxygen style and be a bit more
Chandler Carruth
2014-10-18
1
-4
/
+8
*
More formatting cleanup brought to you by clang-format.
Chandler Carruth
2014-10-18
1
-5
/
+8
*
Clean up doxygen syntax and reword comments to flow better, have a brief
Chandler Carruth
2014-10-18
1
-15
/
+20
*
Clean up the formatting and trailing whitespace of a routine before
Chandler Carruth
2014-10-18
1
-16
/
+19
*
[LVI] Add some additional comments about caching and context instructions
Hal Finkel
2014-10-16
1
-0
/
+13
*
Revert "r219834 - Teach ScalarEvolution to sharpen range information"
Sanjoy Das
2014-10-15
1
-38
/
+0
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-10-15
1
-0
/
+38
*
Treat the WorkSet used to find ephemeral values as double-ended
Hal Finkel
2014-10-15
1
-1
/
+3
*
[CFL-AA] CFL-AA should not assert on an va_arg instruction
Hal Finkel
2014-10-14
1
-0
/
+11
*
[LVI] Check for @llvm.assume dominating the edge branch
Hal Finkel
2014-10-14
1
-0
/
+2
*
[modules] Stop excluding Support/Debug.h from the Support module. This header
Richard Smith
2014-10-13
1
-1
/
+0
*
[Modules] Add some missing includes to make files compile stand-alone.
Benjamin Kramer
2014-10-12
1
-1
/
+1
*
AssumptionTracker: Don't create temporary CallbackVHs.
Benjamin Kramer
2014-10-11
1
-3
/
+5
*
InstCombine, InstSimplify: (%X /s C1) /s C2 isn't always 0 when C1 * C2 overflow
David Majnemer
2014-10-11
1
-0
/
+10
*
[SCEV] Add some asserts to the recently improved trip count computation
Chandler Carruth
2014-10-11
1
-0
/
+22
*
This patch teaches ScalarEvolution to pick and use !range metadata.
Sanjoy Das
2014-10-10
1
-0
/
+41
*
This patch de-pessimizes the calculation of loop trip counts in
Mark Heffernan
2014-10-10
1
-353
/
+325
*
[LVI] Revert the remainder of "r218231 - Add two thresholds lvi-overdefined-B...
Hal Finkel
2014-10-10
1
-22
/
+0
*
Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...
Hal Finkel
2014-10-09
1
-41
/
+2
*
[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...
Hal Finkel
2014-10-06
1
-2
/
+41
*
BFI: Improve assertion message, since it's actually firing
Duncan P. N. Exon Smith
2014-10-06
1
-1
/
+2
*
[CFL-AA] Update for handling of globals and more tests
Hal Finkel
2014-10-06
1
-3
/
+11
*
Simplify code. No functionality change.
Benjamin Kramer
2014-10-05
1
-4
/
+2
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
3
-6
/
+9
*
PR21145: Teach LLVM about C++14 sized deallocation functions.
Richard Smith
2014-10-03
1
-1
/
+5
*
Revert r215343.
James Molloy
2014-10-03
1
-25
/
+1
*
[BasicAA] Revert r218714 - Make better use of zext and sign information.
Lang Hames
2014-10-03
1
-29
/
+2
*
Remove duplicate function names from comments. NFC.
Sanjay Patel
2014-10-02
1
-43
/
+35
*
Silence a -Wsign-compare warning. NFC.
Aaron Ballman
2014-10-02
1
-2
/
+2
*
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
2014-10-01
1
-1
/
+1
*
Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
2014-10-01
1
-2
/
+8
*
[MemoryDepAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
2014-10-01
1
-0
/
+22
*
[BasicAA] Make better use of zext and sign information
Hal Finkel
2014-09-30
1
-2
/
+29
*
Ignore annotation function calls in cost computation
David Peixotto
2014-09-26
1
-0
/
+1
*
Fix assertion in LICM doFinalization()
David Peixotto
2014-09-24
1
-0
/
+11
*
Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-threshold
Jiangning Liu
2014-09-22
1
-2
/
+32
*
Add file to CMake build as well.
Eric Christopher
2014-09-18
1
-0
/
+1
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
2
-5
/
+56
*
InstSimplify: Don't allow (x srem y) urem y -> x srem y
David Majnemer
2014-09-17
1
-3
/
+5
*
InstSimplify: ((X % Y) % Y) -> (X % Y)
David Majnemer
2014-09-17
1
-0
/
+5
*
InstSimplify: Simplify trivial and/or of icmps
David Majnemer
2014-09-15
1
-0
/
+114
*
Fix an ODR violation consisting of two 'struct Query' in the global namespace.
Benjamin Kramer
2014-09-12
2
-0
/
+4
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-3
/
+3
*
Make use @llvm.assume for loop guards in ScalarEvolution
Hal Finkel
2014-09-07
1
-6
/
+24
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-77
/
+189
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+212
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
8
-250
/
+729
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
2
-8
/
+103
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
2
-0
/
+114
[prev]
[next]