index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug message.
Devang Patel
2011-04-13
1
-1
/
+3
*
PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
Jay Foad
2011-04-13
3
-11
/
+9
*
Remove some redundant llvm:: prefixes.
Jay Foad
2011-04-13
1
-1
/
+1
*
PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.
Jay Foad
2011-04-13
1
-5
/
+5
*
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-13
1
-1
/
+29
*
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
1
-29
/
+1
*
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
1
-1
/
+29
*
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-12
1
-1
/
+1
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Phi nodes always use an even number of operands, so don't ever allocate
Jay Foad
2011-04-11
1
-1
/
+2
*
Revert r129235 pending a vetting of the EH rewrite.
Bill Wendling
2011-04-10
2
-8
/
+4
*
Beginning of the Great Exception Handling Rewrite.
Bill Wendling
2011-04-10
2
-4
/
+8
*
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-08
1
-0
/
+17
*
Set unnamed_addr on strings created through the IRBuilder.
Nick Lewycky
2011-04-07
1
-0
/
+1
*
Replace const std::vector& with ArrayRef in the type creation APIs.
Nick Lewycky
2011-04-06
2
-8
/
+10
*
face+palm
Devang Patel
2011-04-06
1
-4
/
+4
*
Add an empty key for DebugLoc so that you can store an empty DebugLoc in a
Nick Lewycky
2011-04-06
1
-1
/
+1
*
Support using DebugLoc's in a DenseMap.
Nick Lewycky
2011-04-06
1
-0
/
+24
*
Remove some support for ReturnInsts with multiple operands, and for
Jay Foad
2011-04-04
1
-24
/
+4
*
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
2
-60
/
+0
*
Add a set of C bindings for the Object interface.
Eric Christopher
2011-04-03
2
-0
/
+60
*
Various Instructions' resizeOperands() methods are only used to grow the
Jay Foad
2011-04-01
1
-54
/
+16
*
While testing dragonegg I noticed that isCastable and getCastOpcode
Duncan Sands
2011-04-01
1
-4
/
+12
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-1
/
+1
*
Remove dead code.
Bill Wendling
2011-03-30
1
-68
/
+0
*
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
1
-1
/
+0
*
Spruce up the error output.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts.
Devang Patel
2011-03-16
1
-4
/
+4
*
Unbreak the CMake build.
Francois Pichet
2011-03-10
1
-0
/
+1
*
Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...
Devang Patel
2011-03-10
2
-1
/
+259
*
Make these options hidden to reduce the amount of text -help puts on the
Eric Christopher
2011-03-09
1
-2
/
+4
*
ptx: Fix calling convention printing in AsmWriter.cpp
Justin Holewinski
2011-03-07
1
-2
/
+2
*
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
1
-6
/
+31
*
Add ArrayRef variant.
Devang Patel
2011-03-04
1
-0
/
+3
*
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
1
-3
/
+0
*
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
1
-0
/
+3
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
1
-3
/
+6
*
Added missing va_end().
Talin
2011-03-01
1
-0
/
+1
*
Add an END_WITH_NULL accessor for ConstantStruct.
Talin
2011-02-28
1
-2
/
+13
*
These tags are now covered by dwarf::TagString().
Devang Patel
2011-02-18
1
-9
/
+1
*
Expose getTypeName to the C API. Patch by Patrick Walton.
Rafael Espindola
2011-02-18
1
-0
/
+4
*
hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.
Chris Lattner
2011-02-18
2
-49
/
+53
*
Enhance constant folding of bitcast operations on vectors of floats.
Nadav Rotem
2011-02-17
2
-3
/
+8
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
4
-137
/
+79
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
4
-79
/
+137
*
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-14
4
-137
/
+79
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
1
-1
/
+2
*
Fix 9173.
Nadav Rotem
2011-02-11
1
-0
/
+40
*
make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds
Chris Lattner
2011-02-11
1
-1
/
+2
*
make the constantexpr interfaces for inbounds GEPs follow the same style
Chris Lattner
2011-02-11
1
-63
/
+10
[next]