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
*
Don't use mangleCXXRTTIName in TBAA for C code.
Manman Ren
2013-08-21
1
-3
/
+8
*
[CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...
Timur Iskhodzhanov
2013-08-21
2
-11
/
+4
*
Sema: Use the right type for PredefinedExpr when it's in a lambda.
Benjamin Kramer
2013-08-21
1
-8
/
+15
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
10
-28
/
+194
*
DebugInfo: comment/inlining based on feedback from Eric & Adrian
David Blaikie
2013-08-20
2
-18
/
+16
*
DebugInfo: Simplify/clarify propagation of typemembers between declaration an...
David Blaikie
2013-08-20
2
-32
/
+21
*
Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...
David Blaikie
2013-08-20
3
-34
/
+97
*
Fix last commit.
Juergen Ributzka
2013-08-19
1
-1
/
+1
*
Simplify code by using CreateMemTemp. No functional change intended.
Juergen Ributzka
2013-08-19
1
-18
/
+9
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
5
-27
/
+19
*
Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...
Michael Gottesman
2013-08-19
3
-96
/
+35
*
Fix -Wcovered-switch-default warning from r188664
Alexey Samsonov
2013-08-19
1
-1
/
+1
*
XCore target: Add target specific EmitVAArg
Robert Lytton
2013-08-19
1
-1
/
+41
*
DebugInfo: Do not include line/file info for artificial parameters & paramete...
David Blaikie
2013-08-19
1
-5
/
+18
*
Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...
David Blaikie
2013-08-18
3
-35
/
+96
*
DebugInfo: Avoid duplicating types that may be created during the process of ...
David Blaikie
2013-08-18
1
-0
/
+13
*
DebugInfo: Don't emit vbase 'containing types' for context chain limited types
David Blaikie
2013-08-18
2
-25
/
+32
*
DebugInfo: don't require full definitions for friend classes
David Blaikie
2013-08-18
1
-3
/
+2
*
PR16927: Don't assert (or, previously, skip) static data members of enumerati...
David Blaikie
2013-08-17
1
-3
/
+0
*
Fix the name and the type of the argument for intrinisc
Juergen Ributzka
2013-08-17
1
-0
/
+10
*
Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...
David Blaikie
2013-08-17
3
-84
/
+33
*
DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with...
David Blaikie
2013-08-16
1
-0
/
+1
*
DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...
David Blaikie
2013-08-16
3
-33
/
+84
*
DebugInfo: Contrain the record type parameter for CollectRecordFields
David Blaikie
2013-08-16
2
-5
/
+5
*
Revert r188498.
Evgeniy Stepanov
2013-08-16
2
-24
/
+19
*
DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ...
David Blaikie
2013-08-15
2
-11
/
+9
*
Remove unnecessary explicit cast.
David Blaikie
2013-08-15
1
-1
/
+1
*
DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for...
David Blaikie
2013-08-15
2
-19
/
+24
*
Fix assert added in r188494
David Blaikie
2013-08-15
1
-1
/
+1
*
DebugInfo: Remove unused conditional
David Blaikie
2013-08-15
1
-3
/
+2
*
DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m...
David Blaikie
2013-08-15
2
-7
/
+6
*
DebugInfo: Add a FIXME, remove a FIXME.
David Blaikie
2013-08-15
1
-3
/
+4
*
DebugInfo: Unify & optimize the lazy addition of record types
David Blaikie
2013-08-15
4
-17
/
+32
*
DebugInfo: Revert change to the return type of createRecordFwdDecl
David Blaikie
2013-08-15
2
-7
/
+4
*
CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
2013-08-15
2
-37
/
+23
*
DebugInfo: remove unnecessary type registration
David Blaikie
2013-08-15
1
-1
/
+0
*
DebugInfo: Don't create duplicate forward declaration metadata unnecessarily.
David Blaikie
2013-08-15
2
-7
/
+11
*
Fix the build failure of Realease version
Hao Liu
2013-08-15
1
-1
/
+1
*
Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...
Hao Liu
2013-08-15
1
-0
/
+43
*
Add support for -fsanitize-blacklist and default blacklists for DFSan.
Peter Collingbourne
2013-08-14
1
-1
/
+4
*
Add XCore target
Robert Lytton
2013-08-13
1
-0
/
+19
*
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
2013-08-13
1
-11
/
+1
*
Drive by cleanup
David Blaikie
2013-08-13
1
-7
/
+2
*
DebugInfo: Simplify declaration building code - relying on the limit debug in...
David Blaikie
2013-08-12
1
-17
/
+6
*
DebugInfo: simplify some limited/declaration creation APIs
David Blaikie
2013-08-12
2
-41
/
+11
*
Use new llvm::SpecialCaseList API in CodeGenModule
Alexey Samsonov
2013-08-12
2
-19
/
+17
*
Only emit debug info for implicit members that actually get codegen, not just...
David Blaikie
2013-08-09
1
-7
/
+10
*
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
David Majnemer
2013-08-09
1
-2
/
+3
*
Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper...
David Majnemer
2013-08-09
1
-3
/
+2
*
[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section
David Majnemer
2013-08-09
1
-2
/
+3
[next]