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
...
*
Be more specific about return types of some methods.
Alexey Samsonov
2014-07-10
1
-5
/
+4
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-6
/
+5
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-10
/
+7
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-0
/
+16
*
Move the calling of emitTargetMD() later.
Robert Lytton
2014-07-03
1
-4
/
+10
*
refactor for-loop as range-loop before making changes.
Robert Lytton
2014-07-03
1
-10
/
+6
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-10
/
+48
*
CodeGen: Improve warnings about uninstrumented files when profiling
Justin Bogner
2014-06-26
1
-3
/
+15
*
CodeGen: Remove a stray tab character (NFC)
Justin Bogner
2014-06-23
1
-1
/
+1
*
Add module flags metadata to record the settings for enum and wchar width
Oliver Stannard
2014-06-20
1
-0
/
+17
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
CodeGen: Correct linkage of thread_local for OS X
David Majnemer
2014-06-11
1
-0
/
+10
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-1
/
+1
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-33
/
+37
*
Remove the overload of GetAddrOfConstantString method
Alexey Samsonov
2014-06-04
1
-23
/
+8
*
Refactor and generalize GetAddrOfConstantString and GetAddrOfConstantStringFr...
Alexey Samsonov
2014-06-04
1
-95
/
+84
*
This cast is not necessary any more (llvm api change).
Rafael Espindola
2014-06-04
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-06-03
1
-31
/
+49
*
Eliminate redundant MangleBuffer class
Alp Toker
2014-06-03
1
-3
/
+7
*
MS ABI: Emit static data members with proper linkage
Nico Rieck
2014-05-29
1
-2
/
+7
*
[ASan] Hoist blacklisting globals from init-order checking to Clang.
Alexey Samsonov
2014-05-29
1
-6
/
+5
*
Don't dllimport/export destructor variants implemented by thunks.
Hans Wennborg
2014-05-28
1
-14
/
+17
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-9
/
+13
*
Don't set unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2014-05-22
1
-7
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-45
/
+48
*
Demote the "Debug Info Version" module flag to llvm::Module::Warning
Adrian Prantl
2014-05-19
1
-6
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-5
/
+4
*
Use getAliasee instead of getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-05-16
1
-35
/
+36
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-5
/
+6
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-12
/
+3
*
Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclarator
Hans Wennborg
2014-05-14
1
-3
/
+3
*
Update for llvm API change.
Rafael Espindola
2014-05-13
1
-5
/
+4
*
Pacify bots again - turns out my checkout was slightly polluted when I was re...
James Molloy
2014-05-09
1
-1
/
+1
*
Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...
James Molloy
2014-05-09
1
-1
/
+1
*
Use auto to avoid duplicating the type.
Rafael Espindola
2014-05-09
1
-83
/
+74
*
Cleanup setFunctionDefinitionAttributes.
Rafael Espindola
2014-05-08
1
-10
/
+5
*
Small simplification: Reduce the use of cast<>.
Rafael Espindola
2014-05-08
1
-24
/
+24
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-2
/
+10
*
Fix pr19653.
Rafael Espindola
2014-05-05
1
-11
/
+23
*
Small refactoring, no functionality change.
Rafael Espindola
2014-05-05
1
-3
/
+4
*
XCore target: fix bug in dereferencing null pointer.
Robert Lytton
2014-05-02
1
-6
/
+7
*
XCore target: Add TypeString meta data to IR output.
Robert Lytton
2014-05-02
1
-0
/
+4
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+2
*
CodeGen: Reference temporaries inherit visibility
David Majnemer
2014-04-29
1
-0
/
+3
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-85
/
+94
*
CodeGen: Cleanup variable linkage calculation
David Majnemer
2014-04-25
1
-9
/
+18
*
CodeGen: Refactor linkage/visibility calculation
David Majnemer
2014-04-25
1
-33
/
+27
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
[prev]
[next]