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
/
CodeGen
/
CGRTTI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-998
/
+0
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-33
/
+38
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-2
/
+3
*
CodeGen: Don't set hidden visibility on symbols with local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-1
/
+4
*
CodeGen: Cleanup visibility in RTTIBuilder
Duncan P. N. Exon Smith
2014-05-05
1
-9
/
+5
*
Adding type info for f16c floating-point type. This is consistent with the
Yunzhong Gao
2014-04-17
1
-1
/
+2
*
RTTI: refactor the uniqueness question into CGCXXABI.
Tim Northover
2014-03-30
1
-56
/
+11
*
CodeGen: Allow different RTTI emission strategies
Tim Northover
2014-03-29
1
-2
/
+70
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-15
/
+10
*
RTTI symbols for visible local types may need weak linkage.
John McCall
2014-03-10
1
-1
/
+1
*
type_info objects are not unnamed_addr: the ABI requires us to
John McCall
2014-02-08
1
-8
/
+15
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-24
/
+14
*
Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
2013-11-05
1
-1
/
+1
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
Remove dead code.
Eli Friedman
2013-06-28
1
-55
/
+2
*
Fix linkage computation for derived types in inline functions.
Rafael Espindola
2013-05-25
1
-0
/
+1
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-0
/
+6
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-3
/
+7
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+6
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-1017
/
+1011
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-1011
/
+1017
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix integer unsigned behavior in clang due to signed left shift overflow.
Richard Smith
2012-08-24
1
-1
/
+1
*
Fix a few -Wdocumentation warnings.
Dmitri Gribenko
2012-08-24
1
-1
/
+0
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-8
/
+4
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-1
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-17
/
+11
*
reapply the patches reverted in r149477, which enable ConstantDataArray.
Chris Lattner
2012-02-05
1
-1
/
+2
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-4
/
+4
*
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
1
-2
/
+1
*
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
1
-1
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+3
*
c++: support gcc's application of weak attribute on
Fariborz Jahanian
2011-10-21
1
-0
/
+2
*
More metaprogramming with builtin types.
John McCall
2011-10-18
1
-4
/
+4
*
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-17
1
-0
/
+1
*
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
1
-0
/
+1
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-1
/
+1
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-0
/
+5
*
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
1
-1
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-5
/
+5
*
CodeGen: rename CodeGenModule::Runtime to ObjCRuntime
Peter Collingbourne
2011-07-27
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-5
/
+5
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-1
/
+1
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-8
/
+8
[next]