index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ShadowStackGC.cpp
Age
Commit message (
Expand
)
Author
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-09-19
Remove the default value for ConstantStruct::get's isPacked parameter and
Nick Lewycky
2009-08-13
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
Owen Anderson
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-05
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-28
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-27
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-08
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2008-09-25
Large mechanical patch.
Devang Patel
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen