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
*
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
*
Revert r44626, which turned off the use of readonly
Duncan Sands
2007-12-12
1
-3
/
+0
*
Add (very basic) bindings for ModuleProvider.
Gordon Henriksen
2007-12-12
1
-0
/
+14
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
5
-19
/
+42
*
Teach VMCore to constant fold shufflevectors with constant operands.
Chris Lattner
2007-12-11
1
-2
/
+45
*
significantly simplify some code, no functionality change.
Chris Lattner
2007-12-11
1
-88
/
+23
*
refactor some code, no functionality change.
Chris Lattner
2007-12-11
1
-94
/
+96
*
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
2007-12-10
1
-11
/
+10
*
Delete the CollectorNamePool if it should become empty.
Gordon Henriksen
2007-12-10
1
-0
/
+4
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
3
-0
/
+54
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
7
-295
/
+197
*
fix some warnings.
Chris Lattner
2007-12-10
1
-15
/
+12
*
Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-...
Chris Lattner
2007-12-10
1
-50
/
+14
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
7
-197
/
+334
*
Commit 44487 broke bootstrap of llvm-gcc-4.2. It is
Duncan Sands
2007-12-05
1
-0
/
+3
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
5
-23
/
+57
*
Small optimization of parameter attribute lookup.
Duncan Sands
2007-11-30
1
-1
/
+1
[next]