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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert .cvsignore files
John Criswell
2007-06-29
104
-296
/
+0
*
Add a missing .
Reid Spencer
2007-06-29
1
-1
/
+1
*
Remove unnecessary attributions in comments.
David Greene
2007-06-29
2
-3
/
+3
*
Clean up comments to be consistent with code.
David Greene
2007-06-29
1
-2
/
+3
*
Fix problems with the checkout and cd directories for SVN checkout.
Reid Spencer
2007-06-29
1
-4
/
+4
*
Fix reference to iterator invalidated by an erase operation. Uncovered
David Greene
2007-06-29
1
-3
/
+4
*
Fix reference to cached end iterator invalidated by an erase operation.
David Greene
2007-06-29
1
-1
/
+3
*
Remove the "special tie breaker" because it resulted in inconsistent
David Greene
2007-06-29
1
-10
/
+12
*
Fix misue of iterator pointing to erased object. Uncovered by
David Greene
2007-06-29
3
-9
/
+10
*
Do not filter loop if candidate branch is in loop header.
Devang Patel
2007-06-29
1
-2
/
+0
*
New test.
Evan Cheng
2007-06-29
1
-0
/
+85
*
Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ...
Evan Cheng
2007-06-29
1
-1
/
+4
*
Add support for value numbering (but not actually optimizing) cast instructions.
Owen Anderson
2007-06-29
1
-1
/
+65
*
Add a type field to expressions in preparation for performing GVNPRE on casts.
Owen Anderson
2007-06-29
1
-0
/
+12
*
New tests.
Evan Cheng
2007-06-29
2
-0
/
+27
*
No vector fneg.
Evan Cheng
2007-06-29
1
-0
/
+1
*
Fix an assertion failure in legalizing bitcast operators on targets where
Dan Gohman
2007-06-29
2
-23
/
+28
*
Type of vector extract / insert index operand should be iPTR.
Evan Cheng
2007-06-29
1
-1
/
+1
*
Add support for performing GVNPRE on select instructions. This fixes test/Tr...
Owen Anderson
2007-06-28
1
-13
/
+57
*
Add a test for performing GVNPRE on select instructions.
Owen Anderson
2007-06-28
1
-0
/
+17
*
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-28
4
-455
/
+372
*
Fix PR 1526.
Devang Patel
2007-06-28
2
-0
/
+39
*
Add a default parameter to a SmallVector constructor to allow it to
Dan Gohman
2007-06-28
1
-1
/
+1
*
Fix a bug in my previous patch.
Lauro Ramos Venancio
2007-06-28
1
-3
/
+2
*
Add support for building with _GLIBCXX_DEBUG. New configure option
David Greene
2007-06-28
6
-31
/
+107
*
When linking two modules, we should copy the alias.
Lauro Ramos Venancio
2007-06-28
1
-0
/
+28
*
Remove unnecessary comments.
Devang Patel
2007-06-28
1
-3
/
+0
*
Handle the case when block dominates itself.
Devang Patel
2007-06-28
1
-1
/
+4
*
- Undo previous check and allow loop switch for condtion that is not inside
Devang Patel
2007-06-28
1
-8
/
+7
*
Update LoopUnswitch pass to preserve DomiantorTree.
Devang Patel
2007-06-28
1
-32
/
+55
*
If a condition is not inside a loop then the condition is suitable
Devang Patel
2007-06-28
1
-0
/
+7
*
Make many sets a much more reasonable size. This decreases the time to optimize
Owen Anderson
2007-06-28
1
-65
/
+65
*
Set implied features based upon the CPU's feature list.
Bill Wendling
2007-06-27
1
-0
/
+7
*
Update. Now, -etforest is an invalid option.
Devang Patel
2007-06-27
1
-1
/
+1
*
llvm-nm must print the alias symbols.
Lauro Ramos Venancio
2007-06-27
1
-5
/
+13
*
Remove ETForest.
Devang Patel
2007-06-27
3
-1031
/
+1
*
If a livein is not used in the block. It's live through.
Evan Cheng
2007-06-27
1
-5
/
+8
*
Partial fix for PR1502: If a EH register is needed in a successor of landing ...
Evan Cheng
2007-06-27
1
-11
/
+34
*
Use cached information that has already been computed to make clean() simpler...
Owen Anderson
2007-06-27
1
-52
/
+31
*
One additional field in TargetRegisterDesc.
Evan Cheng
2007-06-27
1
-1
/
+1
*
Fold a lot of code into two cases: binary instructions and ternary instructions.
Owen Anderson
2007-06-27
1
-269
/
+62
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
5
-23
/
+23
*
Document the encoding of MVT::ValueType.
Dan Gohman
2007-06-27
1
-0
/
+6
*
Remove a redundant newline in the asm output for ELF .rodata sections.
Dan Gohman
2007-06-27
1
-1
/
+1
*
Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValue
Dan Gohman
2007-06-27
1
-44
/
+11
*
Allow DOUT to be used outside of the llvm namespace.
Dan Gohman
2007-06-27
1
-2
/
+2
*
Make the comment for ScalarizeVectorOp mention that it is only for use
Dan Gohman
2007-06-27
1
-4
/
+6
*
Fix a bug.
Zhou Sheng
2007-06-27
1
-1
/
+4
*
ok, this is something of a dirty hack, but it seems to work. (fixes e.g.
Duraid Madina
2007-06-27
1
-2
/
+16
*
ok, this much doesn't seem to bork anything
Duraid Madina
2007-06-27
1
-25
/
+48
[next]