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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-6
/
+8
*
Avoid a compiler warning about Found not being used when assertions are
Duncan Sands
2013-09-13
1
-0
/
+1
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-7
/
+25
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
4
-5
/
+5
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
4
-5
/
+5
*
Use type form of getIntPtrType
Matt Arsenault
2013-09-11
1
-2
/
+2
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
1
-12
/
+21
*
Add braces
Matt Arsenault
2013-09-11
1
-6
/
+9
*
Get rid of unused isPodLike definitions.
Eli Friedman
2013-09-11
2
-12
/
+0
*
Don't assert on invalid loop vectorization hint.
Eli Friedman
2013-09-10
1
-7
/
+10
*
Fix mistake in r190442.
Eli Friedman
2013-09-10
1
-0
/
+7
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-5
/
+0
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-1
/
+1
*
LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...
Benjamin Kramer
2013-09-10
1
-2
/
+2
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
1
-10
/
+32
*
Use StringRef::npos for StringRef instead of std::string one
Matt Arsenault
2013-09-10
1
-3
/
+3
*
Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
2013-09-09
1
-4
/
+7
*
[InstCombiner] Expose opportunities to merge subtract and comparison.
Quentin Colombet
2013-09-09
1
-1
/
+46
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
4
-49
/
+62
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-6
/
+2
*
Use type helper functions.
Matt Arsenault
2013-09-06
3
-4
/
+3
*
Teach CodeGenPrepare about address spaces
Matt Arsenault
2013-09-06
1
-4
/
+2
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
4
-17
/
+17
*
Remove unused argument.
Rafael Espindola
2013-09-05
1
-3
/
+1
*
Declare missing dependency on AliasAnalysis. Patch by Liu Xin!
Nick Lewycky
2013-09-05
1
-0
/
+1
*
Rename some variables to match the style guide.
Rafael Espindola
2013-09-04
1
-6
/
+6
*
Small simplification given that insert of an empty range is a nop.
Rafael Espindola
2013-09-04
1
-2
/
+1
*
Refactor duplicated logic to a helper function.
Rafael Espindola
2013-09-04
1
-36
/
+53
*
Remove dead code.
Rafael Espindola
2013-09-04
1
-10
/
+0
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-11
/
+0
*
InstCombine: allow unmasked icmps to be combined with logical ops
Tim Northover
2013-09-04
1
-9
/
+29
*
InstCombine: look for masked compares with subset relation
Tim Northover
2013-09-04
1
-11
/
+75
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
1
-0
/
+11
*
[objc-arc] Remove dead code from previous commit.
Michael Gottesman
2013-09-03
1
-140
/
+0
*
[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.
Michael Gottesman
2013-09-03
1
-5
/
+0
*
Enable late-vectorization by default.
Nadav Rotem
2013-09-03
1
-1
/
+1
*
Teach InstCombineLoadCast about address spaces.
Matt Arsenault
2013-09-03
1
-2
/
+2
*
Use type form of getIntPtrType in alloca visitor.
Matt Arsenault
2013-09-03
1
-2
/
+2
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
1
-11
/
+36
*
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2013-09-03
1
-3
/
+14
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
1
-3
/
+6
*
SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...
Benjamin Kramer
2013-08-31
1
-3
/
+23
*
Compulsive reformatting.
Bill Wendling
2013-08-30
1
-2
/
+5
*
InstCombine: Check for zero shift amounts before subtracting one causing inte...
Benjamin Kramer
2013-08-30
1
-10
/
+15
*
Random cleanup: No need to use a std::vector here, since createInternalizePas...
Bill Wendling
2013-08-30
1
-5
/
+4
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-17
/
+5
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-5
/
+17
*
Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...
Nadav Rotem
2013-08-28
1
-46
/
+18
*
Fix typo.
Matt Arsenault
2013-08-28
1
-2
/
+2
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
2
-8
/
+13
[next]