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
*
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman
2009-10-31
2
-0
/
+0
*
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-31
5
-126
/
+1
*
Make ScalarEvolutionAliasAnalysis slightly more aggressive, by making an
Dan Gohman
2009-10-31
1
-13
/
+10
*
Reapply r85634, with the bug fixed.
Dan Gohman
2009-10-31
1
-15
/
+17
*
When discarding SrcValue information, discard all of it so that code
Dan Gohman
2009-10-31
1
-7
/
+5
*
Fix 80-column violation.
Dan Gohman
2009-10-31
1
-1
/
+2
*
Fix warning with gcc-4.0 and signed/unsigned.
Eric Christopher
2009-10-31
1
-1
/
+1
*
It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...
Evan Cheng
2009-10-31
3
-15
/
+65
*
Revert 85634. It's breaking consumer-typeset (and others).
Evan Cheng
2009-10-31
1
-17
/
+15
*
Add a target triple so that this test behaves consistently across hosts.
Dan Gohman
2009-10-31
1
-1
/
+1
*
Add assertion checks here to turn silent miscompiles into aborts.
Dan Gohman
2009-10-30
1
-4
/
+8
*
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
1
-1
/
+5
*
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
Dan Gohman
2009-10-30
1
-1
/
+1
*
Add a testcase for the recent duplicate PHI elimination changes.
Dan Gohman
2009-10-30
1
-0
/
+21
*
Add a comment about a missed opportunity.
Dan Gohman
2009-10-30
1
-0
/
+5
*
Optimize around the fact that pred_iterator is slow: instead of sorting
Dan Gohman
2009-10-30
1
-15
/
+17
*
Updates to the ARM target assembler for llvm-mc per review comments from
Kevin Enderby
2009-10-30
1
-135
/
+134
*
If string field is empty then return NULL.
Devang Patel
2009-10-30
1
-1
/
+4
*
if basic blocks are destroyed while there are *just* BlockAddress' hanging
Chris Lattner
2009-10-30
2
-2
/
+25
*
Teach SimplifyCFG how to eliminate duplicate PHI nodes within a block.
Dan Gohman
2009-10-30
1
-0
/
+61
*
make hasAddressTaken() constant time by storing a refcount in BB's subclass d...
Chris Lattner
2009-10-30
3
-15
/
+18
*
Add a note about Robert Muth's alternate jump table implementation.
Bob Wilson
2009-10-30
1
-0
/
+9
*
Sort the incoming values in PHI nodes to match the predecessor order.
Dan Gohman
2009-10-30
1
-0
/
+19
*
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
5
-7
/
+44
*
it isn't valid to take the address of the entry block.
Chris Lattner
2009-10-30
1
-0
/
+2
*
If a type is derived from a derived type then calculate size appropriately.
Devang Patel
2009-10-30
1
-3
/
+3
*
Build in ARM mode explicitly when on ARM Darwin
Jim Grosbach
2009-10-30
1
-0
/
+2
*
Add missing substitution for %llvmgcc_only.
Daniel Dunbar
2009-10-30
1
-0
/
+1
*
Allow cross target build
Jim Grosbach
2009-10-30
1
-18
/
+67
*
Fix a comment.
Bob Wilson
2009-10-30
1
-1
/
+1
*
Add option to createGVNPass to disable PRE.
Evan Cheng
2009-10-30
2
-3
/
+4
*
I forgot to commit this test.
Evan Cheng
2009-10-30
1
-0
/
+28
*
When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't
Jim Grosbach
2009-10-30
1
-0
/
+2
*
Remove extraneous comment line
Jim Grosbach
2009-10-30
1
-1
/
+0
*
update name check for Apple style builds to be more permissive
Jim Grosbach
2009-10-30
1
-1
/
+3
*
Stop the iterator in ValueLiveAt from potentially running off the end of the ...
Lang Hames
2009-10-30
2
-4
/
+7
*
This fixes functions like
Rafael Espindola
2009-10-30
2
-2
/
+18
*
CMake: install .def files from source `include/llvm' directory.
Oscar Fuentes
2009-10-30
1
-0
/
+1
*
Rather than having llvm-gcc changing the meaning of OptimizeSize, just make s...
Evan Cheng
2009-10-30
1
-1
/
+1
*
Add ARM codegen for indirect branches.
Bob Wilson
2009-10-30
6
-6
/
+23
*
Most stack straces don't need 3 digits worth of levels.
Dan Gohman
2009-10-30
1
-1
/
+1
*
Don't delete blocks which have their address taken.
Dan Gohman
2009-10-30
1
-2
/
+3
*
Mention if a block has its address taken in debug output.
Dan Gohman
2009-10-30
1
-0
/
+1
*
Simplify this code and avoid an extra space character in the output.
Dan Gohman
2009-10-30
1
-2
/
+1
*
Add support for BlockAddress static initializers.
Dan Gohman
2009-10-30
1
-0
/
+2
*
Add a FIXME comment.
Dan Gohman
2009-10-30
1
-0
/
+2
*
Add some comments.
Dan Gohman
2009-10-30
1
-0
/
+8
*
Initial x86 support for BlockAddresses.
Dan Gohman
2009-10-30
5
-0
/
+40
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
13
-5
/
+128
*
Remove dead code.
Devang Patel
2009-10-30
2
-27
/
+2
[next]