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
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
1
-0
/
+32
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
3
-10
/
+10
*
Assert that dominates is not given a multiple edge. Finding out if we have
Rafael Espindola
2012-08-17
2
-0
/
+17
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-14
/
+11
*
Fix a typo that led to a failure to correctly verify bitcast instructions.
Nick Lewycky
2012-08-15
1
-1
/
+1
*
Typo.
Eric Christopher
2012-08-14
1
-1
/
+1
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
1
-1
/
+1
*
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
1
-0
/
+16
*
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-10
1
-0
/
+3
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-27
/
+40
*
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
2012-08-04
1
-10
/
+20
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
4
-142
/
+152
*
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
1
-0
/
+8
*
Fix a dangling StringRef bug in the auto upgrader. In one case, we reset
Chandler Carruth
2012-07-20
1
-2
/
+2
*
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
1
-12
/
+0
*
Remove tabs.
Bill Wendling
2012-07-19
3
-20
/
+20
*
Adding some debug information to PassManager
Victor Oliveira
2012-07-18
1
-0
/
+20
*
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-18
1
-1
/
+11
*
MSVC's implementation of isalnum will assert on characters > 255, so we need ...
Aaron Ballman
2012-07-16
1
-1
/
+5
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
1
-0
/
+25
*
Fixed few warnings; trimmed empty lines.
Galina Kistanova
2012-07-13
1
-123
/
+151
*
Use the DebugInfo wrappers instead of mucking about with the MDNode directly.
Bill Wendling
2012-07-07
1
-22
/
+8
*
Print the name last.
Bill Wendling
2012-07-06
1
-5
/
+4
*
Check if it's a scope last, because several things are scopes.
Bill Wendling
2012-07-06
1
-2
/
+2
*
Add a print method to the ObjC property object.
Bill Wendling
2012-07-06
1
-0
/
+11
*
Remove trailing comma in array initialization list.
Bill Wendling
2012-07-06
1
-8
/
+8
*
Remove unnecessary 'llvm::'.
Bill Wendling
2012-07-06
1
-19
/
+19
*
Remove unnecessary 'llvm::'.
Bill Wendling
2012-07-06
1
-4
/
+4
*
Untabify and move a function near similar functions dealing with struct
Eric Christopher
2012-07-06
1
-29
/
+30
*
PHINode::hasConstantValue(): return undef if the PHI is fully recursive.
Nuno Lopes
2012-07-03
1
-0
/
+2
*
Use the DebugInfo's 'print()' method to emit the comments.
Bill Wendling
2012-07-03
1
-3
/
+5
*
improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...
Nuno Lopes
2012-07-03
1
-2
/
+6
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-5
/
+5
*
Update the CMake files.
Bill Wendling
2012-06-29
1
-0
/
+1
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-0
/
+1018
*
make the verifier accept @llvm.donothing as the only intrinsic that can be in...
Nuno Lopes
2012-06-28
1
-2
/
+4
*
Devirtualize DIScope and subclasses.
Benjamin Kramer
2012-06-28
1
-26
/
+0
*
Refactor operation equivalence checking in BBVectorize by extending Instructi...
Hal Finkel
2012-06-28
1
-5
/
+16
*
Only print out the tag if it's there.
Bill Wendling
2012-06-28
1
-1
/
+2
*
Don't output an empty string.
Bill Wendling
2012-06-28
1
-2
/
+3
*
Use the interface through DIDescriptor to get the tag/version for a debug info
Bill Wendling
2012-06-28
1
-9
/
+11
*
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
1
-0
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-0
/
+1182
*
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
1
-1
/
+2
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...
NAKAMURA Takumi
2012-06-24
1
-0
/
+9
*
Clean-up after r159077.
Hans Wennborg
2012-06-23
1
-46
/
+1
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
4
-6
/
+71
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
1
-3
/
+17
*
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
1
-11
/
+2
[next]