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
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
13
-32
/
+144
*
While printing "interesting" breakpoint locations for debug info quality test...
Devang Patel
2011-01-31
1
-27
/
+12
*
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
1
-1
/
+1
*
Tidy up.
Devang Patel
2011-01-31
1
-35
/
+132
*
Focus on arguments for now.
Devang Patel
2011-01-31
1
-2
/
+2
*
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-31
1
-2
/
+2
*
Fix vector sign extend to put the source and destination types in the
David Greene
2011-01-31
1
-3
/
+3
*
add a note, progress unblocked by PR8575 being fixed.
Chris Lattner
2011-01-31
1
-0
/
+48
*
Adds some platform checks to cmake/config-ix.cmake and fixes checking
Oscar Fuentes
2011-01-31
2
-12
/
+36
*
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-31
2
-2
/
+12
*
CMake: Fix a few definition to suppress warnings.
NAKAMURA Takumi
2011-01-31
1
-3
/
+3
*
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-30
2
-0
/
+25
*
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
1
-0
/
+2
*
Recognize and simplify
Anders Carlsson
2011-01-30
2
-1
/
+27
*
Respect the -tail-dup-size command line option even when optimizing for size.
Jakob Stoklund Olesen
2011-01-30
1
-1
/
+2
*
Commit 124487 broke 254.gap. See if disabling the part that might be triggered
Duncan Sands
2011-01-30
2
-9
/
+5
*
Transform (X/Y)*Y into X if the division is exact. Instcombine already knows...
Duncan Sands
2011-01-30
2
-0
/
+27
*
Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...
Benjamin Kramer
2011-01-30
3
-21
/
+32
*
Fix 'fcmp one' constant folding. Noticed by inspection.
Nick Lewycky
2011-01-30
1
-1
/
+1
*
Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax.
Nick Lewycky
2011-01-30
1
-6
/
+6
*
This is #included by .c files. Remove C++-style comments.
Bill Wendling
2011-01-29
1
-1
/
+1
*
Add the select optimization recently added to instcombine to constant folding.
Nick Lewycky
2011-01-29
2
-0
/
+21
*
Unbreak the MSVC build.
Francois Pichet
2011-01-29
1
-0
/
+1
*
Fix comment.
Nick Lewycky
2011-01-29
1
-1
/
+1
*
Call SimplifyFDivInst() in InstCombiner::visitFDiv().
Frits van Bommel
2011-01-29
2
-0
/
+10
*
Move InstCombine's knowledge of fdiv to SimplifyInstruction().
Frits van Bommel
2011-01-29
5
-18
/
+47
*
Fix typo: should have been testing that X was odd, not V.
Duncan Sands
2011-01-29
2
-3
/
+27
*
Add the missing sub identity "A-(A-B) -> B" to DAGCombine.
Benjamin Kramer
2011-01-29
1
-0
/
+3
*
Add a test for TCE return duplication.
Evan Cheng
2011-01-29
2
-0
/
+25
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
13
-73
/
+226
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
13
-223
/
+73
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
13
-73
/
+223
*
Implementation of path profiling.
Andrew Trick
2011-01-29
23
-51
/
+3423
*
Most browsers eliminate whitespace between anchor tags. Force whitespace with
Nick Lewycky
2011-01-29
1
-1
/
+1
*
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
1
-0
/
+3
*
This dyn_cast should be a cast. Pointed out by Frits van Bommel.
Duncan Sands
2011-01-28
1
-1
/
+1
*
Thread divisions over selects and phis. This doesn't fire much and has basic...
Duncan Sands
2011-01-28
1
-9
/
+19
*
PR9030: Fix disassembly of ARM "mov pc, lr" instruction.
Bob Wilson
2011-01-28
2
-2
/
+5
*
My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC
Duncan Sands
2011-01-28
5
-61
/
+235
*
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
1
-9
/
+1
*
Add support for parsing .float
Roman Divacky
2011-01-28
2
-1
/
+4
*
Rename functions to follow coding standard. Also rejiggers comments. No
Nick Lewycky
2011-01-28
1
-89
/
+88
*
Add a doxygen comment for this class.
Nick Lewycky
2011-01-28
1
-0
/
+2
*
Reorder for readability. (Chris, is this what you meant?)
Nick Lewycky
2011-01-28
1
-148
/
+150
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
10
-78
/
+32
*
Reduce the number of functions we look at in the first pass, and preallocate
Nick Lewycky
2011-01-28
1
-1
/
+3
*
Clean up the tests a little, make sure we match an instruction in the right
Nick Lewycky
2011-01-28
1
-5
/
+4
*
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
1
-1
/
+2
*
Add a triple.
Rafael Espindola
2011-01-28
1
-1
/
+1
*
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
1
-0
/
+1
[next]