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
...
*
add some notes
Chris Lattner
2007-01-15
1
-0
/
+68
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
29
-228
/
+228
*
regenerate
Chris Lattner
2007-01-15
3
-4283
/
+3207
*
teach VMCore to accept i1 add's and shifts
Chris Lattner
2007-01-15
2
-17
/
+17
*
eliminate calls to Type::isInteger, preferring isIntegral instead.
Chris Lattner
2007-01-15
2
-6
/
+6
*
allow i1 to operators like shift and add.
Chris Lattner
2007-01-15
1
-4
/
+4
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
3
-18
/
+13
*
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-15
7
-32
/
+31
*
Make use of isInteger vs isIntegral more explicit
Chris Lattner
2007-01-15
2
-5
/
+5
*
Fix correlated exprs regressions
Chris Lattner
2007-01-15
2
-4
/
+4
*
don't discriminate against i1
Chris Lattner
2007-01-15
1
-9
/
+9
*
Fix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
Chris Lattner
2007-01-15
1
-1
/
+2
*
instcombine has always been miscompiling fcmp x, x, disregarding possible
Chris Lattner
2007-01-14
1
-15
/
+39
*
Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being
Chris Lattner
2007-01-14
1
-35
/
+40
*
No hidden visiblity on Mingw32/Cygwin
Anton Korobeynikov
2007-01-14
1
-0
/
+1
*
add support for hidden visibility to darwin/ppc and linux/ppc targets
Chris Lattner
2007-01-14
2
-1
/
+22
*
add support for hidden visibility to darwin/x86
Chris Lattner
2007-01-14
3
-4
/
+7
*
add a new HiddenDirective member for handling visibility.
Chris Lattner
2007-01-14
1
-0
/
+1
*
add a missing else. This caused globals to be printed as:
Chris Lattner
2007-01-14
1
-1
/
+1
*
fit to 80 cols.
Chris Lattner
2007-01-14
1
-8
/
+6
*
Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll
Chris Lattner
2007-01-14
1
-3
/
+5
*
darwin doesn't use .hidden. Disable this until we fix it right.
Chris Lattner
2007-01-14
2
-2
/
+2
*
Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll
Chris Lattner
2007-01-14
1
-9
/
+17
*
remove dead code, frameindices must be resolve before the asmprinter runs.
Chris Lattner
2007-01-13
2
-16
/
+0
*
Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is part
Chris Lattner
2007-01-13
1
-3
/
+13
*
Fix indentation to prior level for easier diffs.
Reid Spencer
2007-01-13
1
-70
/
+69
*
Regenerate.
Reid Spencer
2007-01-13
5
-4079
/
+3723
*
Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't
Reid Spencer
2007-01-13
2
-6
/
+8
*
"Default context" blocks can occur after a non-default one. This meant
Nick Lewycky
2007-01-13
1
-8
/
+12
*
Fix a FIXME. 1 bit integer types are now printed as i1 not bool.
Reid Spencer
2007-01-13
1
-4
/
+1
*
Fix a minor bug handling constant exprs, introduced by a recent patch.
Chris Lattner
2007-01-13
1
-1
/
+1
*
Make sure the IntegerValType has enough space for 2^23 bits.
Reid Spencer
2007-01-13
1
-1
/
+1
*
Make sure that GEP indices are only 32 or 64 bits. We're not ready for
Reid Spencer
2007-01-13
1
-6
/
+10
*
Get rid of some useless distinction between bool and integer.
Reid Spencer
2007-01-13
1
-11
/
+4
*
fix a bug in a recent patch
Chris Lattner
2007-01-13
1
-1
/
+1
*
Remove this file. It was inadvertently added because I could not find
Reid Spencer
2007-01-12
1
-40
/
+0
*
Compensate for loss of DerivedTypes.h in TargetLowering.h
Reid Spencer
2007-01-12
1
-0
/
+1
*
Move a function out of line.
Reid Spencer
2007-01-12
1
-0
/
+21
*
remove over-general code.
Chris Lattner
2007-01-12
1
-3
/
+3
*
remove unneeded special case for bool
Chris Lattner
2007-01-12
1
-6
/
+1
*
Eliminate a log(n) lookup
Chris Lattner
2007-01-12
1
-3
/
+3
*
Adjust #includes to compensate for lost of DerivedTypes.h in
Reid Spencer
2007-01-12
2
-0
/
+2
*
Add a new home for TargetLowering member functions.
Reid Spencer
2007-01-12
1
-0
/
+40
*
remove obsolete fixme
Chris Lattner
2007-01-12
1
-3
/
+0
*
simplify some code
Chris Lattner
2007-01-12
1
-8
/
+2
*
Minor fix.
Evan Cheng
2007-01-12
1
-1
/
+1
*
Remove over-general comparisons
Chris Lattner
2007-01-12
1
-4
/
+6
*
Allow isAllOnesValue testing on packed constants
Jim Laskey
2007-01-12
1
-0
/
+16
*
Don't add or sub zero to sp.
Lauro Ramos Venancio
2007-01-12
1
-6
/
+10
*
Build constants using instructions mov/orr or mvn/eor.
Lauro Ramos Venancio
2007-01-12
4
-89
/
+186
[prev]
[next]