summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ↵Jakob Stoklund Olesen2010-09-271-1/+1
| | | | | | | | | | | | | | | passes now" This reverts revision 114633. It was breaking llvm-gcc-i386-linux-selfhost. It seems there is a downstream bug that is exposed by -cgp-critical-edge-splitting=0. When that bug is fixed, this patch can go back in. Note that the changes to tailcallfp2.ll are not reverted. They were good are required. llvm-svn: 114859
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-231-1/+1
| | | | | | break critical edges on demand. llvm-svn: 114633
* Feed the right output into FileCheck.Benjamin Kramer2010-07-161-2/+2
| | | | llvm-svn: 108523
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+147
occasions, caused code to be generated in a different order. All cases I've seen involved float softening in the type legalizer, and this could be perhaps be fixed there, but it's better not to generate things differently in the first place. 7797940 (6/29/2010..7/15/2010). llvm-svn: 108484
OpenPOWER on IntegriCloud