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
/
CodeGenFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SEH] Outline finally blocks using the new variable capture support
Reid Kleckner
2015-04-09
1
-17
/
+13
*
Reland "[SEH] Implement filter capturing in CodeGen"
Reid Kleckner
2015-04-08
1
-0
/
+10
*
Revert "[SEH] Implement filter capturing in CodeGen"
Daniel Jasper
2015-04-07
1
-10
/
+0
*
[SEH] Implement filter capturing in CodeGen
Reid Kleckner
2015-04-06
1
-0
/
+10
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-3
/
+4
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-1
/
+2
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-0
/
+1
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-1
/
+5
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-1
/
+4
*
Implement bad cast checks using control flow integrity information.
Peter Collingbourne
2015-03-14
1
-0
/
+10
*
Disambiguate call for GCC.
Benjamin Kramer
2015-03-12
1
-1
/
+1
*
CodeGen: Base the conditional cleanup machinery on variadic templates
Benjamin Kramer
2015-03-12
1
-69
/
+11
*
[OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
2015-03-12
1
-2
/
+3
*
MS ABI: Implement support for throwing a C++ exception
David Majnemer
2015-03-05
1
-0
/
+2
*
[OPENMP] Fixed codegen for directives without function outlining.
Alexey Bataev
2015-02-26
1
-5
/
+5
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-0
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-8
/
+8
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-0
/
+10
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-10
/
+0
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-0
/
+10
*
SEH: Use the SEHTryEpilogueStack instead of a separate bool
Reid Kleckner
2015-02-12
1
-3
/
+3
*
[ms] Implement codegen for __leave.
Nico Weber
2015-02-12
1
-0
/
+1
*
Fix typoo.
Richard Smith
2015-02-12
1
-2
/
+2
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-11
1
-1
/
+2
*
Add the 'noinline' attribute to call sites within __try bodies
Reid Kleckner
2015-02-11
1
-0
/
+3
*
Emit landing pads for SEH even if nounwind is present
Reid Kleckner
2015-02-11
1
-0
/
+5
*
Implement IRGen for SEH __finally and AbnormalTermination
Reid Kleckner
2015-02-04
1
-2
/
+20
*
DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...
David Blaikie
2015-02-04
1
-1
/
+4
*
CodeGen: Copy-ctorm must obey the destination's alignment requirement
David Majnemer
2015-02-03
1
-0
/
+9
*
Support ‘omp for’ with static chunked schedule kind.
Alexander Musman
2015-01-22
1
-0
/
+6
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-0
/
+14
*
DebugInfo: Remove forced column-info workaround for inlined calls
David Blaikie
2015-01-21
1
-4
/
+3
*
Add comment after API changes in r225090
David Blaikie
2015-01-18
1
-2
/
+4
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-25
/
+7
*
Sink a parameter into the callee since it's always the same expression in ter...
David Blaikie
2015-01-14
1
-3
/
+1
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-7
/
+25
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
1
-1
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-24
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+24
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-24
/
+6
*
Fix for PR21915: assert on multidimensional VLA in function arguments.
Alexey Bataev
2014-12-18
1
-22
/
+7
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-6
/
+24
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-24
/
+6
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-1
/
+2
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-1
/
+6
*
Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
2014-12-15
1
-0
/
+6
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-2
/
+4
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-2
/
+1
*
DebugInfo: Emit the correct location for initialization of a complex variable
David Blaikie
2014-12-09
1
-2
/
+4
[prev]
[next]