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 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
*
s/addPassToManager/add/g
Devang Patel
2007-01-12
1
-4
/
+4
*
Regenerate
Anton Korobeynikov
2007-01-12
3
-4656
/
+6108
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
19
-143
/
+358
*
Move PMTopLevelManager, PMDataManager and FPPassManger classes into
Devang Patel
2007-01-12
1
-323
/
+38
*
Remove a bunch of duplicated code. Among other things, this fixes
Chris Lattner
2007-01-12
1
-93
/
+50
*
eliminate redundant check
Chris Lattner
2007-01-12
1
-1
/
+0
*
regenerate
Chris Lattner
2007-01-12
3
-4326
/
+3197
*
This production is dead, the lexer can never return 'NOT'
Chris Lattner
2007-01-12
1
-14
/
+1
*
Branch conditions must be i1
Chris Lattner
2007-01-12
1
-3
/
+1
*
don't discriminate against bool
Chris Lattner
2007-01-12
1
-1
/
+1
*
remove unneeded special cases
Chris Lattner
2007-01-12
2
-14
/
+0
*
GEP operands can't be bools
Chris Lattner
2007-01-12
1
-6
/
+3
*
Simplify code
Chris Lattner
2007-01-12
1
-4
/
+1
*
Remove dead code.
Devang Patel
2007-01-12
1
-225
/
+26
*
Regenerate.
Reid Spencer
2007-01-12
2
-79
/
+79
*
Integer type names need 1 or more digits, not zero or more.
Reid Spencer
2007-01-12
1
-1
/
+1
*
Always write 1 bit integers as i1 not "bool".
Reid Spencer
2007-01-12
1
-5
/
+1
*
Comment.
Evan Cheng
2007-01-12
1
-1
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
35
-3305
/
+3906
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
25
-132
/
+171
*
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2007-01-12
2
-82
/
+205
*
If we know that it's a constant being casted, propagate through the cast
Nick Lewycky
2007-01-12
1
-1
/
+10
*
Clean up logic after ConstantBool removal.
Nick Lewycky
2007-01-12
1
-20
/
+14
[next]