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
*
Revert r154321, pending more discussion.
David Chisnall
2012-04-09
1
-3
/
+0
*
Add -fobjc-trace to emit a call before and after each Objective-C message send
David Chisnall
2012-04-09
1
-0
/
+3
*
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-04-08
2
-0
/
+7
*
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-28
1
-3
/
+3
*
Move the emission of strict enum range metadata behind a flag (the same
Chandler Carruth
2012-03-27
1
-0
/
+3
*
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
1
-0
/
+3
*
Introduce a -cc1-level option -pubnames-dump, which simply dumps the
Douglas Gregor
2012-03-27
2
-0
/
+75
*
Driver: Factor string vector push_back into a helper class and optimize it.
Benjamin Kramer
2012-03-26
1
-264
/
+174
*
Since this change is generating a considerable amount of discussion (and poss...
Aaron Ballman
2012-03-25
1
-56
/
+46
*
No longer hard coding paths to the MinGW include directories; using a regular...
Aaron Ballman
2012-03-25
1
-46
/
+56
*
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
Chad Rosier
2012-03-15
1
-6
/
+4
*
Adding in newer MinGW header paths.
Aaron Ballman
2012-03-15
1
-0
/
+3
*
[frontend] Add support for disabling the "inline" keyword using
Chad Rosier
2012-03-14
1
-2
/
+3
*
[driver] Parse diagnostic args in the driver.
Chad Rosier
2012-03-13
1
-12
/
+25
*
[libclang] When there's a file error when saving the PCH, make sure to
Argyrios Kyrtzidis
2012-03-13
1
-1
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
9
-18
/
+18
*
No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...
Aaron Ballman
2012-03-10
1
-5
/
+8
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
1
-1
/
+1
*
[Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit
Daniel Dunbar
2012-03-09
2
-2
/
+2
*
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
1
-3
/
+63
*
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-08
1
-2
/
+2
*
Workaround module test failures by removing the version info from module hashes.
Bob Wilson
2012-03-07
1
-1
/
+4
*
[PCH] Mark a PCH file with a flag to indicate if the serialized AST had
Argyrios Kyrtzidis
2012-03-07
3
-12
/
+20
*
CMake: Fix build to add clangEdit to USED_LIBS.
NAKAMURA Takumi
2012-03-06
1
-0
/
+1
*
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
1
-3
/
+4
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
2
-5
/
+83
*
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-06
1
-2
/
+4
*
Fix a small difference in sema and codegen views of what needs to be output.
Rafael Espindola
2012-03-05
1
-0
/
+5
*
[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...
Argyrios Kyrtzidis
2012-03-05
1
-1
/
+1
*
Frontend: Default to creating output files using temporary files + rename.
Daniel Dunbar
2012-03-03
1
-1
/
+2
*
Frontend: Don't automatically create missing directories when using temporary...
Daniel Dunbar
2012-03-03
2
-7
/
+22
*
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-02
1
-0
/
+6
*
Add the Solaris support directory to the header search when using libc++.
David Chisnall
2012-03-02
1
-0
/
+5
*
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
1
-1
/
+2
*
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-03-01
1
-0
/
+3
*
Serialization: Switch over to using the native SmallVector based BitstreamWriter
Daniel Dunbar
2012-02-29
2
-2
/
+2
*
Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...
David Chisnall
2012-02-28
1
-7
/
+0
*
[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.
Anna Zaks
2012-02-27
1
-0
/
+1
*
Don't record nested macro expansions in the preprocessing record,
Argyrios Kyrtzidis
2012-02-25
2
-11
/
+3
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
8
-24
/
+24
*
Implement #pragma redefine_extname.
David Chisnall
2012-02-18
1
-0
/
+3
*
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
2
-15
/
+0
*
Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...
David Chisnall
2012-02-15
1
-0
/
+9
*
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-14
1
-4
/
+1
*
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-14
3
-34
/
+38
*
[libclang] Indexing API: Fully index implict template instantiations.
Argyrios Kyrtzidis
2012-02-10
1
-0
/
+5
*
Add ArrayRef goodness in MultiplexASTMutationListener.
Argyrios Kyrtzidis
2012-02-10
1
-3
/
+3
*
Update MultiplexASTMutationListener with the missing methods from ASTMutation...
Argyrios Kyrtzidis
2012-02-10
1
-0
/
+18
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-3
/
+3
*
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
1
-1
/
+1
[next]