summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/llvm.isreg.diff
Commit message (Collapse)AuthorAgeFilesLines
* Restored the version of LLVM that we previouslySean Callanan2011-08-221-12/+0
| | | | | | | | | | | | | | rolled back, and the testcase that the rollback broke. The new LLVM has a new ARM disassembler, which may cause instability. Keeping the old one would force us into a contorted position vis-a-vis the LLVM sources we bring in, so we will address issues on the new one rather than keeping the old one around. llvm-svn: 138284
* Refined the rollback to LLVM, picking up a newerSean Callanan2011-08-191-0/+12
revision and adding a patch that fixes an AsmParser crash on ARM. One feature that we unfortunately lost (for the moment!) is the ability to cast unknown code symbols to arbitrary function types and put the resulting function pointer in a result variable. This feature will be back, though. llvm-svn: 138036
OpenPOWER on IntegriCloud