summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h
Commit message (Collapse)AuthorAgeFilesLines
* ELF: Remove a header which is used only by one .cpp file.Rui Ueyama2015-04-141-49/+0
| | | | | | | The data and the inline function defined in the header is used only by HexagonRelocationHandler.cpp. llvm-svn: 234867
* [ELF][Hexagon] Add comments related to hexagon relocations.Shankar Easwaran2015-04-011-6/+9
| | | | | | No functional changes. llvm-svn: 233783
* ELF: Replace a macro with an inlined function.Rui Ueyama2015-03-311-14/+11
| | | | | | | FINDV4BITMASK macro is defined as a macro so that the macro body is inlined. We should use inlined functions instead of macros. llvm-svn: 233719
* Revert "[ELF][AllArchs] Fix includes"Shankar Easwaran2014-10-081-3/+3
| | | | | | This reverts commit e137dd93e1291a2d2fa7f41c8f8bcdb59c8b3225. llvm-svn: 219313
* [ELF][AllArchs] Fix includesShankar Easwaran2014-10-081-3/+3
| | | | llvm-svn: 219278
* Remove extra space.Rui Ueyama2014-03-081-1/+1
| | | | llvm-svn: 203331
* [Hexagon] Rename the header file.Shankar Easwaran2014-02-271-3/+3
| | | | | | | | This is to accomodate future changes for newer revisions of the DSP. No change in functionality. llvm-svn: 202350
* Fix include guards.Rui Ueyama2013-11-151-3/+3
| | | | llvm-svn: 194776
* [lld][ELF][Hexagon] Cleanup unused dataShankar Easwaran2013-09-191-5/+4
| | | | | | | | Cleanup structure members that are not being used. Also clang-format it. llvm-svn: 191038
* remove trailing whitespaceShankar Easwaran2013-08-221-1/+1
| | | | llvm-svn: 188965
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | The major changes are: 1) LinkerOptions has been merged into TargetInfo 2) LinkerInvocation has been merged into Driver 3) Drivers no longer convert arguments into an intermediate (core) argument list, but instead create a TargetInfo object and call setter methods on it. This is only how in-process linking would work. That is, you can programmatically set up a TargetInfo object which controls the linking. 4) Lots of tweaks to test suite to work with driver changes 5) Add the DarwinDriver 6) I heavily doxygen commented TargetInfo.h Things to do after this patch is committed: a) Consider renaming TargetInfo, given its new roll. b) Consider pulling the list of input files out of TargetInfo. This will enable in-process clients to create one TargetInfo the re-use it with different input file lists. c) Work out a way for Drivers to format the warnings and error done in core linking. llvm-svn: 178776
* [lld] remove trailing whitespaceShankar Easwaran2013-03-141-2/+2
| | | | llvm-svn: 177079
* [lld][ELF][Hexagon] add more relocationsShankar Easwaran2013-02-281-3/+4
| | | | llvm-svn: 176277
* fixing build error properly according to comment from DavidShankar Easwaran2013-02-271-2/+1
| | | | llvm-svn: 176169
* adding a return to fix compilation error from buildbot, build #75Shankar Easwaran2013-02-271-0/+1
| | | | llvm-svn: 176167
* fixing typo in header fileShankar Easwaran2013-02-271-0/+3
| | | | llvm-svn: 176162
* add proper copyright headerShankar Easwaran2013-02-011-1/+1
| | | | llvm-svn: 174178
* add hexagon scatter bits and split hexgontargethandler to ↵Shankar Easwaran2013-02-011-0/+45
hexagonrelocationhander llvm-svn: 174148
OpenPOWER on IntegriCloud