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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when using archaic protocol, rdar://10238337
Argyrios Kyrtzidis
2011-10-05
1
-1
/
+4
*
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-10-05
3
-0
/
+18
*
Use APFloat::toString to print APFloats more precisely in the AST printer. P...
Eli Friedman
2011-10-05
1
-2
/
+3
*
[driver] For consistency, handle all shell special characters handled by the
Chad Rosier
2011-10-05
1
-1
/
+1
*
[driver] The -v option doesn't quoted the command line arguments for historical
Chad Rosier
2011-10-05
1
-1
/
+8
*
Fix the rewriter, rdar://10234024.
Argyrios Kyrtzidis
2011-10-05
1
-1
/
+2
*
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-10-05
1
-5
/
+40
*
Seriously ugly hack, part 2
Douglas Gregor
2011-10-05
1
-1
/
+7
*
Seriously ugly hack to try to get the Windows builders back online
Douglas Gregor
2011-10-05
1
-2
/
+15
*
Introduce a simple file-based locking protocol for on-demand module
Douglas Gregor
2011-10-05
1
-0
/
+259
*
Added a flag to identify resolved overloaded function references.
Abramo Bagnara
2011-10-05
10
-70
/
+160
*
Refactor the analysis of C++ cast expressions so that even
John McCall
2011-10-05
4
-212
/
+208
*
Use the InstalledDir correctly, and test it correctly as well. =/ Should
Chandler Carruth
2011-10-05
1
-1
/
+1
*
Fix doxygen comment.
Eric Christopher
2011-10-05
1
-2
/
+2
*
Teach Clang to cope with GCC installations that have unusual patch
Chandler Carruth
2011-10-05
1
-3
/
+5
*
Implement the feature I was originally driving toward when I started
Chandler Carruth
2011-10-05
1
-0
/
+1
*
c: assignment/init of a function pointer whose function(s)
Fariborz Jahanian
2011-10-05
2
-5
/
+8
*
Don't allow an rvalue reference to bind to the result of a calling a
Douglas Gregor
2011-10-04
1
-0
/
+23
*
[analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...
Anna Zaks
2011-10-04
1
-6
/
+2
*
Hoist the other messy part out of an inner loop and into a helper
Chandler Carruth
2011-10-04
1
-43
/
+45
*
Hoist the first chunk of this into a helper function. No functionality
Chandler Carruth
2011-10-04
1
-55
/
+68
*
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
1
-15
/
+1
*
Fix Windows+MinGW which introduces noise into path separators.
Chandler Carruth
2011-10-04
1
-1
/
+5
*
Now that multiple prefixes are much cheaper to search for GCC
Chandler Carruth
2011-10-04
1
-0
/
+1
*
Rework the search for a GCC installation still further. This combines
Chandler Carruth
2011-10-04
1
-50
/
+85
*
Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override
Daniel Dunbar
2011-10-04
1
-0
/
+7
*
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-04
5
-13
/
+13
*
Remove a nonsensical bit of code from InitListChecker::getStructuredSubobject...
Eli Friedman
2011-10-04
1
-3
/
+0
*
objc: Turn diagnostic on property type mismatch in
Fariborz Jahanian
2011-10-04
1
-1
/
+1
*
[analyzer] Remove unused methods, add comments to others.
Anna Zaks
2011-10-04
1
-1
/
+1
*
Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas.
Justin Holewinski
2011-10-04
1
-1
/
+6
*
Add bitmaps for strong / weak ivar layout (GNUstep runtime).
David Chisnall
2011-10-04
1
-18
/
+102
*
Add a comment explaining that I have a better plan for implementing the
Chandler Carruth
2011-10-04
1
-0
/
+2
*
Invert the loop for detecting installed GCC trees. This make the loop
Chandler Carruth
2011-10-04
1
-36
/
+19
*
Fuse the two halves of the GCC installation detection. This is
Chandler Carruth
2011-10-04
1
-54
/
+74
*
Mark calls to objc_retainBlock that don't result from casts
John McCall
2011-10-04
3
-13
/
+52
*
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-10-04
2
-5
/
+2
*
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-04
6
-43
/
+49
*
Factor the data apart from the logic of locating various GCC
Chandler Carruth
2011-10-04
1
-45
/
+63
*
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
1
-2
/
+12
*
[driver] Emit a warning if the user has requested debug information and we're
Chad Rosier
2011-10-04
1
-1
/
+5
*
When build a module on demand, run the module-building job on a
Douglas Gregor
2011-10-04
1
-3
/
+21
*
Make sure SourceManager::getFileIDLoaded doesn't hang in release build becaus...
Argyrios Kyrtzidis
2011-10-03
1
-0
/
+4
*
[analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOp...
Anna Zaks
2011-10-03
1
-4
/
+9
*
objc arc: Suppress certain arc diagnostics on unavailable
Fariborz Jahanian
2011-10-03
2
-2
/
+15
*
[analyzer] In UndefBranchChecker, use a node generator which does not create ...
Anna Zaks
2011-10-03
1
-1
/
+1
*
[analyzer] Cleanup in UndefBranchChecker:
Anna Zaks
2011-10-03
1
-7
/
+4
*
Fixed source range for template implicit instantiations.
Abramo Bagnara
2011-10-03
3
-10
/
+25
*
Fixed exapnsion range for # and ##.
Abramo Bagnara
2011-10-03
6
-19
/
+39
*
Refactor the detection of a GCC installation into a helper class. This
Chandler Carruth
2011-10-03
1
-157
/
+191
[next]