index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
25
-155
/
+237
*
Convert FMA4 patterns to use target specific nodes instead of intrinsics to a...
Craig Topper
2012-08-29
3
-38
/
+36
*
Add virtual keywords for methods that override the base class.
Craig Topper
2012-08-29
1
-8
/
+8
*
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
1
-4
/
+3
*
[arm-fast-isel] Add support for ARM PIC.
Jush Lu
2012-08-29
1
-6
/
+16
*
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
1
-0
/
+13
*
cleanup
Andrew Trick
2012-08-29
1
-21
/
+19
*
Verify the tied operand flags.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+37
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-1
/
+39
*
Typo.
Chad Rosier
2012-08-28
1
-1
/
+1
*
Add comments on the literal value used.
Michael Liao
2012-08-28
1
-1
/
+1
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
5
-26
/
+377
*
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
4
-3
/
+54
*
Explicitly update the number of nodes to be traversed
Michael Liao
2012-08-28
1
-1
/
+1
*
Some instructions are passed to the assembler to be
Jack Carter
2012-08-28
1
-20
/
+24
*
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
2012-08-28
1
-0
/
+15
*
Follow-up patch to r162731.
Akira Hatanaka
2012-08-28
1
-8
/
+9
*
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
1
-21
/
+34
*
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
1
-2
/
+2
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
8
-2
/
+609
*
InstCombine: Defensively avoid undefined shifts by limiting the amount to the...
Benjamin Kramer
2012-08-28
1
-2
/
+2
*
InstCombine: Guard the transform introduced in r162743 against large ints and...
Benjamin Kramer
2012-08-28
1
-10
/
+10
*
Make sure that we don't call getZExtValue on values > 64 bits.
Nadav Rotem
2012-08-28
1
-8
/
+8
*
Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.
Nadav Rotem
2012-08-28
1
-0
/
+20
*
The commutative flag is already correctly set within the multiclass. If we set
Bill Wendling
2012-08-28
1
-1
/
+1
*
Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.
Craig Topper
2012-08-28
3
-18
/
+10
*
Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.
Craig Topper
2012-08-28
3
-31
/
+18
*
Fix PR12312
Michael Liao
2012-08-28
1
-10
/
+112
*
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
1
-18
/
+23
*
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
6
-169
/
+43
*
Fix mips' long branch pass.
Akira Hatanaka
2012-08-28
1
-105
/
+128
*
Split several PPC instruction classes.
Hal Finkel
2012-08-28
9
-102
/
+269
*
Fix bug 13532.
Akira Hatanaka
2012-08-28
1
-1
/
+1
*
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
2
-1
/
+3
*
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
1
-0
/
+2
*
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
3
-8
/
+34
*
Optimize zext on PPC64.
Hal Finkel
2012-08-28
1
-0
/
+9
*
More missing mayLoad flags on AVX multiclasses.
Jakob Stoklund Olesen
2012-08-28
1
-3
/
+3
*
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
6
-43
/
+169
*
Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...
Marshall Clow
2012-08-27
1
-2
/
+2
*
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-27
1
-2
/
+3
*
Don't use for loops for code that is only intended to execute once. No
Dan Gohman
2012-08-27
1
-6
/
+6
*
Fix comment.
Rafael Espindola
2012-08-27
1
-3
/
+4
*
Fix comment for function RuntimeDyldImpl.resolveRelocation()
Danil Malyshev
2012-08-27
1
-1
/
+4
*
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
2
-24
/
+5
*
DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.
NAKAMURA Takumi
2012-08-27
1
-2
/
+3
*
Remove MMX shift intrinsic handling code that also exists in SelectionDAGBuil...
Craig Topper
2012-08-27
1
-56
/
+0
*
[DebugInfo] fixup for r162657: update CMakeLists.txt
Alexey Samsonov
2012-08-27
1
-0
/
+1
*
Don't allow vextractf128 to be folded with unaligned stores. We don't fold un...
Craig Topper
2012-08-27
1
-13
/
+9
*
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
5
-5
/
+136
[next]