summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Target/Hexagon
Commit message (Collapse)AuthorAgeFilesLines
* Update llvm, clang and lldb to trunk r257626, and update build glue.dim2016-01-1419-48/+4439
|
* Update llvm to trunk r256945.dim2016-01-063-0/+120
|
* Update llvm to trunk r256633.dim2015-12-3084-3783/+22946
|
* Update llvm, clang and lldb to 3.7.0 release.dim2015-09-061-2/+2
|
* Update llvm/clang to r242221.dim2015-08-1219-62/+6677
|
* Update llvm/clang to r241361.dim2015-07-0531-51/+51
|
* Update llvm/clang to r240225.dim2015-06-2345-498/+982
|
* Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunkdim2015-06-1033-277/+5143
| | | | r239412.
* Merge llvm trunk r238337 from ^/vendor/llvm/dist, resolve conflicts, anddim2015-05-2766-12289/+13802
| | | | preserve our customizations, where necessary.
* Merge llvm 3.6.0rc2 from ^/vendor/llvm/dist, merge clang 3.6.0rc2 fromdim2015-01-311-1/+2
| | | | ^/vendor/clang/dist, resolve conflicts, and cleanup patches.
* Merge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge clang 3.6.0rc1 fromdim2015-01-2561-3858/+8493
| | | | ^/vendor/clang/dist, resolve conflicts, and cleanup patches.
* Merge llvm 3.5.0 release from ^/vendor/llvm/dist, resolve conflicts, anddim2014-11-2450-1388/+1286
| | | | preserve our customizations, where necessary.
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-1641-2836/+1639
| | | | | | | | | | | | | | | | | all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The code generator's performance is greatly increased, and the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.4/docs/ReleaseNotes.html> <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month
* Pull in r191165 from upstream llvm trunk:dim2013-09-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | ISelDAG: spot chain cycles involving MachineNodes Previously, the DAGISel function WalkChainUsers was spotting that it had entered already-selected territory by whether a node was a MachineNode (amongst other things). Since it's fairly common practice to insert MachineNodes during ISelLowering, this was not the correct check. Looking around, it seems that other nodes get their NodeId set to -1 upon selection, so this makes sure the same thing happens to all MachineNodes and uses that characteristic to determine whether we should stop looking for a loop during selection. This should fix PR15840. Specifically, this fixes the long-standing assertion failure when compiling the multimedia/gstreamer port on i386. Thanks to Tijl Coosemans for his help in getting upstream to fix it. Approved by: re (marius)
* Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-1221-1432/+1270
| | | | | | Release notes are still in the works, these will follow soon. MFC after: 1 month
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-1248-8532/+6940
| | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
| | | | | Submitted by: Christoph Mallon MFC after: 3 days
* Upgrade our copy of llvm/clang to r168974, from upstream's release_32dim2012-12-0322-248/+1227
| | | | | branch. This is effectively llvm/clang 3.2 RC2; the 3.2 release is coming soon.
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-2040-2528/+12269
| | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Upgrade our copy of llvm/clang to r155985, from upstream's release_31dim2012-05-0319-7540/+498
| | | | | | | branch. This brings us very close to the 3.1 release, which is planned for May 14th. MFC after: 2 weeks
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-1657-0/+28724
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
OpenPOWER on IntegriCloud