index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[docs] Add a description of current problem areas to the statepoint docs
Philip Reames
2016-03-03
1
-0
/
+35
*
[libFuzzer] more trophies
Kostya Serebryany
2016-03-02
1
-1
/
+1
*
Rename embedded bitcode section in MachO
Steven Wu
2016-02-29
1
-4
/
+5
*
[libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage...
Kostya Serebryany
2016-02-27
1
-0
/
+1
*
Minor doc fix: statepoints are invokable too
Sanjoy Das
2016-02-26
1
-2
/
+3
*
fix typo
Sanjay Patel
2016-02-24
1
-1
/
+1
*
[doc] Obtaining help on LLVM's CUDA support.
Jingyue Wu
2016-02-23
1
-0
/
+6
*
fix the indentation of the example
Sylvestre Ledru
2016-02-23
1
-1
/
+1
*
docs/AMDGPUUsage: Update assembly example
Tom Stellard
2016-02-22
1
-2
/
+7
*
[LPM] Document the new helpers to make it easy to get consistent require
Chandler Carruth
2016-02-19
1
-0
/
+8
*
[IR] Extend cmpxchg to allow pointer type operands
Philip Reames
2016-02-19
1
-7
/
+7
*
Mention 'notail' attribute in 3.9 release notes.
Akira Hatanaka
2016-02-17
1
-0
/
+6
*
Update langref to indicate that calls may be convergent.
Justin Lebar
2016-02-17
1
-5
/
+14
*
Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr
Amaury Sechet
2016-02-16
1
-0
/
+3
*
Kill LLVMAddTargetData
Amaury Sechet
2016-02-16
1
-0
/
+2
*
Fix some typos in the llvm doc
Sylvestre Ledru
2016-02-14
8
-11
/
+11
*
Delete the deprecated LLVMLinkModules.
Rafael Espindola
2016-02-12
1
-1
/
+3
*
C API: Remove LLVMGetDataLayout that was deprecated in 3.7
Mehdi Amini
2016-02-12
1
-1
/
+2
*
Fix minor error with debug info doc.
Mark Lacey
2016-02-12
1
-1
/
+1
*
Add -match-full-lines argument to FileCheck.
James Y Knight
2016-02-11
1
-0
/
+12
*
[llvm-nm] Add -radix option
Hemant Kulkarni
2016-02-10
1
-0
/
+5
*
ARM: improve documentation slightly.
Tim Northover
2016-02-09
1
-13
/
+6
*
Update documentation about convergent attribute.
Justin Lebar
2016-02-09
1
-4
/
+11
*
cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTO
Justin Bogner
2016-02-08
1
-3
/
+4
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
1
-2
/
+1
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
1
-9
/
+19
*
[docs] Add a note that the Visual Studio C++ tools are required
Keno Fischer
2016-02-07
1
-0
/
+4
*
[docs] Remove now confusing references to cofigure/autoconf
Philip Reames
2016-02-07
1
-10
/
+1
*
[docs] Wordsmithing to program layout descriptio in GettingStarted
Philip Reames
2016-02-07
1
-97
/
+63
*
[docs] Clarify disk space usage of debug builds
Philip Reames
2016-02-07
1
-8
/
+9
*
[docs] Remove a stale and confusing section from GettingStarted
Philip Reames
2016-02-07
1
-19
/
+2
*
[docs] Update the docs to describe how to build the docs with cmake
Philip Reames
2016-02-07
2
-14
/
+18
*
LangRef: Fix example code for cmpxchg
Duncan P. N. Exon Smith
2016-02-07
1
-2
/
+2
*
[docs] Warn against slow serial builds
Philip Reames
2016-02-06
1
-0
/
+3
*
[docs] Redirect new contributors to the right starting point
Philip Reames
2016-02-06
1
-0
/
+4
*
[docs] Clarify a couple of getting started issues identified during Sprint
Philip Reames
2016-02-06
1
-2
/
+9
*
Fixed short underline error in LangRef.rst for recently added
Ashutosh Nema
2016-02-06
1
-1
/
+1
*
New Loop Versioning LICM Pass
Ashutosh Nema
2016-02-06
1
-0
/
+11
*
[docs] Fix typo in YamlIO.rst
Vedant Kumar
2016-02-04
1
-2
/
+3
*
Install cmake files to lib/cmake/llvm
Niels Ole Salscheider
2016-02-04
1
-4
/
+4
*
cmake: Add a flag to enable LTO
Justin Bogner
2016-02-04
1
-0
/
+4
*
docs: Document how bitsets may be used to encode type information.
Peter Collingbourne
2016-02-03
1
-11
/
+117
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-3
/
+10
*
[doc] improve the doc for CUDA
Jingyue Wu
2016-01-30
1
-17
/
+21
*
[docs] Remove references to autotools build.
Alexey Samsonov
2016-01-30
4
-351
/
+4
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+1
*
[Profiling] Add a -sparse mode to llvm-profdata merge
Vedant Kumar
2016-01-29
1
-0
/
+6
*
[Coverage] Fix more bugs in covmap V1 documentation
Xinliang David Li
2016-01-27
1
-8
/
+11
*
[docs] Fix a typo
Sanjoy Das
2016-01-26
1
-1
/
+1
*
Fixing the documentation builds
Chris Bieneman
2016-01-26
4
-17
/
+4
[next]