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
*
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
*
Performance optimizations:
Stepan Dyatkovskiy
2012-06-22
1
-2
/
+11
*
revert r158660, since Chris has some issues with this patch (namely using cod...
Nuno Lopes
2012-06-18
2
-38
/
+0
*
add the 'alloc' metadata node to represent the size of offset of buffers poin...
Nuno Lopes
2012-06-18
2
-0
/
+38
*
Move the Metadata merging methods from GVN and make them public in MDNode.
Hal Finkel
2012-06-16
1
-0
/
+150
*
When linearizing a multiplication, return at once if we see a factor of zero,
Duncan Sands
2012-06-13
1
-2
/
+23
*
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
1
-1
/
+22
*
Now that Reassociate's LinearizeExprTree can look through arbitrary expression
Duncan Sands
2012-06-12
2
-0
/
+43
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
1
-6
/
+59
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
1
-1
/
+47
*
Simplify the fma4 renaming code.
Craig Topper
2012-06-03
1
-71
/
+3
*
Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.
Craig Topper
2012-06-03
1
-0
/
+74
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
[next]