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
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-8
/
+9
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
1
-1
/
+1
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-26
/
+92
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-1
/
+9
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
2
-0
/
+127
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-1
/
+27
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
4
-5
/
+5
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-3
/
+9
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-1
/
+1
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-3
/
+3
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-3
/
+3
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
1
-0
/
+50
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-11
/
+9
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-4
/
+9
*
Typo: s/caes/cases/ in SimplifyCFG
Hans Wennborg
2013-06-04
1
-1
/
+1
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-2
/
+19
*
SimplifyCFG: Small cleanup, use ICmpInst::isEquality()
David Majnemer
2013-06-03
1
-3
/
+1
*
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Majnemer
2013-06-01
1
-1
/
+1
*
Extend RemapInstruction and friends to take an optional new parameter, a Valu...
James Molloy
2013-05-28
2
-12
/
+22
*
More symbols that should be static.
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
2013-05-20
1
-1
/
+1
*
Expose InsertPreheaderForLoop from LoopSimplify to other passes
Hal Finkel
2013-05-20
1
-11
/
+12
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Fix a use after free. RI is freed before the call to getDebugLoc(). To
Richard Trieu
2013-04-30
1
-4
/
+5
*
Spelling. Thanks, Eric.
Adrian Prantl
2013-04-30
1
-1
/
+1
*
Set debug locations for branch instructions created during inlining, even
Adrian Prantl
2013-04-30
1
-2
/
+10
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-4
/
+90
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+27
*
Make sure the instruction right after an inlined function has a
Adrian Prantl
2013-04-23
1
-4
/
+10
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-88
/
+4
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
1
-4
/
+88
*
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-17
1
-9
/
+12
*
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
1
-1
/
+6
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
Add all clauses when merging the landing pads. Duplicates will be handled lat...
Bill Wendling
2013-03-22
1
-24
/
+14
*
Don't use the removed API.
Bill Wendling
2013-03-22
1
-5
/
+2
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
1
-12
/
+7
*
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-21
1
-16
/
+39
*
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
2013-03-12
1
-177
/
+225
*
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-11
1
-3
/
+17
*
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
1
-3
/
+6
*
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-07
1
-2
/
+4
*
Bypass Slow Divides
Preston Gurd
2013-03-04
1
-2
/
+2
*
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-03-02
1
-2
/
+1
*
For each function that we optimize we initialize a new list of lib functions....
Nadav Rotem
2013-02-27
1
-1
/
+2
[next]