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
...
*
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
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-2
/
+11
*
Don't set unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2014-05-22
1
-2
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-23
/
+25
*
Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclarator
Hans Wennborg
2014-05-14
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-05-13
1
-1
/
+1
*
Don't repeat function name in comment.
Rafael Espindola
2014-05-09
1
-192
/
+149
*
Don't indent in namespaces.
Rafael Espindola
2014-05-09
1
-108
/
+105
*
Cleanup setFunctionDefinitionAttributes.
Rafael Espindola
2014-05-08
1
-3
/
+3
*
Use more specific type.
Rafael Espindola
2014-05-08
1
-2
/
+2
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+9
*
Fix pr19653.
Rafael Espindola
2014-05-05
1
-0
/
+2
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-5
/
+10
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-9
/
+4
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
1
-0
/
+14
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-0
/
+4
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-1
/
+4
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-4
/
+1
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-1
/
+4
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
1
-4
/
+4
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
1
-4
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-7
/
+8
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Simplify compare operators with std::tie.
Benjamin Kramer
2014-03-03
1
-4
/
+2
[prev]
[next]