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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't emit implicit template instantiations eagerly (PR21718)
Hans Wennborg
2015-01-10
1
-3
/
+9
*
Add a public accessor for GlobalCtors in CodeGenModule
Keno Fischer
2014-12-30
1
-0
/
+5
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-4
/
+2
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-0
/
+7
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+5
*
CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
2014-11-01
1
-4
/
+3
*
[ASan] Improve blacklisting of global variables.
Alexey Samsonov
2014-10-17
1
-0
/
+4
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-6
/
+5
*
CodeGen: Don't drop thread_local when emitting __thread aliases
David Majnemer
2014-10-15
1
-2
/
+2
*
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Alexey Samsonov
2014-10-15
1
-3
/
+1
*
Move SanitizerBlacklist to clangBasic. NFC.
Alexey Samsonov
2014-10-15
1
-1
/
+1
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-1
/
+2
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-0
/
+4
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-2
/
+7
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-1
/
+0
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-0
/
+1
*
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
2014-09-19
1
-0
/
+6
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-0
/
+3
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-3
/
+0
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-0
/
+3
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-7
/
+9
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-0
/
+6
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-4
/
+0
*
Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
2014-09-15
1
-13
/
+11
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-19
/
+5
*
Remove a parameter that has been unused since r188481. No behavior change.
Nico Weber
2014-09-08
1
-1
/
+1
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-0
/
+7
*
Typo fix in comments: definintion -> definition
James Dennett
2014-08-15
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-1
/
+24
*
[Sanitizer] Introduce SanitizerMetadata class.
Alexey Samsonov
2014-08-01
1
-8
/
+6
*
PR20473: Don't "deduplicate" string literals with the same value but different
Richard Smith
2014-07-29
1
-6
/
+1
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-0
/
+3
*
Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
2014-07-18
1
-1
/
+5
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-1
/
+3
*
Be more specific about return types of some methods.
Alexey Samsonov
2014-07-10
1
-5
/
+8
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-4
/
+4
*
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...
Alexey Samsonov
2014-07-07
1
-5
/
+0
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-3
/
+4
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-9
/
+0
*
Move the calling of emitTargetMD() later.
Robert Lytton
2014-07-03
1
-2
/
+5
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-0
/
+3
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-2
/
+2
*
CodeGen: Improve warnings about uninstrumented files when profiling
Justin Bogner
2014-06-26
1
-3
/
+27
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-4
/
+7
*
Remove the overload of GetAddrOfConstantString method
Alexey Samsonov
2014-06-04
1
-16
/
+2
*
Refactor and generalize GetAddrOfConstantString and GetAddrOfConstantStringFr...
Alexey Samsonov
2014-06-04
1
-0
/
+3
*
Eliminate redundant MangleBuffer class
Alp Toker
2014-06-03
1
-3
/
+1
*
Don't dllimport/export destructor variants implemented by thunks.
Hans Wennborg
2014-05-28
1
-2
/
+1
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-3
/
+15
[next]