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
/
CGException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Produce less broken basic block sequences for __finally blocks.
Nico Weber
2015-02-25
1
-3
/
+4
*
SEH: Use the SEHTryEpilogueStack instead of a separate bool
Reid Kleckner
2015-02-12
1
-5
/
+2
*
[ms] Implement codegen for __leave.
Nico Weber
2015-02-12
1
-1
/
+18
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-11
1
-3
/
+5
*
Add the 'noinline' attribute to call sites within __try bodies
Reid Kleckner
2015-02-11
1
-1
/
+6
*
Add a comdat to __clang_call_terminate
Reid Kleckner
2015-02-11
1
-0
/
+2
*
Emit landing pads for SEH even if nounwind is present
Reid Kleckner
2015-02-11
1
-2
/
+1
*
Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again
Reid Kleckner
2015-02-05
1
-24
/
+32
*
Revert r228258.
Nico Weber
2015-02-05
1
-22
/
+22
*
Silence a warning.
Sean Silva
2015-02-05
1
-1
/
+1
*
Fix crash on finally blocks that don't fall through
Reid Kleckner
2015-02-05
1
-1
/
+9
*
Implement IRGen for SEH __finally and AbnormalTermination
Reid Kleckner
2015-02-04
1
-12
/
+70
*
SEH: Track users of __try so we can pick a per-func EH personality
Reid Kleckner
2015-02-03
1
-22
/
+22
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-1
/
+1
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-1
/
+1
*
SEH: Don't jump to an unreachable continuation block
Reid Kleckner
2015-01-30
1
-1
/
+2
*
SEH: Emit the constant filter 1 as a catch-all
Reid Kleckner
2015-01-22
1
-0
/
+12
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-4
/
+251
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-3
/
+1
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-1
/
+3
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-3
/
+1
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-1
/
+3
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-3
/
+1
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-1
/
+3
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-3
/
+1
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-3
/
+3
*
MS ABI: Add CodeGen support for rethrowing MS C++ exceptions
David Majnemer
2014-11-25
1
-16
/
+8
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
CodeGen: make a check stricter
Saleem Abdulrasool
2014-11-17
1
-2
/
+2
*
Remove -fseh-exceptions in favor of checking the triple
Reid Kleckner
2014-11-14
1
-21
/
+33
*
CodeGen: Strip qualifiers from qualified array types in catches
David Majnemer
2014-10-12
1
-2
/
+3
*
Add -fseh-exceptions for MinGW-w64
Reid Kleckner
2014-09-15
1
-0
/
+10
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+4
*
Remove CleanupHackLevel from CGException.
Logan Chien
2014-07-01
1
-111
/
+16
*
Update for llvm api change.
Rafael Espindola
2014-06-04
1
-1
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-18
/
+21
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-2
/
+14
*
MS ABI: Emit an error during IRgen on C++ exception handling
Reid Kleckner
2014-05-05
1
-0
/
+10
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-4
/
+4
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
1
-6
/
+3
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Debug info: Refactor NoLocation and ArtificialLocation to use a common base
Adrian Prantl
2014-01-17
1
-6
/
+2
*
Fix leak in lib/CodeGen/CGException.cpp, PR18318
Kostya Serebryany
2014-01-09
1
-0
/
+1
*
CodeGen: Sentences end with a period
Justin Bogner
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-0
/
+6
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-4
/
+5
*
Emit an error when attempting to generate IR for SEH __try
Reid Kleckner
2013-09-16
1
-0
/
+4
[next]