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
*
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
*
Spruce up the error output.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Handle the special case when all uses follow the last split point.
Jakob Stoklund Olesen
2011-03-29
1
-1
/
+2
*
Properly enable rematerialization when spilling after live range splitting.
Jakob Stoklund Olesen
2011-03-29
3
-71
/
+129
*
C-API: Include DataTypes.h instead of stdint.h.
Daniel Dunbar
2011-03-29
1
-1
/
+1
*
Reduce test case.
Rafael Espindola
2011-03-29
1
-53
/
+3
*
Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...
Evan Cheng
2011-03-29
2
-15
/
+110
*
Fix the MSVC build.
Francois Pichet
2011-03-29
1
-0
/
+4
*
Expoert c interface for disassembler.
Devang Patel
2011-03-29
2
-1
/
+5
*
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-03-28
2
-2
/
+19
*
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
3
-0
/
+16
*
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
4
-3
/
+52
*
Unbreak CMake build.
Ted Kremenek
2011-03-28
1
-1
/
+2
*
Remove scripts used by TEST=dbg from here. They now live inside llvm test suite.
Devang Patel
2011-03-28
2
-364
/
+0
*
Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...
Johnny Chen
2011-03-28
3
-5
/
+27
*
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
3
-0
/
+365
*
Remove tabs I accidentally added.
Nick Lewycky
2011-03-28
1
-15
/
+15
*
Make more use of PHINode::getNumIncomingValues().
Jay Foad
2011-03-28
2
-5
/
+5
*
ptx: clean up branch code a bit
Che-Liang Chiou
2011-03-28
3
-16
/
+17
*
docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.
NAKAMURA Takumi
2011-03-28
1
-0
/
+7
*
docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.
NAKAMURA Takumi
2011-03-28
1
-4
/
+4
*
Add some debug output when -instcombine uses RAUW. This can make debug output...
Frits van Bommel
2011-03-27
1
-1
/
+4
*
Amend debug output.
Jakob Stoklund Olesen
2011-03-27
1
-2
/
+3
*
Drop interference reassignment in favor of eviction.
Jakob Stoklund Olesen
2011-03-27
1
-132
/
+15
*
Teach the transformation that moves binary operators around selects to preserve
Nick Lewycky
2011-03-27
2
-8
/
+34
*
Use APInt's umul_ov instead of rolling our own overflow detection.
Benjamin Kramer
2011-03-27
1
-5
/
+6
*
Constant folding support for calls to umul.with.overflow(), basically identic...
Frits van Bommel
2011-03-27
4
-11
/
+52
*
Partially revert commit 127155: I think it is much more convenient
Duncan Sands
2011-03-27
1
-9
/
+26
*
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
Nick Lewycky
2011-03-27
2
-0
/
+26
*
Fix whitespace.
NAKAMURA Takumi
2011-03-27
1
-2
/
+2
*
Use individual register classes when spilling snippets.
Jakob Stoklund Olesen
2011-03-26
2
-24
/
+28
*
Turn SelectionDAGBuilder::GetRegistersForValue into a local function.
Benjamin Kramer
2011-03-26
2
-19
/
+16
*
Make helper static.
Benjamin Kramer
2011-03-26
1
-2
/
+2
*
Simplification noticed by Frits.
Bill Wendling
2011-03-26
1
-3
/
+2
*
Rework the logic that determines if a store completely overlaps an ealier store.
Bill Wendling
2011-03-26
1
-15
/
+23
*
Fix a typo and add a test.
Cameron Zwarich
2011-03-26
2
-1
/
+16
*
Extend Clang's TableGen emitter for attributes to support bool arguments.
Douglas Gregor
2011-03-26
1
-0
/
+2
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
4
-111
/
+192
*
Fixed the t2PLD and friends disassembly and add two test cases.
Johnny Chen
2011-03-26
3
-10
/
+45
*
Fix the bfi handling for or (and a mask) (and b mask). We need the two
Eric Christopher
2011-03-26
2
-9
/
+21
*
PR9561: A store with a negative offset (via GEP) could erroniously say that it
Bill Wendling
2011-03-26
2
-0
/
+24
*
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
3
-365
/
+0
*
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-26
3
-0
/
+365
*
Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.
Johnny Chen
2011-03-25
2
-0
/
+6
*
Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().
Johnny Chen
2011-03-25
1
-0
/
+6
*
Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...
Johnny Chen
2011-03-25
2
-6
/
+15
*
DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...
Johnny Chen
2011-03-25
2
-2
/
+9
*
A8.6.226 TBB, TBH:
Johnny Chen
2011-03-25
1
-0
/
+6
*
Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...
Johnny Chen
2011-03-25
2
-6
/
+12
[next]