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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test case.
Argyrios Kyrtzidis
2008-09-09
1
-1
/
+1
*
Implement parser support for the 'condition' part of C++ selection-statements...
Argyrios Kyrtzidis
2008-09-09
1
-0
/
+11
*
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
3
-0
/
+36
*
Add missing RUN line
Daniel Dunbar
2008-09-08
1
-0
/
+2
*
skip test if llvm-gcc is requires but not found on the path.
Nuno Lopes
2008-09-06
1
-0
/
+14
*
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-05
2
-0
/
+105
*
Support "typeof unary-expression" (GNU C++ extension).
Argyrios Kyrtzidis
2008-09-05
1
-0
/
+7
*
Line endings: CRLF -> LF
Argyrios Kyrtzidis
2008-09-05
1
-7
/
+7
*
Test case for previous commit (Workaround gcc bug causing crash on our
Daniel Dunbar
2008-09-05
1
-0
/
+3
*
Set sext/zext on function result.
Daniel Dunbar
2008-09-05
1
-0
/
+22
*
Fix unintended use of doxygen comment strings.
Daniel Dunbar
2008-09-04
1
-6
/
+6
*
Added test case for the dead stores checker that was originally an FP reporte...
Ted Kremenek
2008-09-04
1
-0
/
+9
*
Prevent invalid warnings about incomplete implementations for methods
Daniel Dunbar
2008-09-04
1
-0
/
+56
*
fix running tests with valgrind (there were a lot of bogus failures and warni...
Nuno Lopes
2008-09-04
1
-6
/
+7
*
Add some Objective-C code generation tests.
Daniel Dunbar
2008-09-04
9
-0
/
+642
*
Implement codegen of aggregates as lvalues in binary expressions,
Daniel Dunbar
2008-09-04
1
-1
/
+24
*
Update TestRunner to not report failure for XFAIL tests
Daniel Dunbar
2008-09-04
1
-1
/
+16
*
Set register storage class correctly for function parameters.
Daniel Dunbar
2008-09-03
1
-0
/
+3
*
Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is
Ted Kremenek
2008-09-03
2
-9
/
+9
*
Add two test cases for builtins (mostly related to object size
Daniel Dunbar
2008-09-03
2
-0
/
+114
*
Improve type-checking of ?: for Objective-C types.
Daniel Dunbar
2008-09-03
3
-3
/
+66
*
Restore Objective-C dot-syntax access of methods.
Daniel Dunbar
2008-09-03
2
-2
/
+2
*
- Implement __block.
Steve Naroff
2008-09-02
1
-0
/
+10
*
Pull code from last commit. will put back soon.
Steve Naroff
2008-09-02
1
-1
/
+2
*
Implement block pseudo-storage class modifiers (__block, __byref).
Steve Naroff
2008-09-02
1
-0
/
+18
*
add the other test case for completeness and to avoid regressions in the future
Nuno Lopes
2008-09-02
1
-1
/
+2
*
Fix for PR2747: allow pointer->int casts with a null base; these are
Eli Friedman
2008-09-02
1
-0
/
+8
*
Fix for PR2750; don't check for an 'e' in the trash after the token.
Eli Friedman
2008-09-02
1
-0
/
+13
*
An extremely hacky version of transparent_union support; it isn't
Eli Friedman
2008-09-02
1
-0
/
+14
*
Make sure to take the unqualified versions of the canonical types for
Eli Friedman
2008-09-02
1
-0
/
+6
*
readd test as it passes correctly. nice, but weird
Nuno Lopes
2008-09-01
1
-0
/
+14
*
Backing out r55607 due to logic errors and test regression.
Eli Friedman
2008-09-01
1
-14
/
+0
*
Tidy up sema processing of attribute "nonull":
Ted Kremenek
2008-09-01
2
-4
/
+5
*
fix one more this-is-not-a-constant error. test included
Nuno Lopes
2008-09-01
1
-0
/
+3
*
make CheckArithmeticConstantExpression() aware of &foo and pointers
Nuno Lopes
2008-09-01
1
-0
/
+13
*
Temporarily disable some tests which due to dot-syntax
Daniel Dunbar
2008-08-30
2
-2
/
+2
*
Allow 'make TESTDIRS=Sema' in test/ directory for only running a
Daniel Dunbar
2008-08-28
1
-2
/
+2
*
Add parser/action support for block literal expressions.
Steve Naroff
2008-08-28
1
-2
/
+10
*
Fix isIntegerConstantExpr eval of __builtin_offsetof to return result
Daniel Dunbar
2008-08-28
2
-0
/
+12
*
Fix double-free error with sizeof applied to VLA types.
Daniel Dunbar
2008-08-28
1
-0
/
+5
*
First wave of changes to support "blocks" (an extension to C).
Steve Naroff
2008-08-27
1
-0
/
+18
*
Update test case (we were missing a warning here)
Daniel Dunbar
2008-08-27
1
-1
/
+1
*
Add ObjCPropertyDecl::isReadOnly.
Daniel Dunbar
2008-08-26
1
-0
/
+3
*
In incompatible pointer-typed ?: expressions, add implicit conversion
Daniel Dunbar
2008-08-26
2
-0
/
+20
*
Do typechecking and codegen for K&R-style function declarations
Eli Friedman
2008-08-25
1
-0
/
+5
*
Fix for PR2720; be a little bit more permissive in initializers for
Eli Friedman
2008-08-25
1
-0
/
+3
*
Add test case for function-pointer-cast-of-global as constant
Daniel Dunbar
2008-08-25
1
-0
/
+4
*
Objective-C foreach selector elements must be lvalues.
Anders Carlsson
2008-08-25
1
-0
/
+10
*
Fix silly bug in objc_gc attribute parsing and add test case
Anders Carlsson
2008-08-24
1
-0
/
+8
*
Add carbon.cpp and cocoa.mm tests
Anders Carlsson
2008-08-23
2
-0
/
+10
[next]