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
/
clang
/
lib
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify warning flag value handling from r206826
Alp Toker
2014-07-09
1
-1
/
+1
*
Turn some Twine locals into const char * variables.
Benjamin Kramer
2014-07-08
1
-4
/
+4
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
1
-1
/
+2
*
Move ChainedIncludesSource into the implementation
Alp Toker
2014-07-07
2
-9
/
+53
*
ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memory
Alp Toker
2014-07-07
1
-12
/
+6
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
1
-1
/
+0
*
Peel away old-style file remapping typedefs and cruft
Alp Toker
2014-07-07
2
-69
/
+40
*
Fix layering of file remapping and header search initialization
Alp Toker
2014-07-07
2
-72
/
+67
*
Update for llvm api change.
Rafael Espindola
2014-07-06
2
-8
/
+14
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
3
-24
/
+22
*
Use non-intrusive refcounting for LangOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Constify a read-only parameter and give function a better name
Alp Toker
2014-07-06
2
-6
/
+6
*
Use PlistSupport in a few more places
Alp Toker
2014-07-06
1
-48
/
+35
*
clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.
Nico Weber
2014-07-06
1
-1
/
+1
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
6
-12
/
+12
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-0
/
+1
*
Do not define __STRICT_ANSI__ in clang-cl
Ehsan Akhgari
2014-06-30
1
-1
/
+1
*
Consider module depedencies when checking a preamble in libclang
Ben Langmuir
2014-06-30
3
-15
/
+114
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-1
/
+1
*
Implement predefined stdint macros
JF Bastien
2014-06-25
1
-8
/
+114
*
Add new debug kind LocTrackingOnly.
Diego Novillo
2014-06-24
1
-3
/
+15
*
Driver: correct behaviour of -fmsc-version=MAJOR
Saleem Abdulrasool
2014-06-23
1
-1
/
+5
*
Stop sharing the FileManager in ASTUnit::Parse
Ben Langmuir
2014-06-23
1
-1
/
+7
*
TextDiagnosticPrinter: use the mapped level for remark flag computation
Alp Toker
2014-06-22
1
-1
/
+1
*
DiagnosticRenderer: emit basic notes as real diagnostics
Alp Toker
2014-06-21
2
-11
/
+6
*
TextDiagnostic: print remark level diagnostics in bold too
Alp Toker
2014-06-21
1
-19
/
+14
*
Driver: enhance MSC version compatibility
Saleem Abdulrasool
2014-06-20
2
-2
/
+53
*
[C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.
Richard Smith
2014-06-20
1
-1
/
+2
*
Frontend: Disentangle removePathTraversal from concatenating paths
Justin Bogner
2014-06-20
1
-8
/
+15
*
Frontend: Fix a typo
Justin Bogner
2014-06-19
1
-1
/
+1
*
Frontend: Add a CC1 flag to dump module dependencies to a directory
Justin Bogner
2014-06-19
4
-0
/
+134
*
Retry building modules that were compiled by other instances and are out-of-date
Ben Langmuir
2014-06-17
1
-26
/
+34
*
Remove dead code.
Diego Novillo
2014-06-17
1
-11
/
+0
*
Add -std=c++1z flag for C++17 features.
Richard Smith
2014-06-16
2
-1
/
+5
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Include system_error directly.
Rafael Espindola
2014-06-12
4
-4
/
+4
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
3
-27
/
+27
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-5
/
+5
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>
Bob Wilson
2014-06-10
1
-1
/
+2
*
Do not predefine __EXCEPTIONS in clang-cl (PR19977)
Hans Wennborg
2014-06-10
1
-1
/
+1
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-4
/
+5
*
Revert "Revert "Devise a package-private means to determine the LLVM version ...
Alp Toker
2014-06-06
1
-3
/
+2
*
Revert "Devise a package-private means to determine the LLVM version string"
Alp Toker
2014-06-06
1
-2
/
+3
*
Devise a package-private means to determine the LLVM version string
Alp Toker
2014-06-06
1
-3
/
+2
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+2
*
Fix leak from r210059
Alp Toker
2014-06-03
1
-0
/
+6
*
There is no std::errc:success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-4
/
+4
[prev]
[next]