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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so
Dan Gohman
2007-10-12
3
-0
/
+47
*
Codegen support for vector intrinsics.
Dan Gohman
2007-10-11
1
-27
/
+114
*
Implement ppc long double->uint conversion.
Dale Johannesen
2007-10-11
2
-3
/
+58
*
Set ISD::FPOW to Expand.
Dan Gohman
2007-10-11
6
-4
/
+21
*
Add runtime library names for pow.
Dan Gohman
2007-10-11
2
-0
/
+8
*
Add an ISD::FPOW node type.
Dan Gohman
2007-10-11
2
-3
/
+4
*
Add an explicit target triple to make this test behave as expected on
Dan Gohman
2007-10-11
1
-1
/
+1
*
Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.
Ted Kremenek
2007-10-11
1
-0
/
+7
*
Add missing argument to PALIGNR
Dale Johannesen
2007-10-11
1
-4
/
+4
*
Fix an assertion abort on sparc. malloc(0) is allowed to
Gabor Greif
2007-10-11
1
-1
/
+3
*
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-10-11
16
-65
/
+928
*
Adding myself
Arnold Schwaighofer
2007-10-11
1
-0
/
+4
*
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
10
-18
/
+196
*
Lower memcpy if it makes sense.
Devang Patel
2007-10-11
2
-0
/
+64
*
make bitvector &= do the right thing if vectors have mismatched length.
Chris Lattner
2007-10-11
1
-2
/
+11
*
Add a new use_iterator::atEnd() method, which allows us to shrink
Chris Lattner
2007-10-11
2
-6
/
+8
*
Added iterators to ImmutableSet.
Ted Kremenek
2007-10-11
1
-3
/
+24
*
Added some doxygen comments to ImmutableSet.
Ted Kremenek
2007-10-10
1
-1
/
+18
*
Removed uninformative assertions that catch problems that will
Ted Kremenek
2007-10-10
1
-22
/
+5
*
Removed "height" of an AVL tree node from its Profile. This is
Ted Kremenek
2007-10-10
1
-7
/
+4
*
Removed spurious forward declaration to a structure that will no longer be used.
Ted Kremenek
2007-10-10
1
-1
/
+0
*
Added some doxygen comments to a few methods of ImutAVLTree.
Ted Kremenek
2007-10-10
1
-2
/
+41
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-10
7
-111
/
+290
*
Added preliminary support for iterators in ImutAVLTree.
Ted Kremenek
2007-10-10
1
-4
/
+218
*
Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem
Chris Lattner
2007-10-10
1
-1
/
+3
*
Renamed internal method "Create" of ImutAVLTree to "CreateNode".
Ted Kremenek
2007-10-10
1
-13
/
+14
*
Correct swapped arguments to getConstant.
Duncan Sands
2007-10-10
1
-1
/
+1
*
Fix 80-column violations
Bill Wendling
2007-10-10
1
-29
/
+29
*
Next PPC long double bits: ppcf128->i32 conversion.
Dale Johannesen
2007-10-10
7
-3
/
+207
*
Bad choice of variable name.
Evan Cheng
2007-10-10
1
-2
/
+2
*
Fix an extremely stupid bug that prevented first round of coalescing (physica...
Evan Cheng
2007-10-09
1
-1
/
+2
*
Modified XCode project to contain...
Ted Kremenek
2007-10-09
1
-0
/
+7
*
Add new MemoryBuffer::getMemBufferCopy method.
Chris Lattner
2007-10-09
2
-2
/
+21
*
Fix indentation.
Devang Patel
2007-10-09
1
-6
/
+6
*
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek
2007-10-09
2
-0
/
+771
*
Do not walk invalid iterator.
Devang Patel
2007-10-09
1
-2
/
+2
*
Add LLVMFoldingBuilder
Devang Patel
2007-10-09
1
-3
/
+215
*
Remove an unnecessary friend declaration.
Dan Gohman
2007-10-09
1
-1
/
+0
*
update prototype, fixing build error
Chris Lattner
2007-10-09
1
-1
/
+1
*
Pass argc by value, not by reference, since it isn't modified.
Dan Gohman
2007-10-09
2
-2
/
+2
*
LowerIntegerDivOrRem no longer exists.
Dan Gohman
2007-10-09
1
-1
/
+0
*
Fix grammar in a comment.
Dan Gohman
2007-10-09
1
-3
/
+3
*
This is done.
Dan Gohman
2007-10-09
1
-30
/
+0
*
These two tests now require only two multiply instructions,
Dan Gohman
2007-10-09
2
-0
/
+28
*
Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte.
Evan Cheng
2007-10-09
1
-6
/
+13
*
Fix problems where DenseMap used operator!= instead of correctly
Chris Lattner
2007-10-09
1
-10
/
+15
*
Change a #include into a forward declaration
Chris Lattner
2007-10-09
2
-1
/
+2
*
Position Independent Code (PIC) support [3]
Bruno Cardoso Lopes
2007-10-09
3
-20
/
+51
*
Position Independent Code (PIC) support [2]
Bruno Cardoso Lopes
2007-10-09
3
-10
/
+32
*
Position Independent Code (PIC) support [1]
Bruno Cardoso Lopes
2007-10-09
2
-18
/
+44
[next]