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
*
Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds.
John McCall
2009-12-03
1
-55
/
+59
*
Add recursion guards to ice-checking and evaluation for declrefs, so we
Eli Friedman
2009-12-03
2
-7
/
+21
*
Try to make the output of PlistDiagnostics more deterministic by sorting Path...
Ted Kremenek
2009-12-03
1
-0
/
+39
*
A new helper function to set various bits in the class when
Fariborz Jahanian
2009-12-03
3
-15
/
+15
*
Fix Clang tool translation to forward -fvisibility as separate arguments, the
Daniel Dunbar
2009-12-03
1
-2
/
+6
*
Unify the end-of-class code paths used by the parser and template
Douglas Gregor
2009-12-03
4
-24
/
+39
*
When instantiating a class, if a base specifier is not dependent we still nee...
Anders Carlsson
2009-12-03
3
-11
/
+33
*
Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(...
Ted Kremenek
2009-12-03
1
-4
/
+6
*
Handle static_assert inside functions.
Anders Carlsson
2009-12-03
1
-0
/
+1
*
When we're building a CXXExprWithTemporaries, only include those
Douglas Gregor
2009-12-03
3
-4
/
+16
*
Minor cleanup to the code-completion-point logic suggested by Chris.
Douglas Gregor
2009-12-03
2
-3
/
+2
*
Eli, I copied my code from this code... Let's fix the souce of the bad idea!
Mike Stump
2009-12-03
1
-4
/
+1
*
Fix for PR5659: correct a rather nasty oversight in the type conversion for
Eli Friedman
2009-12-03
1
-4
/
+4
*
Add security syntactic checker for mktemp.
Zhongxing Xu
2009-12-03
1
-1
/
+41
*
Update CMake for CallGraph.cpp move.
Daniel Dunbar
2009-12-03
2
-1
/
+1
*
Fix two more diagnostic-on-stderr instances that thought they could hide from...
Daniel Dunbar
2009-12-03
1
-10
/
+10
*
Kill a few more random stderr uses.
Daniel Dunbar
2009-12-03
5
-22
/
+16
*
Convert ABIArgInfo::dump to raw_ostream.
Daniel Dunbar
2009-12-03
1
-11
/
+11
*
Use llvm_report_error instead of fprintf + assert + exit.
Daniel Dunbar
2009-12-03
1
-8
/
+5
*
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...
Daniel Dunbar
2009-12-03
2
-15
/
+42
*
Remove an unnecessary (I believe) exit() on error.
Daniel Dunbar
2009-12-03
1
-4
/
+0
*
Convert StmtDumper to raw_ostream. I forget why.
Daniel Dunbar
2009-12-03
1
-129
/
+121
*
Switch PCHReader::getOriginalSourceFile to use proper diagnostics.
Daniel Dunbar
2009-12-03
2
-12
/
+9
*
Fix BackendConsumer to use proper diagnostics.
Daniel Dunbar
2009-12-03
1
-15
/
+13
*
Add value invalidation logic for block-captured variables. Conceptually invo...
Ted Kremenek
2009-12-03
2
-2
/
+23
*
Make BlockDataRegion::referenced_vars_iterator an actual class that enforces ...
Ted Kremenek
2009-12-03
1
-2
/
+4
*
Attempt to fix the MSVC build.
Anders Carlsson
2009-12-03
1
-4
/
+4
*
Fix layering violation by moving Analysis/CallGraph to Index
Daniel Dunbar
2009-12-03
1
-1
/
+1
*
clang-cc: Honor -help and -version when using new style option parsing.
Daniel Dunbar
2009-12-03
1
-0
/
+6
*
Add OptTable::PrintHelp.
Daniel Dunbar
2009-12-03
2
-0
/
+77
*
Add clang -cc1 support for -remap-file.
Daniel Dunbar
2009-12-03
1
-2
/
+21
*
Add clang -cc1 -load option.
Daniel Dunbar
2009-12-03
1
-0
/
+5
*
Fix thunk generation for thunks with a parameter with reference type.
Eli Friedman
2009-12-03
1
-1
/
+2
*
Minor cleanup.
Eli Friedman
2009-12-03
3
-12
/
+7
*
Honor using declarations in overload resolution. Most of the code for
John McCall
2009-12-03
3
-67
/
+108
*
Add support for thunking dtors. Oh why does this make my head hurt?
Mike Stump
2009-12-03
4
-15
/
+27
*
Reflow.
Mike Stump
2009-12-03
1
-1
/
+3
*
Revert r90402 for now, virt.cpp is failing.
Anders Carlsson
2009-12-03
1
-11
/
+9
*
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating mult...
Ted Kremenek
2009-12-03
3
-28
/
+64
*
Use Eli's ComputeThunkAdjustment for calculating the return adjustment.
Anders Carlsson
2009-12-03
1
-9
/
+11
*
Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.
Anders Carlsson
2009-12-03
2
-1
/
+42
*
Remove the index from the Thunk struct.
Anders Carlsson
2009-12-03
1
-14
/
+10
*
Change the Thunks map to use the vtable index as the key.
Anders Carlsson
2009-12-03
1
-7
/
+9
*
Add the global decl to the Thunk struct.
Anders Carlsson
2009-12-03
1
-5
/
+7
*
Remove unused struct fields.
Anders Carlsson
2009-12-03
1
-7
/
+2
*
Delay computing the return adjustments for covariant thunks until when they a...
Anders Carlsson
2009-12-03
1
-98
/
+113
*
No need to create the covariant thunk in both places now.
Anders Carlsson
2009-12-03
1
-12
/
+5
*
Whoops, forgot to save :)
Anders Carlsson
2009-12-03
1
-2
/
+4
*
Remove the index field from the CovariantThunk structure.
Anders Carlsson
2009-12-03
1
-14
/
+6
*
Change the CovariantThunk map to use the vtable index as its key.
Anders Carlsson
2009-12-03
1
-9
/
+9
[next]