index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a helper method to get the byval alignment of an argument.
Chris Lattner
2011-05-22
1
-0
/
+6
*
remove StandardPasses, it has been replaced with PassManagerBuilder
Chris Lattner
2011-05-22
2
-248
/
+0
*
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
Nick Lewycky
2011-05-21
1
-1
/
+30
*
Remove noisy semicolons.
Benjamin Kramer
2011-05-20
1
-1
/
+1
*
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
Eli Friedman
2011-05-18
2
-0
/
+248
*
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
1
-2
/
+2
*
Now that SrcBits and DestBits always represent the primitive size, rather
Duncan Sands
2011-05-18
1
-55
/
+29
*
Tighten up checking of the validity of casts. (1) The IR parser would
Duncan Sands
2011-05-18
1
-32
/
+28
*
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
2011-05-18
1
-4
/
+25
*
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-16
1
-0
/
+33
*
Make codegen able to handle values of empty types. This is one way
Rafael Espindola
2011-05-13
1
-0
/
+19
*
Fix cmake again.
Rafael Espindola
2011-05-10
1
-1
/
+0
*
Remove empty file.
Nick Lewycky
2011-05-10
1
-0
/
+0
*
Fix cmake build.
Rafael Espindola
2011-05-10
1
-0
/
+1
*
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
1
-240
/
+0
*
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-10
1
-0
/
+240
*
In debug output, clearly list new instructions without DebugLoc.
Devang Patel
2011-05-05
1
-36
/
+2
*
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-05-03
1
-0
/
+32
*
Print new instructions without DebugLoc.
Devang Patel
2011-04-29
1
-0
/
+9
*
Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...
Matt Beaumont-Gay
2011-04-28
1
-6
/
+7
*
Beautify debug info probe output.
Devang Patel
2011-04-28
1
-4
/
+13
*
Add command line option to print debug info in human readable form as comment...
Devang Patel
2011-04-28
1
-0
/
+55
*
Another example of a static table that wasn't marked static.
Duncan Sands
2011-04-26
1
-1
/
+1
*
mark a large static table static. Pointed out by Michael Ilseman!
Chris Lattner
2011-04-25
1
-1
/
+1
*
Fix an assert to check exactly what it says.
Jay Foad
2011-04-24
1
-1
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
2
-2
/
+0
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
3
-28
/
+25
*
Structs have elements not parameters. I'm surprised this ever compiled...
Nick Lewycky
2011-04-20
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
5
-5
/
+5
*
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
[next]