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
/
CGCleanup.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-1
/
+8
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-8
/
+1
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-1
/
+8
*
Remove two unused methods. No behavior change.
Nico Weber
2015-02-22
1
-2
/
+0
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
Replace a destructor of EHCleanupScope with a Destroy() method to reflect the...
Kostya Serebryany
2014-10-08
1
-1
/
+3
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-04
1
-2
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-5
/
+5
*
Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
2014-01-09
1
-0
/
+9
*
[CodeGen] Move EHScopeStack into its own header
Reid Kleckner
2013-06-19
1
-462
/
+8
*
Reapply r183721, reverted in r183776, with a fix for a bug in the former (we
Richard Smith
2013-06-12
1
-0
/
+5
*
Revert r183721. It caused cleanups to be delayed too long in some cases.
Richard Smith
2013-06-11
1
-5
/
+0
*
Rework IR emission for lifetime-extended temporaries. Instead of trying to walk
Richard Smith
2013-06-11
1
-0
/
+5
*
[CodeGen] Make CGCleanup.h include what it now uses
Reid Kleckner
2013-06-09
1
-6
/
+3
*
[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h
Reid Kleckner
2013-06-09
1
-3
/
+457
*
Documentation cleanup:
James Dennett
2012-06-15
1
-1
/
+1
*
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-11
1
-171
/
+150
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-2
/
+2
*
Move all the cleanups framework code into a single file.
John McCall
2011-01-28
1
-0
/
+560