Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging up to LLVM_TRUNK 07/31/15 | jleidel | 2015-08-14 | 1 | -2/+2 |
| | |||||
* | removing code that manually enables/disables frame pointer support as this ↵ | John Leidel | 2015-08-14 | 1 | -0/+7 |
| | | | | is deprecated in LLVM trunk from r238244 on | ||||
* | fix for issue #11, fix is temporary in that it disables the soft float; this ↵ | John Leidel | 2015-08-14 | 1 | -1/+3 |
| | | | | needs to be moved to the FE module implementation as per LLVM trunk r237079 and beyond; mark this as something for the new driver implementation | ||||
* | The difference between the head of: | Craig Griffiths | 2015-08-14 | 1 | -46/+55 |
| | | | | | | | | | | https://github.com/CodethinkLabs/flang.git and the first commit of: https://github.com/llvm-flang/flang.git as of 14/08/2015 | ||||
* | Revert backend util changes as they arn't introduced until after 3.6. | Mark Doffman | 2015-03-10 | 1 | -31/+21 |
| | |||||
* | Update to work with llvm a40d4ae47869167fc8 | Mark Doffman | 2015-03-03 | 1 | -21/+31 |
| | | | | | Changes for StringMap, Passes, and LLVM_DELETED function APIs. | ||||
* | Update code to llvm 3.6. | Mark Doffman | 2014-11-03 | 1 | -0/+488 |
Updating API's to build with llvm 3.6. |