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
*
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
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-4
/
+11
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
1
-0
/
+3
*
CodeGen: Move PGO initialization into Release()
Justin Bogner
2014-04-10
1
-4
/
+3
*
CodeGen: Clean up CommonLinkage calculation
David Majnemer
2014-04-10
1
-10
/
+35
*
CodeGen: Emit some functions as weak_odr under -fms-compatibility
David Majnemer
2014-04-02
1
-3
/
+2
*
Disable this-return optimizations when targeting iOS 5 and earlier.
Bob Wilson
2014-04-01
1
-1
/
+6
*
Implement the 'optnone' attribute, which suppresses most optimizations
Paul Robinson
2014-03-31
1
-0
/
+10
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+1
*
CodeGen: Don't crash when replacing functions
David Majnemer
2014-03-29
1
-5
/
+7
*
Handle and warn on aliases to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+29
[next]