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
/
CodeGenCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate excessive PCH deserialization caused by the search for
Douglas Gregor
2010-04-08
1
-1
/
+3
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-04
3
-3
/
+3
*
Don't produce a vtable for a class if we have an explicit template instantiat...
Rafael Espindola
2010-04-03
1
-4
/
+2
*
We seem to get an inconsistent alignment value in the generated
Douglas Gregor
2010-04-02
1
-1
/
+2
*
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
3
-3
/
+3
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
3
-4
/
+39
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
3
-3
/
+3
*
Drastically simplify the computation of linkage for typeinfo by using
Douglas Gregor
2010-03-31
1
-0
/
+1
*
Introduce a new kind of derived-to-base cast which bypasses the need for
John McCall
2010-03-30
1
-0
/
+40
*
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
3
-3
/
+3
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
3
-3
/
+3
*
Don't produce a vtable if we are just instantiating a method and the
Rafael Espindola
2010-03-30
1
-0
/
+14
*
Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...
Anders Carlsson
2010-03-30
1
-0
/
+1
*
Handle default arguments when calling copy constructors for bases or members ...
Anders Carlsson
2010-03-30
1
-0
/
+43
*
Change a test to FileCheck bitcode instead of assembler.
Anders Carlsson
2010-03-30
1
-12
/
+2
*
Flip the switch and use the new vtable layout code for everything. I've verif...
Anders Carlsson
2010-03-30
1
-10
/
+10
*
When collecting virtual bases it's very important to use the canonical type o...
Anders Carlsson
2010-03-29
1
-0
/
+23
*
Another vtable layout fix, making us match gcc better.
Anders Carlsson
2010-03-29
1
-0
/
+30
*
Give thunks the same linkage as their original methods.
Anders Carlsson
2010-03-27
1
-4
/
+25
*
Test for the previous commit.
Rafael Espindola
2010-03-27
1
-0
/
+71
*
When adding initializers to a constructor, be sure that we are looking
Douglas Gregor
2010-03-26
1
-0
/
+21
*
Don't add address points for virtual primary bases that aren't primary bases ...
Anders Carlsson
2010-03-25
2
-16
/
+4
*
Check for some code gen. for PR6641 test.
Fariborz Jahanian
2010-03-25
1
-1
/
+6
*
Check for ret, so that we know we hit the end of the function
Douglas Gregor
2010-03-24
1
-0
/
+1
*
When returning from a function that has a reference return type, use
Douglas Gregor
2010-03-24
1
-0
/
+7
*
Discussing with dgregor we decided that we should not force the emission of
Rafael Espindola
2010-03-24
1
-0
/
+29
*
Code gen for multi-dimensional dynamic allocations.
Fariborz Jahanian
2010-03-24
1
-0
/
+44
*
More vtable improvements. We now compute and keep track of all vtable related...
Anders Carlsson
2010-03-24
2
-5
/
+5
*
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-03-24
2
-5
/
+5
*
Flip the switch and use the new vtable layout code for thunks by default. Add...
Anders Carlsson
2010-03-24
1
-0
/
+116
*
Remove parts of virt.cpp
Anders Carlsson
2010-03-24
1
-52
/
+0
*
revert 99311. Looks like it broke darwin bootstrap.
Rafael Espindola
2010-03-23
1
-34
/
+2
*
Avoid producing implicit methods when we have a explicit template instantiation
Rafael Espindola
2010-03-23
1
-2
/
+34
*
A fixed version of r99174 which also includes a test that we emit vtables when
Rafael Espindola
2010-03-22
1
-0
/
+33
*
Fix PR6648 by not creating a temporary with the type of a
Rafael Espindola
2010-03-21
1
-0
/
+13
*
Driver: Fix a number of -fapple-kext issues:
Daniel Dunbar
2010-03-20
1
-0
/
+36
*
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-03-20
3
-2
/
+16
*
Change CodeGenModule to rely on the Module's symbol table instead of
John McCall
2010-03-19
1
-0
/
+8
*
When dumping vtables, also dump the thunks.
Anders Carlsson
2010-03-18
1
-2
/
+2
*
Correctly mangle dependent TypenameType.
Rafael Espindola
2010-03-17
1
-0
/
+15
*
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
7
-27
/
+27
*
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
7
-25
/
+25
*
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-13
7
-25
/
+25
*
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
7
-25
/
+25
*
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2010-03-12
7
-25
/
+25
*
Use -emit-llvm-only, to avoid leaving a temp around.
Daniel Dunbar
2010-03-11
1
-1
/
+1
*
Correctly mangle address of member in template arguments. Fixes PR6460
Rafael Espindola
2010-03-11
1
-0
/
+39
*
Add a test.
Anders Carlsson
2010-03-11
1
-0
/
+7
*
Fix calculation of whether a member function needs a thunk in construction vt...
Anders Carlsson
2010-03-10
1
-0
/
+59
*
We were mistakenly marking morally virtual bases as being uninteresting. Fix ...
Anders Carlsson
2010-03-10
1
-0
/
+67
[next]