Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restored the version of LLVM that we previously | Sean Callanan | 2011-08-22 | 1 | -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 newer | Sean Callanan | 2011-08-19 | 1 | -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 |