index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix 80-col violations.
Dan Gohman
2008-01-29
3
-10
/
+17
*
Add explicit keywords.
Dan Gohman
2008-01-29
1
-2
/
+2
*
Handle some more combinations of extend and icmp. Fixes PR1940.
Nick Lewycky
2008-01-28
1
-0
/
+13
*
Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.
Chris Lattner
2008-01-24
1
-0
/
+31
*
It turns out that in C++ it is legal to declare functions
Duncan Sands
2008-01-21
1
-6
/
+1
*
Check that sret is only used on pointers to types
Duncan Sands
2008-01-21
1
-2
/
+2
*
Be consistent with other attribute methods, and
Duncan Sands
2008-01-21
1
-1
/
+7
*
improve compatibility with mingw, patch by Alain Frisch
Chris Lattner
2008-01-15
1
-1
/
+1
*
Reformatted. It was confusing the other way. No functionality change.
Bill Wendling
2008-01-15
1
-2
/
+3
*
Simplify CallInst::hasByValArgument using a new method.
Duncan Sands
2008-01-14
1
-4
/
+1
*
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-14
1
-0
/
+7
*
Simplify code.
Evan Cheng
2008-01-14
1
-4
/
+1
*
Allow the byval attribute for pointers to any type with
Duncan Sands
2008-01-13
1
-2
/
+2
*
Add hasByValArgument() to test if a call instruction has byval argument(s).
Evan Cheng
2008-01-12
1
-0
/
+11
*
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-12
1
-31
/
+45
*
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
1
-7
/
+25
*
Allow parameter attributes on varargs function parameters.
Evan Cheng
2008-01-11
1
-4
/
+3
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
2
-11
/
+13
*
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
2
-61
/
+22
*
When transforming a call to a bitcast function into
Duncan Sands
2008-01-06
1
-1
/
+62
*
Trying that again.
Gordon Henriksen
2008-01-03
1
-1
/
+0
*
Fix a compile error on Windows.
Gordon Henriksen
2008-01-03
1
-0
/
+2
*
Remove the function attr cache for intrinsics. This does not maintain the
Chris Lattner
2008-01-03
1
-7
/
+1
*
Don't create a new ParamAttrsList (which copies the vector) just to
Chris Lattner
2008-01-03
1
-6
/
+6
*
move some code out of line, rearrange a bit.
Chris Lattner
2008-01-03
1
-6
/
+10
*
Split param attr implementation out from Function.cpp into its
Chris Lattner
2008-01-02
3
-222
/
+326
*
remove blob of #if'd out code.
Chris Lattner
2008-01-02
1
-37
/
+0
*
Fix a build issue on cygwin
Chris Lattner
2008-01-02
1
-6
/
+3
*
Adding C bindings for SwitchInst::addCase.
Gordon Henriksen
2008-01-01
1
-0
/
+5
*
Add some doxygen comments to llvm-c/Core.h.
Gordon Henriksen
2007-12-30
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
27
-54
/
+54
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Adding bindings for target triple and data layout.
Gordon Henriksen
2007-12-27
1
-0
/
+19
*
Switch the bindings to use LLVMFoldingBuilder.
Gordon Henriksen
2007-12-27
1
-1
/
+1
*
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
1
-28
/
+36
*
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-25
1
-26
/
+33
*
Get the verifier to check attributes on calls as well
Duncan Sands
2007-12-21
1
-74
/
+97
*
Adding bindings for memory buffers and module providers. Switching
Gordon Henriksen
2007-12-19
1
-0
/
+39
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
2
-0
/
+50
*
remove a dead annotation
Chris Lattner
2007-12-18
1
-1
/
+0
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
1
-3
/
+3
*
Don't forget to print address space qualifiers when printing out the type tab...
Christopher Lamb
2007-12-18
1
-1
/
+4
*
Remove int_x86_sse2_movl_dq. It's replaced with a string compare.
Evan Cheng
2007-12-18
1
-5
/
+3
*
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-12-17
1
-23
/
+68
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
1
-1
/
+1
*
C and Ocaml bindings for address spaces, for that burgeoning market
Gordon Henriksen
2007-12-17
1
-5
/
+8
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
8
-18
/
+27
*
Make it clear in the LangRef that allocation instructions only operated on th...
Christopher Lamb
2007-12-17
1
-0
/
+8
*
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-16
1
-0
/
+6
*
All MMX shift instructions took a <2 x i32> vector as the shift amount parame...
Anders Carlsson
2007-12-14
1
-0
/
+68
[prev]
[next]