aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix BlockAddress::replaceUsesOfWithOnConstant to correctly Chris Lattner2009-11-011-5/+8
* implement linker support for BlockAddress.Chris Lattner2009-11-011-17/+13
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-0111-47/+25
* Use cbz and cbnz instructions.Evan Cheng2009-10-314-11/+96
* vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid usingJim Grosbach2009-10-314-10/+15
* Consolidate test filesJim Grosbach2009-10-314-122/+100
* Change to use FileCheckJim Grosbach2009-10-311-1/+3
* Make tests more explicit about which instructions are expected.Jim Grosbach2009-10-311-2/+2
* Grammar tweak to commentsJim Grosbach2009-10-311-4/+4
* Make sure PRE doesn't split crit edges from indirectbr.Chris Lattner2009-10-311-1/+5
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-26/+39
* llvm::SplitEdge should refuse to split an edge from an indirectbr.Chris Lattner2009-10-312-1/+4
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-3/+16
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-312-9/+30
* Expand 64-bit logical shift right inlineJim Grosbach2009-10-312-5/+8
* Expand 64-bit arithmetic shift right inlineJim Grosbach2009-10-312-2/+37
* Fix a missing newline in the dwarf output code.Dan Gohman2009-10-311-0/+1
* Make -print-machineinstrs more readable.Dan Gohman2009-10-316-66/+97
* Factor out more code into addCommonCodeGenPasses. The JIT wasn'tDan Gohman2009-10-311-32/+30
* adjust a couple xforms to work with null bb's in BlockAddress.Chris Lattner2009-10-312-4/+8
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-319-21/+39
* Force triple; darwin's ASM syntax differs from linux's.Benjamin Kramer2009-10-311-1/+1
* Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach2009-10-312-2/+37
* Add missing colons for FileCheck.Benjamin Kramer2009-10-312-5/+5
* Convert to FileCheckJim Grosbach2009-10-311-5/+9
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-311-0/+1
* add a comment.Chris Lattner2009-10-311-0/+4
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-314-31/+97
* Remove redundant code.Dan Gohman2009-10-311-3/+0
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-314-97/+31
* Rename forgetLoopBackedgeTakenCount to forgetLoop, because itDan Gohman2009-10-315-16/+15
* Replace LoopUnrollPass.cpp's custom code-size estimation code usingDan Gohman2009-10-311-30/+5
* Simplify this code.Dan Gohman2009-10-311-2/+2
* Remove an unnecessary #include.Dan Gohman2009-10-311-1/+0
* Update CMakeLists for recent renames.Dan Gohman2009-10-312-2/+2
* 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