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
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-13
Define an official slot for the new !tbaa.struct metadata tag.
Dan Gohman
2012-09-13
Unify the emission of the calling conventions into a single function to reduc...
Micah Villmow
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
When calling print directly on a global (eg from the debugger) it
Duncan Sands
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-10
c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.
Benjamin Kramer
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.
Chad Rosier
2012-09-04
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-08-31
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-30
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
NAKAMURA Takumi
2012-08-17
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
Assert that dominates is not given a multiple edge. Finding out if we have
Rafael Espindola
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-15
Fix a typo that led to a failure to correctly verify bitcast instructions.
Nick Lewycky
2012-08-14
Typo.
Eric Christopher
2012-08-10
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-04
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
2012-08-03
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-07-26
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-20
Fix a dangling StringRef bug in the auto upgrader. In one case, we reset
Chandler Carruth
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
Adding some debug information to PassManager
Victor Oliveira
2012-07-18
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-16
MSVC's implementation of isalnum will assert on characters > 255, so we need ...
Aaron Ballman
2012-07-13
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
Fixed few warnings; trimmed empty lines.
Galina Kistanova
2012-07-07
Use the DebugInfo wrappers instead of mucking about with the MDNode directly.
Bill Wendling
2012-07-06
Print the name last.
Bill Wendling
2012-07-06
Check if it's a scope last, because several things are scopes.
Bill Wendling
2012-07-06
Add a print method to the ObjC property object.
Bill Wendling
2012-07-06
Remove trailing comma in array initialization list.
Bill Wendling
2012-07-06
Remove unnecessary 'llvm::'.
Bill Wendling
2012-07-06
Remove unnecessary 'llvm::'.
Bill Wendling
2012-07-06
Untabify and move a function near similar functions dealing with struct
Eric Christopher
2012-07-03
PHINode::hasConstantValue(): return undef if the PHI is fully recursive.
Nuno Lopes
2012-07-03
Use the DebugInfo's 'print()' method to emit the comments.
Bill Wendling
2012-07-03
improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
Update the CMake files.
Bill Wendling
[next]