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
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
2
-4
/
+18
*
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
1
-0
/
+7
*
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
1
-8
/
+0
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
2
-1
/
+18
*
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
3
-11
/
+31
*
Address Duncan's comments on r164682:
Hans Wennborg
2012-09-26
1
-6
/
+4
*
Analogous fix to memset and memcpy rewriting. Don't have a test case
Chandler Carruth
2012-09-26
1
-0
/
+16
*
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
2
-0
/
+24
*
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
3
-47
/
+95
*
Add some convenience methods to IRBuilder for constructing aligned loads
Chandler Carruth
2012-09-26
1
-0
/
+25
*
ARM/atomicrmw_minmax.ll: Fix RUN line.
NAKAMURA Takumi
2012-09-26
1
-1
/
+1
*
Fix tests that didn't test anything.
Benjamin Kramer
2012-09-26
3
-4
/
+3
*
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
2
-2
/
+23
*
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
2
-26
/
+162
*
SimplifyCFG: Refactor the switch-to-lookup table transformation by
Hans Wennborg
2012-09-26
1
-72
/
+115
*
llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
NAKAMURA Takumi
2012-09-26
2
-2
/
+2
*
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-26
1
-4
/
+13
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
5
-2
/
+241
*
Add RORX code generation support
Michael Liao
2012-09-26
6
-5
/
+86
*
Add MULX code generation support
Michael Liao
2012-09-26
4
-27
/
+127
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
2
-19
/
+51
*
Revert r164663 due to buildbot failure.
Craig Topper
2012-09-26
1
-12
/
+12
*
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-26
2
-21
/
+40
*
Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...
Craig Topper
2012-09-26
1
-9
/
+14
*
Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...
Craig Topper
2012-09-26
1
-7
/
+7
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
6
-8
/
+8
*
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-26
2
-7
/
+6
*
Mark extended type querying methods as 'readonly' to reduce compile size.
Craig Topper
2012-09-26
1
-12
/
+12
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
2
-19
/
+40
*
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-26
3
-33
/
+38
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
2
-29
/
+52
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
3
-7
/
+221
*
Revert "Add --program-prefix support to build"
Jordan Rose
2012-09-26
6
-21
/
+11
*
Initialize boolean variables in MipsSubtarget's constructor.
Akira Hatanaka
2012-09-25
1
-1
/
+2
*
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
2
-2
/
+19
*
blank line for test commit
Reed Kotler
2012-09-25
1
-0
/
+1
*
Revert the business end of r164634, and replace it with a different fix. The
Nick Lewycky
2012-09-25
1
-7
/
+4
*
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
2
-0
/
+28
*
Add --program-prefix support to build
Sebastian Pop
2012-09-25
6
-11
/
+21
*
Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...
Bill Wendling
2012-09-25
3
-87
/
+80
*
docs: Sphinxify HowToSubmitABug
Sean Silva
2012-09-25
3
-346
/
+235
*
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
5
-14
/
+15
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
4
-2
/
+21
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
3
-222
/
+7
*
Make this test check the transforms it's actually doing. Also add a test that it
Nick Lewycky
2012-09-25
1
-3
/
+17
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
5
-1
/
+141
*
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
2
-1
/
+91
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
3
-7
/
+222
*
Consistently specify the assembly variant to MatchInstructionImpl.
Bob Wilson
2012-09-25
1
-4
/
+8
*
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
2
-5
/
+55
[next]