index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineModuleInfo.cpp
Age
Commit message (
Expand
)
Author
2007-09-05
Fix PR1628. When exception handling is turned on,
Duncan Sands
2007-08-27
There is an impedance matching problem between LLVM and
Duncan Sands
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-05
Make sure only one copy of a filter is placed in the
Duncan Sands
2007-06-02
The semantics of invoke require that we always jump to the unwind block
Duncan Sands
2007-06-02
Integrate exception filter support and exception catch support. This
Duncan Sands
2007-05-23
Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...
Anton Korobeynikov
2007-05-13
Emit multiple common EH frames for multiple (including blank) personality
Anton Korobeynikov
2007-05-12
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-11
Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/0495...
Devang Patel
2007-05-10
Ooops. Some debugging stuff :)
Anton Korobeynikov
2007-05-10
Allow multiple invokes per landing pad. This (probably) fixes PR1410.
Anton Korobeynikov
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-03-01
Collect eh filter info.
Jim Laskey
2007-02-21
Add structures used for collecting eh information.
Jim Laskey
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-01-29
Out of line function.
Jim Laskey
2007-01-26
rename files
Jim Laskey