index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Age
Commit message (
Expand
)
Author
2011-05-22
remove StandardPasses, it has been replaced with PassManagerBuilder
Chris Lattner
2011-05-21
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
Nick Lewycky
2011-05-20
Remove noisy semicolons.
Benjamin Kramer
2011-05-18
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
Eli Friedman
2011-05-18
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
Now that SrcBits and DestBits always represent the primitive size, rather
Duncan Sands
2011-05-18
Tighten up checking of the validity of casts. (1) The IR parser would
Duncan Sands
2011-05-18
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-13
Make codegen able to handle values of empty types. This is one way
Rafael Espindola
2011-05-10
Fix cmake again.
Rafael Espindola
2011-05-10
Remove empty file.
Nick Lewycky
2011-05-10
Fix cmake build.
Rafael Espindola
2011-05-10
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-05
In debug output, clearly list new instructions without DebugLoc.
Devang Patel
2011-05-03
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-04-29
Print new instructions without DebugLoc.
Devang Patel
2011-04-28
Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...
Matt Beaumont-Gay
2011-04-28
Beautify debug info probe output.
Devang Patel
2011-04-28
Add command line option to print debug info in human readable form as comment...
Devang Patel
2011-04-26
Another example of a static table that wasn't marked static.
Duncan Sands
2011-04-25
mark a large static table static. Pointed out by Michael Ilseman!
Chris Lattner
2011-04-24
Fix an assert to check exactly what it says.
Jay Foad
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-20
Structs have elements not parameters. I'm surprised this ever compiled...
Nick Lewycky
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Fix debug message.
Devang Patel
2011-04-13
PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
Jay Foad
2011-04-13
Remove some redundant llvm:: prefixes.
Jay Foad
2011-04-13
PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.
Jay Foad
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
Phi nodes always use an even number of operands, so don't ever allocate
Jay Foad
2011-04-10
Revert r129235 pending a vetting of the EH rewrite.
Bill Wendling
2011-04-10
Beginning of the Great Exception Handling Rewrite.
Bill Wendling
2011-04-08
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-07
Set unnamed_addr on strings created through the IRBuilder.
Nick Lewycky
2011-04-06
Replace const std::vector& with ArrayRef in the type creation APIs.
Nick Lewycky
2011-04-06
face+palm
Devang Patel
2011-04-06
Add an empty key for DebugLoc so that you can store an empty DebugLoc in a
Nick Lewycky
2011-04-06
Support using DebugLoc's in a DenseMap.
Nick Lewycky
2011-04-04
Remove some support for ReturnInsts with multiple operands, and for
Jay Foad
2011-04-03
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
Add a set of C bindings for the Object interface.
Eric Christopher
2011-04-01
Various Instructions' resizeOperands() methods are only used to grow the
Jay Foad
[next]