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
/
IR
/
Core.cpp
Age
Commit message (
Expand
)
Author
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-23
Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.
Carlo Kok
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-18
C API: Fix coding style
Tom Stellard
2013-04-17
Appease a gcc warning about an overflow in a constant conversion.
Bill Wendling
2013-04-17
Don't store AttributeSet::FunctionIndex as an int.
Benjamin Kramer
2013-04-16
C API: Add LLVMGetBufferSize()
Tom Stellard
2013-04-16
C API: Add LLVMGetBufferStart()
Tom Stellard
2013-04-16
C API: Add LLVMAddTargetDependentFunctionAttr()
Tom Stellard
2013-04-16
Add four new functions and one new enum to the C API:
Hans Wennborg
2013-02-17
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-14
s/bool/LLVMBool/
Bill Wendling
2013-02-14
Add two new functions to the C API:
Bill Wendling
2013-02-08
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-07
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth