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
...
*
Prevent infinite growth of SmallPtrSet instances.
Jakob Stoklund Olesen
2011-03-30
2
-7
/
+10
*
Prevent infinite growth of SmallMap instances.
Jakob Stoklund Olesen
2011-03-30
2
-15
/
+15
*
Prevent infinite growth of the DenseMap.
Jakob Stoklund Olesen
2011-03-30
1
-2
/
+5
*
Fix evil VirtRegRewriter bug.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+28
*
Teach VirtRegRewriter about the new virtual register numbers. No functional c...
Jakob Stoklund Olesen
2011-03-30
1
-10
/
+11
*
Avoid turning a floating point division with a constant power of two into a d...
Benjamin Kramer
2011-03-30
3
-5
/
+11
*
InstCombine: If the divisor of an fdiv has an exact inverse, turn it into an ...
Benjamin Kramer
2011-03-30
2
-0
/
+37
*
Add APFloat::getExactInverse.
Benjamin Kramer
2011-03-30
3
-0
/
+53
*
Fix more zero length memset warnings.
Jay Foad
2011-03-30
1
-1
/
+2
*
Add a comment on PHINode::Create().
Jay Foad
2011-03-30
1
-0
/
+2
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
42
-125
/
+91
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
26
-21
/
+54
*
Revert a minor comment change inadvertently included with r128502.
Bob Wilson
2011-03-30
1
-1
/
+1
*
Treat clones the same as their origin.
Jakob Stoklund Olesen
2011-03-30
3
-6
/
+29
*
Remove dead code.
Bill Wendling
2011-03-30
1
-68
/
+0
*
Add a test case for thumb stc2 instruction.
Johnny Chen
2011-03-30
1
-0
/
+3
*
ClangSAEmClangSACheckersEmitter, emit info about groups.
Argyrios Kyrtzidis
2011-03-30
1
-64
/
+79
*
Set the unnamed_addr only when we're creating a new GV in the dest module.
Bill Wendling
2011-03-29
1
-0
/
+1
*
Revert r128501. It caused test failures.
Bill Wendling
2011-03-29
1
-1
/
+0
*
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-29
1
-145
/
+146
*
Update CMake link dependency.
Francois Pichet
2011-03-29
1
-1
/
+1
*
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
5
-12
/
+113
*
We need to copy over the unnamed_addr attribute.
Bill Wendling
2011-03-29
1
-0
/
+1
*
Revert accidental change to LLVMLibDeps.cmake
Matt Beaumont-Gay
2011-03-29
1
-1
/
+1
*
Quiet a gcc warning about changed name lookup rules
Matt Beaumont-Gay
2011-03-29
2
-3
/
+3
*
InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.
Benjamin Kramer
2011-03-29
2
-0
/
+103
*
Adding a test for "-inf" as well.
Kevin Enderby
2011-03-29
1
-0
/
+3
*
Add a test case for MSRi.
Johnny Chen
2011-03-29
1
-0
/
+3
*
Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes
Cameron Zwarich
2011-03-29
2
-0
/
+54
*
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
6
-60
/
+87
*
In ClangSACheckersEmitter:
Argyrios Kyrtzidis
2011-03-29
1
-7
/
+61
*
Added support symbolic floating point constants in the MC assembler for Infinity
Kevin Enderby
2011-03-29
2
-3
/
+17
*
Add a thumb test file for printf (iOS 4.3).
Johnny Chen
2011-03-29
1
-0
/
+76
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
5
-7
/
+13
*
Fixed the build of Clang's unit tests on MinGW. Also removed some
Oscar Fuentes
2011-03-29
2
-16
/
+14
*
DSE: Remove an early exit optimization that depended on the ordering of a Sma...
Benjamin Kramer
2011-03-29
1
-13
/
+0
*
Check early if this is an unsupported opcode, so that we can avoid needlessly...
Owen Anderson
2011-03-29
1
-0
/
+4
*
A8.6.188 STC, STC2
Johnny Chen
2011-03-29
2
-3
/
+9
*
Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt.
Johnny Chen
2011-03-29
1
-0
/
+0
*
Add and modify some tests.
Johnny Chen
2011-03-29
2
-2
/
+7
*
For ClangSACheckersEmitter, allow a package to belong to checker group, in wh...
Argyrios Kyrtzidis
2011-03-29
1
-8
/
+28
*
Remember to use the correct register when rematerializing for snippets.
Jakob Stoklund Olesen
2011-03-29
2
-6
/
+7
*
Run dead code elimination immediately after rematerialization.
Jakob Stoklund Olesen
2011-03-29
1
-9
/
+24
*
Add safety check that didn't show up in testing.
Owen Anderson
2011-03-29
1
-0
/
+1
*
Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum
Devang Patel
2011-03-29
1
-3
/
+8
*
Inline check that's used only once.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...
Owen Anderson
2011-03-29
8
-81
/
+23
*
Rework the logic (and removing the bad check for an unreachable block) so that
Bill Wendling
2011-03-29
1
-8
/
+5
*
Do some simple copy propagation through integer loads and stores when promoting
Cameron Zwarich
2011-03-29
3
-10
/
+68
*
Don't try to add stack protector logic to a dead basic block. It messes up
Bill Wendling
2011-03-29
1
-1
/
+2
[prev]
[next]