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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
4
-5
/
+53
*
Remove the old struct builder code.
Anders Carlsson
2009-07-31
1
-177
/
+1
*
And now we can generate a simple vtable. Still a work in progress...
Mike Stump
2009-07-31
1
-11
/
+23
*
Move code from EmitUnion directly into the function that handles cast-to-union.
Anders Carlsson
2009-07-31
1
-2
/
+28
*
Use the struct builder for unions.
Anders Carlsson
2009-07-31
1
-0
/
+2
*
Fixup spacing and 80-col violations.
Mike Stump
2009-07-31
1
-20
/
+27
*
Update for LLVM API change.
Owen Anderson
2009-07-31
14
-84
/
+84
*
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-31
5
-11
/
+72
*
Fix spacing.
Mike Stump
2009-07-31
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-31
3
-10
/
+10
*
Synthesize the default constructor which has not
Fariborz Jahanian
2009-07-30
2
-1
/
+19
*
Update for LLVM API changes.
Owen Anderson
2009-07-30
7
-23
/
+23
*
Canonicalize else spacing.
Mike Stump
2009-07-30
10
-70
/
+33
*
Note some other limitations.
Mike Stump
2009-07-30
1
-1
/
+9
*
Patch for future ir-gen for destructor calls.
Fariborz Jahanian
2009-07-30
3
-2
/
+49
*
Remove bogus "unsupported" case for vectors (which shouldn't
Eli Friedman
2009-07-30
1
-2
/
+1
*
Add ability to layout the vtable pointer in trivial cases. I noticed
Mike Stump
2009-07-30
1
-2
/
+0
*
ir-gen for nested non-virtual base member access
Fariborz Jahanian
2009-07-30
1
-5
/
+47
*
Eliminate an unused-variable warning
Douglas Gregor
2009-07-29
1
-1
/
+0
*
Update for LLVM API change.
Owen Anderson
2009-07-29
13
-319
/
+314
*
Change uses of:
Ted Kremenek
2009-07-29
11
-31
/
+31
*
Update for LLVM API change.
Owen Anderson
2009-07-29
7
-93
/
+93
*
No longer need to keep base class offsets in the offset
Fariborz Jahanian
2009-07-29
2
-7
/
+0
*
Patch to provide cast of objects in member access
Fariborz Jahanian
2009-07-29
1
-16
/
+0
*
Use the existing API for base offset. Use suitable llvm type
Fariborz Jahanian
2009-07-29
1
-20
/
+4
*
Code refactoring to define getCXXRecordDeclForPointerType
Fariborz Jahanian
2009-07-29
2
-22
/
+14
*
ir-gen derived-to-base conversion in implicit casts.
Fariborz Jahanian
2009-07-28
1
-1
/
+15
*
Update for LLVM API change.
Owen Anderson
2009-07-28
3
-11
/
+11
*
Remove the old RecordOrganizer.
Anders Carlsson
2009-07-28
1
-151
/
+0
*
More cleanup of data member access and then some.
Fariborz Jahanian
2009-07-28
2
-10
/
+25
*
Update for LLVM API change.
Owen Anderson
2009-07-28
4
-37
/
+37
*
add some fixme's
Chris Lattner
2009-07-28
1
-2
/
+2
*
Some code cleanup.
Fariborz Jahanian
2009-07-28
2
-26
/
+11
*
More CGRecordLayoutBuilder cleanup.
Anders Carlsson
2009-07-28
2
-33
/
+12
*
More work toward data member access ir-gen.
Fariborz Jahanian
2009-07-28
3
-0
/
+54
*
Allow functions to be marked "implicit return zero" and so mark main().
John McCall
2009-07-28
1
-0
/
+13
*
Patch for objc's zero-const exception to not assume
Fariborz Jahanian
2009-07-27
1
-11
/
+10
*
Update for LLVM API change.
Owen Anderson
2009-07-27
5
-52
/
+50
*
Update for LLVM API change.
Owen Anderson
2009-07-27
4
-12
/
+14
*
Some minor changes toward support of data
Fariborz Jahanian
2009-07-27
3
-0
/
+23
*
Use DICompositeType->replaceAllUsesWith()
Devang Patel
2009-07-27
1
-4
/
+3
*
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ...
Anders Carlsson
2009-07-27
1
-27
/
+18
*
Enable the new struct type builder now that the constant struct builder works...
Anders Carlsson
2009-07-27
1
-3
/
+0
*
Fix a tail padding bug in the record layout builder code. The bug was found b...
Anders Carlsson
2009-07-27
2
-6
/
+19
*
Enable the new constant struct builder by default. The old code is still in p...
Anders Carlsson
2009-07-27
1
-3
/
+4
*
More work on the constant struct builder, fix a couple of thinkos and add sup...
Anders Carlsson
2009-07-27
1
-9
/
+59
*
More work on bitfield support in the new constant struct builder.
Anders Carlsson
2009-07-27
1
-2
/
+79
*
Switch to getName()
Daniel Dunbar
2009-07-26
1
-1
/
+1
*
Switch to using llvm::Value::getName()
Daniel Dunbar
2009-07-26
2
-4
/
+3
*
ir-gen for non-virtual base class initialization
Fariborz Jahanian
2009-07-25
2
-4
/
+38
[next]