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
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
15
-159
/
+159
*
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-04-01
1
-8
/
+13
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
1
-9
/
+0
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
1
-0
/
+9
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-5
/
+29
*
Preserve calling convention during function cloning
Anton Korobeynikov
2008-03-23
1
-0
/
+3
*
80 col violation.
Evan Cheng
2008-03-20
1
-1
/
+2
*
Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst
Nick Lewycky
2008-03-13
1
-13
/
+10
*
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
1
-6
/
+6
*
Restore optimization that merges blocks when inline function
Devang Patel
2008-03-10
1
-6
/
+24
*
Simplify
Devang Patel
2008-03-10
1
-18
/
+15
*
simplify
Devang Patel
2008-03-10
1
-2
/
+4
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
3
-3
/
+3
*
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
1
-5
/
+8
*
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
1
-1
/
+4
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
4
-8
/
+29
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
2
-1
/
+22
*
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-09
1
-0
/
+1
*
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-07
1
-43
/
+52
*
Handle 'ret' with multiple values.
Devang Patel
2008-03-05
1
-11
/
+23
*
Skip functions that return multiple values.
Devang Patel
2008-03-05
1
-0
/
+5
*
Use while loop.
Devang Patel
2008-03-04
1
-3
/
+2
*
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
1
-2
/
+1
*
Handle multiple return values.
Devang Patel
2008-03-04
1
-3
/
+15
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
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
[next]