summaryrefslogtreecommitdiff
path: root/lib/CodeGen/BackendUtil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* merging up to LLVM_TRUNK 07/31/15jleidel2015-08-141-2/+2
|
* removing code that manually enables/disables frame pointer support as this ↵John Leidel2015-08-141-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 Leidel2015-08-141-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 Griffiths2015-08-141-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 Doffman2015-03-101-31/+21
|
* Update to work with llvm a40d4ae47869167fc8Mark Doffman2015-03-031-21/+31
| | | | | Changes for StringMap, Passes, and LLVM_DELETED function APIs.
* Update code to llvm 3.6.Mark Doffman2014-11-031-0/+488
Updating API's to build with llvm 3.6.