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
/
test
/
CodeGenCXX
/
nrvo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
1
-9
/
+9
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
1
-9
/
+9
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
1
-9
/
+9
*
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-06-17
1
-1
/
+0
*
Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...
David L. Jones
2019-06-13
1
-0
/
+1
*
[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3
Petr Hosek
2019-06-05
1
-3
/
+3
*
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-05-28
1
-1
/
+0
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
1
-0
/
+1
*
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...
Hans Wennborg
2019-04-16
1
-1
/
+0
*
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...
David L. Jones
2019-04-04
1
-0
/
+1
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
1
-1
/
+0
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-2
/
+2
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-2
/
+2
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-44
/
+7
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-7
/
+44
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-44
/
+7
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-7
/
+44
*
Update for lifetime intrinsic signature change
Matt Arsenault
2017-04-10
1
-2
/
+2
*
C++11 test cleanup: nonthrowing destructors
Paul Robinson
2016-12-20
1
-10
/
+14
*
Undo accidental comit
Paul Robinson
2016-12-19
1
-14
/
+10
*
Make a few OpenMP tests "C++11 clean."
Paul Robinson
2016-12-19
1
-10
/
+14
*
Update clang unittests for rL281586.
Wei Mi
2016-09-15
1
-2
/
+2
*
Update clang to take into account the changes to personality fns
David Majnemer
2015-06-17
1
-2
/
+3
*
Adjust clang side tests effected by 239795 before reapplying said change
Philip Reames
2015-06-16
1
-3
/
+3
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-2
/
+13
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-13
/
+2
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-2
/
+13
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-13
/
+2
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-2
/
+13
*
Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
2014-10-08
1
-13
/
+2
*
Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
2014-10-08
1
-2
/
+13
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-1
/
+1
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-1
/
+1
*
I fixed this fixme in r208017.
Nick Lewycky
2014-05-06
1
-2
/
+1
*
Err, wait. Those new test functions in r207890 need CHECK lines.
Nick Lewycky
2014-05-03
1
-0
/
+6
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-2
/
+41
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-9
/
+9
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-1
/
+3
*
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
1
-2
/
+3
*
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2012-10-24
1
-2
/
+2
*
Make test compatible with ARM hosts.
Eli Friedman
2011-11-11
1
-3
/
+3
*
Don't apply NRVO to over-aligned variables. The caller only
John McCall
2011-11-11
1
-0
/
+12
*
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-09-19
1
-6
/
+7
*
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...
Eli Friedman
2011-06-14
1
-21
/
+21
*
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-28
1
-1
/
+1
*
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
1
-1
/
+1
*
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-27
1
-1
/
+1
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-0
/
+2
*
Promote the static getNRVOCandidate() function, which computed the
Douglas Gregor
2011-01-21
1
-0
/
+13
[next]