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
*
Diagnose a variety of access of ivars when they conflict with
Fariborz Jahanian
2009-03-02
1
-13
/
+28
*
Plist diagnostics now include PathDiagnostPiece::Kind.
Ted Kremenek
2009-03-02
1
-0
/
+6
*
Update HTML diagnostics to honor the different between 'event' and 'control-f...
Ted Kremenek
2009-03-02
2
-3
/
+10
*
BugReporter: Construct path-related PathDiagnosticPieces with kind "ControlFl...
Ted Kremenek
2009-03-02
1
-11
/
+21
*
fix PR2639
Chris Lattner
2009-03-02
1
-1
/
+1
*
Stub out some structure for C++ driver.
Daniel Dunbar
2009-03-02
4
-1
/
+65
*
inline asm calls should be nounwind. Chris, please review.
Anders Carlsson
2009-03-02
1
-1
/
+4
*
Fix name.
Daniel Dunbar
2009-03-02
1
-5
/
+1
*
For now, do not output the 'DisplayHint' in plist files.
Ted Kremenek
2009-03-02
1
-0
/
+3
*
For now, do not output the 'DisplayHint' in plist files.
Ted Kremenek
2009-03-02
1
-4
/
+4
*
Fixed a typo.
Fariborz Jahanian
2009-03-02
1
-1
/
+1
*
Check for duplicate declaration of method of a class
Fariborz Jahanian
2009-03-02
2
-0
/
+34
*
Enable Objective-C interface debug info.
Devang Patel
2009-03-02
1
-1
/
+2
*
Fix cmake builds.
Mike Stump
2009-03-02
1
-1
/
+1
*
remove an implemented fixme.
Zhongxing Xu
2009-03-02
1
-2
/
+0
*
Initial support for pointer arithmetic. Only support concrete indexes and
Zhongxing Xu
2009-03-02
2
-1
/
+31
*
Avoid crash when child iterator gives null result.
Daniel Dunbar
2009-03-02
1
-1
/
+2
*
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-03-02
10
-9
/
+9
*
First cut at zero-cost EH support.
Daniel Dunbar
2009-03-02
1
-72
/
+210
*
Make sure to invoke (not call) to objc_exception_throw if necessary.
Daniel Dunbar
2009-03-02
1
-2
/
+11
*
Fix completely broken thinko in GetClassGlobal.
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
Don't set nounwind on functions when in using the new Obj-C ABI.
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
Cleanup handling of function attributes in calls.
Daniel Dunbar
2009-03-02
1
-35
/
+27
*
Push checking down, also, give the user a hit as to which part of the
Mike Stump
2009-03-02
2
-39
/
+11
*
Rework the way we find locally-scoped external declarations when we
Douglas Gregor
2009-03-02
6
-92
/
+182
*
Add BLOCK_HAS_DESCRIPTOR to global blocks.
Anders Carlsson
2009-03-01
1
-1
/
+2
*
Be sure to mark blocks with no imports as being global.
Mike Stump
2009-03-01
1
-0
/
+4
*
simplify some code.
Chris Lattner
2009-03-01
1
-9
/
+5
*
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
Steve Naroff
2009-03-01
1
-1
/
+1
*
Fix PR3509 by providing correct starting locations for initializer lists
Douglas Gregor
2009-03-01
1
-11
/
+11
*
Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...
Steve Naroff
2009-03-01
2
-26
/
+35
*
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-03-01
5
-17
/
+17
*
Adjust wording of bug names.
Ted Kremenek
2009-03-01
1
-8
/
+8
*
Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed.
Daniel Dunbar
2009-03-01
1
-12
/
+1
*
Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C
Daniel Dunbar
2009-03-01
1
-3
/
+73
*
NeXT: Unify code for creating a class global.
Daniel Dunbar
2009-03-01
1
-85
/
+27
*
ObjCAtCatchStmt's ParamStmt is always a DeclStmt.
Daniel Dunbar
2009-03-01
3
-4
/
+4
*
Remove debugging code.
Anders Carlsson
2009-03-01
1
-2
/
+0
*
Emit errors about unsupported blocks features.
Anders Carlsson
2009-03-01
1
-0
/
+41
*
Initialize NSConcreteStackBlock
Anders Carlsson
2009-03-01
1
-2
/
+2
*
Do some blocks cleanup and simplification. Fix a crash, and add a test case.
Anders Carlsson
2009-03-01
3
-16
/
+48
*
"This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...
Chris Lattner
2009-03-01
2
-78
/
+35
*
Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup.
Anders Carlsson
2009-02-28
1
-36
/
+0
*
Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable w...
Anders Carlsson
2009-02-28
1
-0
/
+36
*
Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead.
Steve Naroff
2009-02-28
2
-7
/
+3
*
Revert 65707 (causes stack memory to be referenced after it is released).
Ted Kremenek
2009-02-28
1
-3
/
+3
*
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
4
-7
/
+40
*
Fix a crash in test/Parser/control-scope.c that testrunner didn't
Chris Lattner
2009-02-28
1
-1
/
+1
*
remove static ctor.
Chris Lattner
2009-02-28
1
-3
/
+3
*
improve compatibility with the VC++'08 C++ compiler. Patch by
Chris Lattner
2009-02-28
3
-8
/
+9
[next]