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 hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-1
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+26
*
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-18
1
-2
/
+23
*
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-17
1
-9
/
+2
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-1
/
+11
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-6
/
+7
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-7
/
+6
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-6
/
+7
*
Remove trailing whitespace.
Duncan Sands
2008-09-05
1
-36
/
+36
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
7
-7
/
+7
*
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-09-03
1
-0
/
+3
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-3
/
+5
*
Add a new trivial -inst-namer pass which makes it possible to diff the
Chris Lattner
2008-08-23
1
-0
/
+49
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-4
/
+4
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
1
-5
/
+3
*
Use empty() instead of begin() == end().
Dan Gohman
2008-08-14
1
-1
/
+1
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
4
-152
/
+55
*
Reapply r53735. My last patch fixed the failures Dan observed.
Owen Anderson
2008-07-18
1
-52
/
+9
*
Add some checks that got lost in the shuffle. This fixes 464.h264ref.
Owen Anderson
2008-07-18
1
-0
/
+4
*
Revert r53735. It broke SPEC 464.h264ref.
Dan Gohman
2008-07-18
1
-9
/
+52
*
Use MergeBlockIntoPredecessor to simplify some code.
Owen Anderson
2008-07-17
1
-52
/
+9
*
Make MergeBlockIntoPredecessor more aggressive when the same successor appears
Owen Anderson
2008-07-17
1
-5
/
+24
*
Inliner tweak. Function calls should cost more than one instruction!
Evan Cheng
2008-07-17
1
-0
/
+5
*
Factor MergeBlockIntoPredecessor out into BasicBlockUtils.
Owen Anderson
2008-07-17
1
-0
/
+52
*
Reapply r53540, now with the matching header!
Chris Lattner
2008-07-14
1
-1
/
+23
*
Revert r53540 - it does not compile.
Duncan Sands
2008-07-14
1
-23
/
+1
*
If a function calls setjmp, never inline it into other functions. This is
Chris Lattner
2008-07-14
1
-1
/
+23
*
simplify some code, shuffle and insertelt always return a vector.
Chris Lattner
2008-07-14
1
-2
/
+1
*
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-07-13
1
-17
/
+26
*
more refactoring. Use early exits instead of really complex logic.
Chris Lattner
2008-07-13
1
-109
/
+98
*
improve comments.
Chris Lattner
2008-07-13
1
-2
/
+4
*
factor another large hunk of code out into its own function.
Chris Lattner
2008-07-13
1
-155
/
+172
*
Final bit of simplification for FoldBranchToCommonDest.
Chris Lattner
2008-07-13
1
-32
/
+34
*
simplify logic a bit
Chris Lattner
2008-07-13
1
-9
/
+10
*
Refactor some code out into its own helper function, getting rid of crazy mul...
Chris Lattner
2008-07-13
1
-54
/
+84
*
- Use O(1) check of basic block size limit.
Evan Cheng
2008-06-25
1
-4
/
+8
*
Revert 52645, the loop unroller changes. It caused a regression in 252.eon.
Dan Gohman
2008-06-24
1
-120
/
+103
*
Revamp the loop unroller, extending it to correctly update PHI nodes
Dan Gohman
2008-06-23
1
-103
/
+120
*
Use Loop::block_iterator.
Dan Gohman
2008-06-22
1
-2
/
+3
*
Use Instruction::eraseFromParent().
Dan Gohman
2008-06-21
3
-7
/
+7
*
Fix warning when assertions disabled.
Chris Lattner
2008-06-21
1
-1
/
+1
*
Clean up a use of std::distance.
Dan Gohman
2008-06-20
1
-2
/
+1
*
Teach InlineFunction how to differentiate between multiple-value
Dan Gohman
2008-06-20
1
-2
/
+10
*
Delete dead code.
Dan Gohman
2008-06-19
1
-4
/
+0
*
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-12
1
-2
/
+16
*
For now, avoid generating FP select instructions in order to speculatively ex...
Evan Cheng
2008-06-11
1
-4
/
+9
*
op_iterator-ify loops
Gabor Greif
2008-06-10
1
-13
/
+16
*
Speculatively execute a block when the the block is the then part of a triang...
Evan Cheng
2008-06-07
1
-0
/
+121
*
LoopSimplify preserves AA.
Devang Patel
2008-06-06
1
-3
/
+5
*
LoopIndexSplit can sometimes result in cases where a block in its own domfron...
Owen Anderson
2008-06-03
1
-3
/
+6
[next]