aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm
Commit message (Collapse)AuthorAge
* [XLA:TF] Run buildifier on llvm.BUILDGravatar Benjamin Kramer2018-05-22
| | | | | | | Buildifier recently started sorting load args https://github.com/bazelbuild/buildtools/commit/3ac5f85b22bc44820c041d0cacd3bc2ed54e7742 which causes diffs in the output. PiperOrigin-RevId: 197556554
* [TF:XLA] Bump open source llvm revision to r330926Gravatar Sanjoy Das2018-04-27
| | | | PiperOrigin-RevId: 194530610
* Internal change.Gravatar Anna R2018-04-16
| | | | PiperOrigin-RevId: 193119953
* Internal change.Gravatar Anna R2018-04-13
| | | | PiperOrigin-RevId: 192821482
* [TF:XLA] Bump open source llvm revision to r329057Gravatar Benjamin Kramer2018-04-03
| | | | | | DataTypes.h is no longer a generated header. X86DisassemblerDecoderCommon.h is now part of :support. PiperOrigin-RevId: 191438031
* Update llvm revision to r324720. This is needed because r324700 introduces ↵Gravatar A. Unique TensorFlower2018-02-09
| | | | | | an Orc API change. PiperOrigin-RevId: 185185088
* [TF:XLA] Bump open source llvm revision to r323630Gravatar Sanjoy Das2018-01-29
| | | | PiperOrigin-RevId: 183728562
* Replace uses of @%ws% with @org_tensorflow in LLVM BUILD file. @%ws% existed ↵Gravatar Peter Hawkins2017-11-14
| | | | | | | | to work around a bug in older Bazel versions. The minimum Bazel version no longer has this issue so we can just write @org_tensorflow. Fixes #14445. PiperOrigin-RevId: 175756784
* Adding missing deps to targets in llvm.BUILD. This was only working in ↵Gravatar A. Unique TensorFlower2017-09-19
| | | | | | non-sandboxed builds. PiperOrigin-RevId: 169271809
* Add -D__STDC_FORMAT_MACROS to all C++ source file compilations.Gravatar A. Unique TensorFlower2017-09-13
| | | | | | This is intended to address #12998 PiperOrigin-RevId: 168585206
* Explicitly name the @org_tensorflow repository in a tool label.Gravatar A. Unique TensorFlower2017-08-14
| | | | PiperOrigin-RevId: 165249531
* Dockerfiles / script for TF remote build imagesGravatar A. Unique TensorFlower2017-08-02
| | | | PiperOrigin-RevId: 164045470
* Adding missing deps to targets in llvm.BUILD. This was only working in ↵Gravatar A. Unique TensorFlower2017-07-25
| | | | | | non-sandboxed builds. PiperOrigin-RevId: 163103908
* Update XLA LLVM to r308712Gravatar A. Unique TensorFlower2017-07-21
| | | | PiperOrigin-RevId: 162743186
* Update llvm revision to r307064. Need this because of an Orc api change r307058.Gravatar A. Unique TensorFlower2017-07-06
| | | | | | Add a rule to generate an empty VCSRevision.h file to accomodate for r300160. PiperOrigin-RevId: 161051888
* Adding missing deps to targets in llvm.BUILD. This was only working in ↵Gravatar A. Unique TensorFlower2017-06-21
| | | | | | non-sandboxed builds. PiperOrigin-RevId: 159729295
* [XLA] Update LLVM to upstream revision r304927.Gravatar Peter Hawkins2017-06-07
| | | | | | Add LLVM build rules for the LLVM AMDGPU backend, commented out by default. Fixes issue #10437. PiperOrigin-RevId: 158351480
* Fixing issue with cuda compilation related to missing include (exception is ↵Gravatar A. Unique TensorFlower2017-05-31
| | | | | | only thrown when running with sandboxing on) PiperOrigin-RevId: 157602401
* [TF:XLA] Update LLVM to upstream release r302782.Gravatar Peter Hawkins2017-05-12
| | | | PiperOrigin-RevId: 155903819
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
| | | | PiperOrigin-RevId: 155709893
* Added missing dependencies in llvm.BUILD.Gravatar A. Unique TensorFlower2017-05-08
| | | | Change: 155376589
* [TF:XLA] Update LLVM revision to SVN revision r302214.Gravatar Peter Hawkins2017-05-05
| | | | Change: 155192906
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
| | | | Change: 153925676
* Update LLVM version to upstream revision r300726.Gravatar Benjamin Kramer2017-04-19
| | | | Change: 153642821
* Update LLVM version to upstream revision r297704.Gravatar Peter Hawkins2017-03-14
| | | | Change: 150078943
* Update LLVM release to @295711 to fix build breakage.Gravatar Peter Hawkins2017-02-21
| | | | Change: 148158849
* Update LLVM to r293266.Gravatar Peter Hawkins2017-01-27
| | | | Change: 145804953
* Bazel dependency fix of the llvm and jemalloc packages that cause issues ↵Gravatar Kiril Gorovoy2017-01-17
| | | | | | when TensorFlow is linked as a submodule. Change: 144764356
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09
| | | | | | | XLA is a compiler-based linear algebra execution engine that targets CPUs, GPUs and custom accelerators. XLA is still experimental; we are releasing it early to get the community involved. Change: 143990941
* Update LLVM package.Gravatar Peter Hawkins2017-01-05
| | | | Change: 143689873
* Merge changes from github.Gravatar A. Unique TensorFlower2017-01-02
| | | | Change: 143412147
* Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
| | | | Change: 142501037
* Remove leftover file.Gravatar Gunhan Gulsoy2016-12-11
|
* Add placeholder plugins list to tensorflow/python:pywrap_tensorflow build ↵Gravatar Peter Hawkins2016-12-09
| | | | | | | | target. Add missing zlib dependency to LLVM build file. Various other small cleanups. Change: 141557751
* Add -lm to the LLVM FileCheck tool to fix a link failure with --config=cuda ↵Gravatar Peter Hawkins2016-12-07
| | | | | | builds. Change: 141352525
* Add "-lm" to LLVM link options for llbm-tblgen. Fixes bazel build with ↵Gravatar Peter Hawkins2016-12-01
| | | | | | --config=cuda. Change: 140807677
* Add missing target to LLVM Build file.Gravatar Peter Hawkins2016-11-30
| | | | Change: 140616374
* Small fixes to logging and stacktrace platform libraries.Gravatar Peter Hawkins2016-11-29
| | | | Change: 140533246
* Add licenses.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140396287
* Internal-only change.Gravatar Peter Hawkins2016-11-23
| | | | Change: 140088388
* Adds a Bazel BUILD for LLVM.Gravatar Peter Hawkins2016-11-22
Change: 139938302