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
...
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
2
-7
/
+12
*
remove the LowerSelect pass. The last client was the old Sparc backend, whic...
Chris Lattner
2008-02-19
6
-110
/
+0
*
switch simplifycfg from using vectors for most things to smallvectors,
Chris Lattner
2008-02-18
1
-14
/
+12
*
Fix PR2029
Chris Lattner
2008-02-14
1
-0
/
+11
*
Make RenamePass faster by making the 'is this a new phi node'
Chris Lattner
2008-02-05
1
-11
/
+11
*
Revert r46393: readonly/readnone functions are no
Duncan Sands
2008-01-27
1
-9
/
+6
*
Create an explicit copy for byval parameters even
Duncan Sands
2008-01-26
1
-6
/
+9
*
Do this more neatly.
Duncan Sands
2008-01-25
1
-2
/
+1
*
we don't have to make an explicit copy of a byval argument when
Chris Lattner
2008-01-12
1
-4
/
+6
*
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2008-01-11
1
-6
/
+57
*
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2008-01-03
1
-0
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
23
-46
/
+46
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
dead calls to llvm.stacksave can be deleted, even though they
Chris Lattner
2007-12-29
1
-1
/
+10
*
GC poses hazards to the inliner. Consider:
Gordon Henriksen
2007-12-25
1
-0
/
+13
*
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-12-22
1
-2
/
+2
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
1
-5
/
+27
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
1
-1
/
+1
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
1
-3
/
+2
*
GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.
David Greene
2007-12-17
1
-1
/
+1
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
4
-11
/
+13
*
Revert this part of r45073 until the verifier is
Duncan Sands
2007-12-16
1
-2
/
+3
*
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-16
1
-3
/
+2
*
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-12-10
1
-1
/
+7
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
1
-0
/
+2
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-5
/
+3
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
5
-4
/
+11
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
4
-10
/
+10
*
Fix indent
Anton Korobeynikov
2007-11-09
1
-12
/
+11
*
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-11-09
4
-4
/
+4
*
And delete this one
Anton Korobeynikov
2007-11-09
1
-29
/
+0
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
2
-4
/
+4
*
Add std:: to sort calls.
Dan Gohman
2007-11-02
1
-1
/
+1
*
Change illegal uses of ++ to uses of STLExtra.h's next function.
Dan Gohman
2007-11-02
1
-1
/
+2
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-1
/
+1
*
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-29
1
-4
/
+6
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
1
-12
/
+26
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
2
-2
/
+0
*
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
2
-0
/
+2
*
Fix comment.
Devang Patel
2007-09-17
1
-1
/
+1
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-7
/
+11
*
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
1
-1
/
+3
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
2
-16
/
+21
*
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
1
-1
/
+2
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-1
/
+1
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-3
/
+6
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
2
-8
/
+6
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-1
/
+2
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
Devang Patel
2007-08-13
1
-1
/
+5
[prev]
[next]