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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value
Adrian Prantl
2013-11-18
1
-1
/
+5
*
Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...
NAKAMURA Takumi
2013-11-17
1
-1
/
+3
*
Add the cold attribute to error-reporting call sites
Hal Finkel
2013-11-17
1
-0
/
+72
*
Use StringRef instead of std::string
Jakub Staszak
2013-11-13
1
-1
/
+1
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-2
/
+7
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-31
/
+20
*
Use type form of getIntPtrType.
Matt Arsenault
2013-11-10
1
-1
/
+1
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-1
/
+1
*
Revert "Inliner: Handle readonly attribute per argument when adding memcpy"
David Majnemer
2013-11-03
1
-13
/
+10
*
Convert calls to __sinpi and __cospi into __sincospi_stret
Bob Wilson
2013-11-03
1
-0
/
+156
*
Do not convert "call asm" to "invoke asm" in Inliner.
Manman Ren
2013-10-31
1
-1
/
+2
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
1
-13
/
+2
*
Handle calls and invokes in GlobalStatus.
Rafael Espindola
2013-10-25
1
-0
/
+5
*
Inliner: Handle readonly attribute per argument when adding memcpy
Tom Stellard
2013-10-24
1
-10
/
+13
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+15
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
1
-5
/
+9
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
2
-0
/
+179
*
Fix the predecessor removal logic in r193045.
Michael Gottesman
2013-10-21
1
-11
/
+9
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
1
-14
/
+1
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-6
/
+28
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
1
-1
/
+14
*
Basic blocks typically have few predecessors. Use a SmallDenseMap to
Chris Lattner
2013-10-14
1
-3
/
+3
*
UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessors
Hal Finkel
2013-10-04
1
-2
/
+6
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
2
-14
/
+1
*
Remove several unused variables.
Rafael Espindola
2013-10-01
2
-2
/
+0
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-3
/
+1
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
2013-09-24
1
-1
/
+1
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+4
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+0
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
Use StringRef::npos for StringRef instead of std::string one
Matt Arsenault
2013-09-10
1
-3
/
+3
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
3
-49
/
+61
*
Use type helper functions.
Matt Arsenault
2013-09-06
1
-1
/
+1
*
SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...
Benjamin Kramer
2013-08-31
1
-3
/
+23
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-26
/
+5
*
No functionality change.
Yunzhong Gao
2013-08-21
1
-2
/
+2
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-2
/
+14
*
Adds missing TLI check for library simplification of
Michael Kuperstein
2013-08-19
1
-3
/
+6
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-35
/
+0
*
Fixing a corner-case bug in strchr and strrchr lib call optimizations where
Yunzhong Gao
2013-08-15
1
-2
/
+2
*
Fix small typo: s/succ/Succ/
Mark Lacey
2013-08-14
1
-1
/
+1
*
Fix a really terrifying but improbable bug in mem2reg. If you have seen
Chandler Carruth
2013-08-14
1
-1
/
+4
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
2
-169
/
+100
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-12
/
+135
*
Remove unused SpecialCaseList constructors
Alexey Samsonov
2013-08-12
1
-20
/
+0
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-0
/
+7
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-10
/
+43
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-135
/
+12
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-12
/
+135
[next]