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
*
Fix potential race in module building code.
Eli Friedman
2013-09-17
1
-8
/
+2
*
Add a define for the ObjFW runtime ABI version.
Benjamin Kramer
2013-09-16
1
-0
/
+16
*
Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
2013-09-13
1
-0
/
+34
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-0
/
+22
*
Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
2013-09-12
1
-2
/
+2
*
Add -fansi-escape-codes option
Nico Rieck
2013-09-11
1
-0
/
+3
*
The OpenCL standard specifies the sizes and alignments of various types than ...
David Tweed
2013-09-09
1
-2
/
+2
*
Add new methods for TargetInfo:
Stepan Dyatkovskiy
2013-09-05
1
-1
/
+1
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-0
/
+6
*
Attempt to migrate default dwarf version to 4 for linux.
Eric Christopher
2013-09-03
1
-2
/
+2
*
Properly escape filenames in line directives.
Eli Friedman
2013-08-29
1
-3
/
+2
*
ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
2013-08-28
1
-0
/
+2
*
Handle -D arguments ending in a backslash.
Eli Friedman
2013-08-28
1
-1
/
+14
*
This wasn't headers, just missing namespaces.
Benjamin Kramer
2013-08-24
1
-4
/
+4
*
Replace compLocDecl with less_first.
Benjamin Kramer
2013-08-24
1
-14
/
+8
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
Move -mfpmath handling to -cc1 and implement it for x86.
Rafael Espindola
2013-08-21
1
-0
/
+1
*
InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
NAKAMURA Takumi
2013-08-18
1
-0
/
+1
*
[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.
Jordan Rose
2013-08-16
1
-1
/
+1
*
SourceManager intialization tweaks.
Benjamin Kramer
2013-08-12
1
-13
/
+14
*
clang-cl: Support /showIncludes
Hans Wennborg
2013-08-09
3
-8
/
+22
*
The only useful loop unrolling flag to give realistically is
Chandler Carruth
2013-08-08
1
-2
/
+3
*
clang-cl: Support the run-time selection options (/MD, /MT et al.)
Hans Wennborg
2013-08-08
1
-0
/
+2
*
[PCH] Fix a PCH serialization crash, with invalid code related to forward enu...
Argyrios Kyrtzidis
2013-08-07
1
-3
/
+7
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+8
*
Add option to disable module loading.
Daniel Jasper
2013-08-05
1
-0
/
+2
*
CC1: Only parse command-line options that have the CC1Option flag.
Hans Wennborg
2013-08-02
1
-12
/
+3
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
2
-27
/
+23
*
Update for llvm api change.
Rafael Espindola
2013-07-29
1
-5
/
+5
*
Convert a use of stat with sys::fs::status.
Rafael Espindola
2013-07-29
1
-9
/
+10
*
Avoid crashing if a directory has no pch files.
Rafael Espindola
2013-07-28
1
-0
/
+2
*
Add a -fno-math-builtin option to the Clang -cc1
Eli Bendersky
2013-07-23
1
-0
/
+1
*
Fix crash in libclang if code completion is used with unknown flags.
Manuel Klimek
2013-07-18
1
-1
/
+1
*
Use the simpler is_directory.
Rafael Espindola
2013-07-17
1
-2
/
+1
*
Update for llvm API change.
Rafael Espindola
2013-07-16
2
-9
/
+9
*
ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
2013-07-09
1
-0
/
+2
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
2
-6
/
+4
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
2
-7
/
+3
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-3
/
+3
*
We don't need to check for windows' error codes in here.
Rafael Espindola
2013-07-05
1
-3
/
+1
*
Use the multiple argument form of path::append.
Benjamin Kramer
2013-06-28
1
-3
/
+1
*
Update for llvm::sys::fs::unique_file not creating directories.
Rafael Espindola
2013-06-28
1
-13
/
+21
*
Small improvements to createOutputFile.
Rafael Espindola
2013-06-27
1
-25
/
+41
*
Remove PathV1.h from CompilerInvocation.cpp.
Rafael Espindola
2013-06-26
1
-8
/
+7
*
Use llvm::sys::fs::getMainExecutable.
Rafael Espindola
2013-06-26
1
-1
/
+2
*
Remove PathV1.h from CompilerInstance.cpp.
Rafael Espindola
2013-06-26
1
-8
/
+6
*
Don't use PathV1.h in ASTUnit.cpp.
Rafael Espindola
2013-06-26
1
-5
/
+3
*
Remove the last use of PathWithStatus.
Rafael Espindola
2013-06-26
1
-4
/
+4
*
Use llvm::sys::fs::unique_file.
Rafael Espindola
2013-06-26
1
-26
/
+7
[next]