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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BlockAddress::replaceUsesOfWithOnConstant to correctly
Chris Lattner
2009-11-01
1
-5
/
+8
*
implement linker support for BlockAddress.
Chris Lattner
2009-11-01
1
-17
/
+13
*
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-11-01
11
-47
/
+25
*
Use cbz and cbnz instructions.
Evan Cheng
2009-10-31
4
-11
/
+96
*
vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using
Jim Grosbach
2009-10-31
4
-10
/
+15
*
Consolidate test files
Jim Grosbach
2009-10-31
4
-122
/
+100
*
Change to use FileCheck
Jim Grosbach
2009-10-31
1
-1
/
+3
*
Make tests more explicit about which instructions are expected.
Jim Grosbach
2009-10-31
1
-2
/
+2
*
Grammar tweak to comments
Jim Grosbach
2009-10-31
1
-4
/
+4
*
Make sure PRE doesn't split crit edges from indirectbr.
Chris Lattner
2009-10-31
1
-1
/
+5
*
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
1
-26
/
+39
*
llvm::SplitEdge should refuse to split an edge from an indirectbr.
Chris Lattner
2009-10-31
2
-1
/
+4
*
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
1
-3
/
+16
*
update the comment above llvm::SplitCriticalEdge, and make
Chris Lattner
2009-10-31
2
-9
/
+30
*
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
2
-5
/
+8
*
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
2
-2
/
+37
*
Fix a missing newline in the dwarf output code.
Dan Gohman
2009-10-31
1
-0
/
+1
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
6
-66
/
+97
*
Factor out more code into addCommonCodeGenPasses. The JIT wasn't
Dan Gohman
2009-10-31
1
-32
/
+30
*
adjust a couple xforms to work with null bb's in BlockAddress.
Chris Lattner
2009-10-31
2
-4
/
+8
*
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-31
9
-21
/
+39
*
Force triple; darwin's ASM syntax differs from linux's.
Benjamin Kramer
2009-10-31
1
-1
/
+1
*
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
2
-2
/
+37
*
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
2
-5
/
+5
*
Convert to FileCheck
Jim Grosbach
2009-10-31
1
-5
/
+9
*
The universal SDKROOT should only be assigned when hosted. Otherwise the
Jim Grosbach
2009-10-31
1
-0
/
+1
*
add a comment.
Chris Lattner
2009-10-31
1
-0
/
+4
*
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
4
-31
/
+97
*
Remove redundant code.
Dan Gohman
2009-10-31
1
-3
/
+0
*
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
4
-97
/
+31
*
Rename forgetLoopBackedgeTakenCount to forgetLoop, because it
Dan Gohman
2009-10-31
5
-16
/
+15
*
Replace LoopUnrollPass.cpp's custom code-size estimation code using
Dan Gohman
2009-10-31
1
-30
/
+5
*
Simplify this code.
Dan Gohman
2009-10-31
1
-2
/
+2
*
Remove an unnecessary #include.
Dan Gohman
2009-10-31
1
-1
/
+0
*
Update CMakeLists for recent renames.
Dan Gohman
2009-10-31
2
-2
/
+2
*
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman
2009-10-31
2
-0
/
+0
*
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-31
5
-126
/
+1
*
Make ScalarEvolutionAliasAnalysis slightly more aggressive, by making an
Dan Gohman
2009-10-31
1
-13
/
+10
*
Reapply r85634, with the bug fixed.
Dan Gohman
2009-10-31
1
-15
/
+17
*
When discarding SrcValue information, discard all of it so that code
Dan Gohman
2009-10-31
1
-7
/
+5
*
Fix 80-column violation.
Dan Gohman
2009-10-31
1
-1
/
+2
*
Fix warning with gcc-4.0 and signed/unsigned.
Eric Christopher
2009-10-31
1
-1
/
+1
*
It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...
Evan Cheng
2009-10-31
3
-15
/
+65
*
Revert 85634. It's breaking consumer-typeset (and others).
Evan Cheng
2009-10-31
1
-17
/
+15
*
Add a target triple so that this test behaves consistently across hosts.
Dan Gohman
2009-10-31
1
-1
/
+1
*
Add assertion checks here to turn silent miscompiles into aborts.
Dan Gohman
2009-10-30
1
-4
/
+8
*
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
1
-1
/
+5
*
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
Dan Gohman
2009-10-30
1
-1
/
+1
*
Add a testcase for the recent duplicate PHI elimination changes.
Dan Gohman
2009-10-30
1
-0
/
+21
*
Add a comment about a missed opportunity.
Dan Gohman
2009-10-30
1
-0
/
+5
[next]