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
/
include
/
llvm
/
CodeGen
/
IntrinsicLowering.h
Age
Commit message (
Expand
)
Author
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2011-01-08
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2009-06-26
Get rid of these cache variables, which are a holdover from the days when
Owen Anderson
2009-06-25
Now with EVEN FEWER statics!
Owen Anderson
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-05
Add explicit keywords.
Dan Gohman
2007-01-29
IntrinsicLowering now requires TargetData.
Reid Spencer
2007-01-28
Adjust a comment to reflect reality.
Reid Spencer
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-03-10
remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit
Chris Lattner
2005-11-16
add a flag
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-28
Use class instead of struct for defining classes. This unbreaks the
Alkis Evlogimenos
2004-06-20
Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346
Chris Lattner
2004-05-09
Add support for inserting all prototypes up-front
Chris Lattner
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
ABC's must have virtual dtors! Shame on me!
Chris Lattner
2003-12-28
Move header into top-level llvm dir
Chris Lattner
2003-12-28
Add new interface that allows removal of some code from the code generators,
Chris Lattner