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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
3
-5
/
+5
*
Add support for functions with byval arguments on x86
Rafael Espindola
2007-09-14
2
-17
/
+23
*
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
Chris Lattner
2007-09-14
1
-4
/
+4
*
silence a bogus gcc warning.
Chris Lattner
2007-09-14
1
-1
/
+1
*
Fix comments.
Evan Cheng
2007-09-14
1
-4
/
+4
*
Temporary reverting r41817
Bill Wendling
2007-09-14
1
-15
/
+5
*
Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle
Chris Lattner
2007-09-13
1
-14
/
+62
*
be tolerant of PHI nodes when rewriting heap SROA code. This is a step
Chris Lattner
2007-09-13
1
-26
/
+50
*
refactor some code, no functionality change. On the path to PR1639
Chris Lattner
2007-09-13
1
-50
/
+56
*
Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through
Chris Lattner
2007-09-13
1
-5
/
+16
*
Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI
Chris Lattner
2007-09-13
1
-6
/
+15
*
Fix build problems on Cygwin (PR1652), patch by Patrick Walton.
Chris Lattner
2007-09-13
1
-10
/
+10
*
Bug fixes.
Evan Cheng
2007-09-13
1
-4
/
+4
*
Remove dead code.
Evan Cheng
2007-09-12
1
-1
/
+1
*
Yet another getTargetNode variant.
Evan Cheng
2007-09-12
1
-0
/
+12
*
Initial support for multi-result patterns:
Evan Cheng
2007-09-12
1
-0
/
+2
*
Fixed a typo that's causing a missing kill marker.
Evan Cheng
2007-09-12
1
-4
/
+3
*
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-09-12
1
-4
/
+1
*
Generated files for previous patch.
Dale Johannesen
2007-09-12
4
-12
/
+12
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
14
-88
/
+161
*
Compensate for partCount change in Bogus definition
Dale Johannesen
2007-09-12
1
-1
/
+1
*
Enable indirect encoding for the personality function
Bill Wendling
2007-09-11
2
-0
/
+2
*
Sometimes a MI can define a register as well as defining a super-register at the
Evan Cheng
2007-09-11
1
-6
/
+7
*
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
14
-260
/
+328
*
Added status flags register: EFLAGS.
Evan Cheng
2007-09-11
1
-0
/
+6
*
Generated files for previous patch.
Dale Johannesen
2007-09-11
4
-979
/
+1109
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
14
-98
/
+298
*
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
3
-1
/
+8
*
Two ParamAttrsVectors which differ by a permutation
Duncan Sands
2007-09-11
1
-0
/
+4
*
Turn calls to trampolines into calls to the underlying
Duncan Sands
2007-09-11
1
-0
/
+138
*
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-11
11
-56
/
+20
*
My compiler warns about the semicolon.
Duncan Sands
2007-09-11
1
-1
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
6
-22
/
+26
*
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-11
1
-1
/
+1
*
Avoid negative logic.
Devang Patel
2007-09-11
1
-4
/
+4
*
Refactor code into a separate method.
Devang Patel
2007-09-11
1
-28
/
+47
*
Clear split info object.
Devang Patel
2007-09-11
1
-0
/
+1
*
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-11
1
-5
/
+8
*
Check all terminators inside loop.
Devang Patel
2007-09-10
1
-4
/
+3
*
remove some dead code, this is handled by constant folding.
Chris Lattner
2007-09-10
1
-8
/
+1
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-4
/
+7
*
Swap exit condition operands if it works.
Devang Patel
2007-09-10
1
-5
/
+15
*
regenerate
Chris Lattner
2007-09-10
2
-266
/
+308
*
Fix PR1645 by resolving forward alias references.
Chris Lattner
2007-09-10
1
-0
/
+21
*
80 col.
Evan Cheng
2007-09-10
1
-4
/
+6
*
New entry.
Evan Cheng
2007-09-10
1
-0
/
+3
*
Observation of rematerialization.
Evan Cheng
2007-09-10
1
-0
/
+5
*
Add some notes about better flag handling.
Chris Lattner
2007-09-10
3
-1
/
+101
*
Emit:
Chris Lattner
2007-09-10
1
-0
/
+10
*
1. Don't call Value::getName(), which is slow.
Chris Lattner
2007-09-10
1
-38
/
+52
[next]