Rafael Espindola
|
3f4ed32b43
Make it explicit that ExecutionEngine takes ownership of the modules.
|
il y a 11 ans |
Eric Christopher
|
aa5b9c0f6f
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
|
il y a 11 ans |
Rafael Espindola
|
875710a2fd
Nuke the old JIT.
|
il y a 11 ans |
Rafael Espindola
|
356deb5ecd
Use DataLayout from the module when easily available.
|
il y a 11 ans |
Rafael Espindola
|
57edc9d4ff
Make DataLayout a plain object, not a pass.
|
il y a 11 ans |
Rafael Espindola
|
737c9f6005
Add back r201608, r201622, r201624 and r201625
|
il y a 11 ans |
Rafael Espindola
|
3e0d3a45e5
This reverts commit r201625 and r201624.
|
il y a 11 ans |
Rafael Espindola
|
f2ce8f7874
Use PrivateLinkage now that it is safe.
|
il y a 11 ans |
Chandler Carruth
|
098dd808c1
[cleanup] Fix the includes in the examples for r199082.
|
il y a 11 ans |
Juergen Ributzka
|
ba0f991a78
[weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
|
il y a 11 ans |
Juergen Ributzka
|
354362524a
[weak vtables] Remove a bunch of weak vtables
|
il y a 11 ans |
Alexey Samsonov
|
b21ab43cfc
Revert r194865 and r194874.
|
il y a 11 ans |
Juergen Ributzka
|
5a364c5561
[weak vtables] Remove a bunch of weak vtables
|
il y a 11 ans |
NAKAMURA Takumi
|
c16babf693
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
|
il y a 12 ans |
NAKAMURA Takumi
|
3c2b0e171f
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager.
|
il y a 12 ans |
Rafael Espindola
|
e449654815
Remove exception handling support from the old JIT.
|
il y a 12 ans |
Rafael Espindola
|
c8b9551a8f
Port ExceptionDemo to MCJIT.
|
il y a 12 ans |
Rafael Espindola
|
58c3aa2049
Add support for other typeinfo encodings in the ExceptionDemo.
|
il y a 12 ans |
Dmitri Gribenko
|
a6f10317bf
Update links to "Itanium C++ ABI: Exception Handling" document
|
il y a 12 ans |
Chandler Carruth
|
0a08460599
Update the examples for the new header file locations.
|
il y a 12 ans |
Chandler Carruth
|
4ca7e09b7c
Sort the #include lines of the examples/... tree.
|
il y a 12 ans |
Rafael Espindola
|
250ab62a62
Fix gcc's -Wunused-but-set-variable warnings.
|
il y a 12 ans |
Micah Villmow
|
b8bce928f4
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this!
|
il y a 13 ans |
Micah Villmow
|
2f87640b86
Delete a directory that wasn't supposed to be checked in yet.
|
il y a 13 ans |
NAKAMURA Takumi
|
4c856ee1f8
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated.
|
il y a 13 ans |
NAKAMURA Takumi
|
9f469a0ca3
ExceptionDemo.cpp: Whitespace.
|
il y a 13 ans |
Micah Villmow
|
2b4b44e0d2
Move TargetData to DataLayout.
|
il y a 13 ans |
Chandler Carruth
|
06cb8ed006
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
|
il y a 13 ans |
Benjamin Kramer
|
d9b0b02561
Fix typos found by http://github.com/lyda/misspell-check
|
il y a 13 ans |
Peter Collingbourne
|
793a32dfb6
Update ExceptionDemo to use ConstantDataArray.
|
il y a 13 ans |