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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-2
/
+1
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-4
/
+4
*
ASTContext: Refactor implicit record creation
Alp Toker
2013-12-17
1
-16
/
+2
*
[ms-cxxabi] Fix linkage of dtor thunks for anonymous classes
Reid Kleckner
2013-12-11
1
-6
/
+8
*
Save another call to GetAddrOfFunction.
Rafael Espindola
2013-12-09
1
-6
/
+8
*
When we decide to output a deferred decl, remember the llvm GlobalValue.
Rafael Espindola
2013-12-09
1
-23
/
+24
*
Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
2013-12-09
1
-57
/
+66
*
GlobalAlias::isDeclaration is always false. Remove dead code.
Rafael Espindola
2013-12-08
1
-5
/
+0
*
Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Manman Ren
2013-12-02
1
-1
/
+1
*
Expand comments for Debug Info Version.
Manman Ren
2013-12-02
1
-1
/
+4
*
[CodeGen] If there is a function definition with duplicate mangled name, emit...
Argyrios Kyrtzidis
2013-11-23
1
-0
/
+4
*
Debug Info: add a "Debug Info Version" module flag to output the current debug
Manman Ren
2013-11-22
1
-0
/
+5
*
[-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static...
Hans Wennborg
2013-11-21
1
-0
/
+15
*
Fix test failures after addrspacecast added.
Matt Arsenault
2013-11-15
1
-4
/
+8
*
[OpenCL] Make sure we put string literals in the constant address space.
Joey Gouly
2013-11-14
1
-4
/
+9
*
Keep the old function order in CodeGenModule::applyReplacements.
Rafael Espindola
2013-11-12
1
-2
/
+16
*
Revert "Keep the old function order in CodeGenModule::applyReplacements."
Rafael Espindola
2013-11-11
1
-14
/
+2
*
Keep the old function order in CodeGenModule::applyReplacements.
Rafael Espindola
2013-11-10
1
-2
/
+14
*
Avoid double StringMap lookups. No functionality change.
Benjamin Kramer
2013-11-10
1
-4
/
+4
*
Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
2013-11-05
1
-0
/
+15
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-0
/
+6
*
New fix for pr17535.
Rafael Espindola
2013-10-22
1
-0
/
+37
*
Revert "This patch causes clang to reject alias attributes that point to unde...
Rafael Espindola
2013-10-22
1
-38
/
+1
*
This patch causes clang to reject alias attributes that point to undefined
Rafael Espindola
2013-10-22
1
-1
/
+38
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
Emit a .ident saying that clang produced this file.
Rafael Espindola
2013-10-16
1
-0
/
+15
*
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
2013-10-08
1
-4
/
+4
*
Revert r191586 and r191695. They cause crashes when building with
Richard Smith
2013-10-01
1
-4
/
+4
*
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
2013-09-27
1
-4
/
+4
*
Do not emit duplicate global initializers for template static data members in...
David Blaikie
2013-09-04
1
-1
/
+6
*
Emit uuid globals as linkonce_odr
Reid Kleckner
2013-09-03
1
-1
/
+1
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
1
-14
/
+2
*
CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
2013-08-15
1
-36
/
+21
*
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
2013-08-13
1
-11
/
+1
*
Use new llvm::SpecialCaseList API in CodeGenModule
Alexey Samsonov
2013-08-12
1
-17
/
+15
*
[-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
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-1
/
+7
*
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...
Timur Iskhodzhanov
2013-08-04
1
-1
/
+1
*
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
2013-07-22
1
-1
/
+15
*
Rename D to GD to match the type, which is GlobalDecl
Reid Kleckner
2013-07-22
1
-8
/
+10
*
Tighten up the set of operator new/operator delete calls we're permitted to
Richard Smith
2013-07-21
1
-0
/
+6
*
Get rid of dead/useless code for block mangling.
Eli Friedman
2013-07-10
1
-3
/
+0
*
Simplify linkage code for static local vars.
Eli Friedman
2013-07-01
1
-5
/
+1
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-4
/
+3
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-0
/
+8
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-8
/
+0
*
Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-06-19
1
-2
/
+2
[prev]
[next]