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
/
VMCore
Age
Commit message (
Expand
)
Author
2008-01-15
improve compatibility with mingw, patch by Alain Frisch
Chris Lattner
2008-01-15
Reformatted. It was confusing the other way. No functionality change.
Bill Wendling
2008-01-14
Simplify CallInst::hasByValArgument using a new method.
Duncan Sands
2008-01-14
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-14
Simplify code.
Evan Cheng
2008-01-13
Allow the byval attribute for pointers to any type with
Duncan Sands
2008-01-12
Add hasByValArgument() to test if a call instruction has byval argument(s).
Evan Cheng
2008-01-12
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-11
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
Allow parameter attributes on varargs function parameters.
Evan Cheng
2008-01-07
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-06
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
When transforming a call to a bitcast function into
Duncan Sands
2008-01-03
Trying that again.
Gordon Henriksen
2008-01-03
Fix a compile error on Windows.
Gordon Henriksen
2008-01-03
Remove the function attr cache for intrinsics. This does not maintain the
Chris Lattner
2008-01-03
Don't create a new ParamAttrsList (which copies the vector) just to
Chris Lattner
2008-01-03
move some code out of line, rearrange a bit.
Chris Lattner
2008-01-02
Split param attr implementation out from Function.cpp into its
Chris Lattner
2008-01-02
remove blob of #if'd out code.
Chris Lattner
2008-01-02
Fix a build issue on cygwin
Chris Lattner
2008-01-01
Adding C bindings for SwitchInst::addCase.
Gordon Henriksen
2007-12-30
Add some doxygen comments to llvm-c/Core.h.
Gordon Henriksen
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-12-27
Adding bindings for target triple and data layout.
Gordon Henriksen
2007-12-27
Switch the bindings to use LLVMFoldingBuilder.
Gordon Henriksen
2007-12-25
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-21
Get the verifier to check attributes on calls as well
Duncan Sands
2007-12-19
Adding bindings for memory buffers and module providers. Switching
Gordon Henriksen
2007-12-19
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-18
remove a dead annotation
Chris Lattner
2007-12-18
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
Don't forget to print address space qualifiers when printing out the type tab...
Christopher Lamb
2007-12-18
Remove int_x86_sse2_movl_dq. It's replaced with a string compare.
Evan Cheng
2007-12-17
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-12-17
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
C and Ocaml bindings for address spaces, for that burgeoning market
Gordon Henriksen
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
Make it clear in the LangRef that allocation instructions only operated on th...
Christopher Lamb
2007-12-16
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-14
All MMX shift instructions took a <2 x i32> vector as the shift amount parame...
Anders Carlsson
2007-12-12
Revert r44626, which turned off the use of readonly
Duncan Sands
2007-12-12
Add (very basic) bindings for ModuleProvider.
Gordon Henriksen
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
Teach VMCore to constant fold shufflevectors with constant operands.
Chris Lattner
2007-12-11
significantly simplify some code, no functionality change.
Chris Lattner
2007-12-11
refactor some code, no functionality change.
Chris Lattner
2007-12-10
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
[next]