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
*
Rework test so that it reproduces the error without the horrible flag.
Bill Wendling
2012-08-15
1
-8
/
+2
*
Remove invalid test. This test requires that dead basic blocks be kept
Bill Wendling
2012-08-15
1
-19
/
+0
*
Fixed a problem in the JIT memory allocator where
Sean Callanan
2012-08-15
1
-0
/
+3
*
Add a CoveringSubRegIndices field to SubRegIndex records.
Jakob Stoklund Olesen
2012-08-15
2
-9
/
+40
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
1
-1
/
+1
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
3
-3
/
+3
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
4
-26
/
+421
*
Add LLVM_DELETED_FUNCTION compatibility macro.
Michael J. Spencer
2012-08-15
1
-0
/
+19
*
Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.
Chad Rosier
2012-08-15
1
-1
/
+1
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
2
-1
/
+20
*
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-08-15
3
-33
/
+30
*
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
5
-19
/
+99
*
Fix typo in comment.
Owen Anderson
2012-08-15
1
-1
/
+1
*
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-15
3
-28
/
+41
*
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-15
2
-2
/
+31
*
Fix a const violation in the generated disassembler.
Benjamin Kramer
2012-08-15
1
-2
/
+2
*
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-15
1
-2
/
+5
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
2
-0
/
+42
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
2
-6
/
+12
*
Fix a typo that led to a failure to correctly verify bitcast instructions.
Nick Lewycky
2012-08-15
1
-1
/
+1
*
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-15
1
-1
/
+2
*
The names of VFP variants of half-to-float conversion instructions were
Anton Korobeynikov
2012-08-14
2
-10
/
+10
*
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-14
1
-1
/
+2
*
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
1
-0
/
+1
*
[yaml2obj] Fix incorrect use of signed values.
Michael J. Spencer
2012-08-14
1
-3
/
+3
*
fix PR11334
Michael Liao
2012-08-14
5
-0
/
+155
*
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
5
-702
/
+1230
*
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
1
-2
/
+2
*
Fix the make update target to work even when sub repo repositories are ignored.
David Blaikie
2012-08-14
1
-2
/
+2
*
Update configure.
Daniel Dunbar
2012-08-14
1
-3
/
+21
*
[configure] Add a --enable-keep-symbols configure flag.
Daniel Dunbar
2012-08-14
2
-0
/
+14
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-10
/
+8
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-30
/
+27
*
Factor duplicate calls to getUNDEF in several functions.
Craig Topper
2012-08-14
1
-10
/
+10
*
Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...
Craig Topper
2012-08-14
1
-34
/
+133
*
Change greater than to greater than or equal so that an identical sized store...
Craig Topper
2012-08-14
2
-1
/
+20
*
Fix undefined behavior: binding null pointer to reference. No functionality c...
Richard Smith
2012-08-14
1
-1
/
+1
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
8
-22
/
+62
*
Grammar.
Eric Christopher
2012-08-14
1
-1
/
+1
*
Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)
Richard Smith
2012-08-14
1
-2
/
+3
*
Typo.
Eric Christopher
2012-08-14
1
-1
/
+1
*
llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, o...
NAKAMURA Takumi
2012-08-14
1
-1
/
+1
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
5
-0
/
+116
*
Transfer weights in transferSuccessorsAndUpdatePHIs().
Jakob Stoklund Olesen
2012-08-13
1
-5
/
+7
*
Print out MachineBasicBlock successor weights when available.
Jakob Stoklund Olesen
2012-08-13
1
-1
/
+4
*
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-13
2
-1
/
+7
*
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-13
2
-2
/
+41
*
ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.
Jim Grosbach
2012-08-13
2
-8
/
+10
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
4
-66
/
+0
*
Rename test since it's not linux-specific.
Bill Wendling
2012-08-13
1
-0
/
+0
[next]