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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
I didn't mean to change this.
Chris Lattner
2009-02-05
1
-1
/
+1
*
fix some differences between apple gcc and clang on darwin/x86-32.
Chris Lattner
2009-02-05
1
-1
/
+1
*
-x language fix.
Fariborz Jahanian
2009-02-03
1
-0
/
+2
*
ABITest: Makefile tweaks
Daniel Dunbar
2009-01-29
2
-24
/
+52
*
ABITest: Fix access to array test values.
Daniel Dunbar
2009-01-29
1
-1
/
+4
*
ABITest: Fix test value generation for unions.
Daniel Dunbar
2009-01-29
1
-1
/
+8
*
Use xcc (instead of clang directly).
Daniel Dunbar
2009-01-29
1
-6
/
+5
*
ccc: Support -v; invent a version number for ccc for now, will be
Daniel Dunbar
2009-01-28
1
-1
/
+2
*
ABITest: Support --test-layout option for generating
Daniel Dunbar
2009-01-28
2
-7
/
+120
*
Use string comparison rather than '=='.
Ted Kremenek
2009-01-27
1
-1
/
+1
*
PathDiagnostics:
Ted Kremenek
2009-01-27
1
-4
/
+4
*
Have 'Analyzer Failures' files be named to reflect the category of problem.
Ted Kremenek
2009-01-27
1
-4
/
+9
*
ABITestGen: Add generation of vector types.
Daniel Dunbar
2009-01-26
2
-24
/
+41
*
Add simple make based harness for running ABI tests.
Daniel Dunbar
2009-01-24
2
-0
/
+128
*
Added clang option '--analyzer-display-progress' to indicate that the analyze...
Ted Kremenek
2009-01-23
1
-0
/
+1
*
Update CmpDriver to report missing commands.
Daniel Dunbar
2009-01-21
1
-2
/
+11
*
Static Analyzer: When generating plists for errors reports, generate one plis...
Ted Kremenek
2009-01-21
1
-4
/
+28
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-0
/
+1
*
ccc: Darwin/x86: Add direct cpp support.
Daniel Dunbar
2009-01-20
1
-1
/
+1
*
Return success indicator from CmpDriver.
Daniel Dunbar
2009-01-17
1
-0
/
+9
*
Add utils/ABITest, my ABI test generation tool.
Daniel Dunbar
2009-01-15
3
-0
/
+1068
*
CmpDriver: Allow over-ride of drivers to compare through env variables
Daniel Dunbar
2009-01-14
1
-3
/
+3
*
Add simple tool for comparing drivers (hardcoded to gcc and xcc) which
Daniel Dunbar
2009-01-13
1
-0
/
+175
*
Add utils/SummarizeErrors.
Daniel Dunbar
2009-01-09
1
-0
/
+99
*
ccc (old): Pass -arch through to assembler if given.
Daniel Dunbar
2009-01-07
1
-7
/
+10
*
Pass '-undefined- to the linker
Anders Carlsson
2009-01-05
1
-1
/
+1
*
Pass -fblocks to clang
Anders Carlsson
2008-12-19
1
-0
/
+1
*
Properly "include" abs_path.
Ted Kremenek
2008-12-03
1
-1
/
+1
*
Use abs_path to resolve symbolic links and '..' in report table.
Ted Kremenek
2008-12-03
1
-1
/
+1
*
Don't have special treatment from pruning the common suffices of files in /De...
Ted Kremenek
2008-12-03
1
-4
/
+0
*
llvm-ld doesnt support '-g', so aovid passing that opt to it
Nuno Lopes
2008-12-02
1
-1
/
+0
*
scan-build now recognizes when the user is directly invoking gcc for:
Ted Kremenek
2008-11-19
1
-2
/
+9
*
Input files should be before link options.
Daniel Dunbar
2008-11-18
1
-1
/
+1
*
Fix use of uninitialized variable.
Ted Kremenek
2008-11-04
1
-1
/
+1
*
Allow user toggling between plist and html output with scan-build/ccc-analyzer.
Ted Kremenek
2008-11-04
2
-12
/
+40
*
Simplify the functions HtmlEsape and ShellEscape. We now properly print out ...
Ted Kremenek
2008-11-03
1
-8
/
+5
*
Add defined in if().
Zhongxing Xu
2008-11-02
1
-1
/
+1
*
On Mac OS X, use TMPDIR as the default location to place analysis results. T...
Ted Kremenek
2008-10-31
1
-2
/
+9
*
Update FindSpecRefs to recognize named section references.
Daniel Dunbar
2008-10-29
1
-15
/
+40
*
Minor UI enhancement:
Ted Kremenek
2008-10-28
1
-1
/
+18
*
Patch by Nikita Zhuk:
Ted Kremenek
2008-10-28
1
-1
/
+16
*
Add store option to scan-build and ccc-analyzer.
Zhongxing Xu
2008-10-27
2
-1
/
+24
*
Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Z...
Ted Kremenek
2008-10-24
1
-1
/
+1
*
Add support for assembler-with-cpp (preprocessed .S files), patch by
Chris Lattner
2008-10-22
1
-1
/
+1
*
Add "argument key" processing similar to ccc.
Ted Kremenek
2008-10-19
1
-10
/
+11
*
ccc: Pass '-g' through to clang. Handle -weak_framework.
Daniel Dunbar
2008-10-19
1
-0
/
+7
*
ccc: support -Xlinker
Daniel Dunbar
2008-10-16
1
-1
/
+1
*
ccc: support -fsyntax-only, add some more darwin options, support
Daniel Dunbar
2008-10-15
1
-1
/
+30
*
Use 'realpath' to resolve the absolute path to clang and ccc-analyzer.
Ted Kremenek
2008-10-13
1
-9
/
+25
*
Add missing newline.
Ted Kremenek
2008-10-10
1
-2
/
+2
[next]