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