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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
reverting per request
Jack Carter
2013-10-04
5
-45
/
+5
*
Use addFlag to add the enum class attribute.
Eric Christopher
2013-10-04
1
-1
/
+1
*
Use Die->addValue and DIEIntegerOne directly when we want to add
Eric Christopher
2013-10-04
1
-3
/
+2
*
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
Hal Finkel
2013-10-04
1
-1
/
+1
*
Support tblockaddr for static compilation in Mips16.
Reed Kotler
2013-10-04
1
-1
/
+4
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
6
-6
/
+100
*
[mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasing
Akira Hatanaka
2013-10-04
1
-0
/
+5
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-4
/
+123
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
6
-60
/
+5
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
7
-215
/
+103
*
Fix comment
Matthias Braun
2013-10-04
1
-1
/
+1
*
Fix indentation
Matthias Braun
2013-10-04
1
-1
/
+1
*
Fix typo
Matthias Braun
2013-10-04
2
-2
/
+2
*
ARM: optimizeSelect has to consider the previous register class
Matthias Braun
2013-10-04
1
-4
/
+9
*
ARM: do not add a regmask for TAILJUMPs
Matthias Braun
2013-10-04
1
-16
/
+18
*
ARM: preserve undef flag in pseudo instruction expanders
Matthias Braun
2013-10-04
1
-19
/
+14
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
6
-53
/
+937
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-27
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+27
*
DebugInfo: Fix ordering of members after r191928
David Blaikie
2013-10-04
1
-1
/
+8
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
2
-0
/
+6
*
Fixed a bug with section names containing special characters.
Richard Mitton
2013-10-03
1
-8
/
+24
*
Pull fptrunc's upwards through selects when one of the select's selectands wa...
Owen Anderson
2013-10-03
1
-0
/
+13
*
DebugInfo: Avoid redundantly adding child DIEs to parents.
David Blaikie
2013-10-03
3
-15
/
+12
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
2
-60
/
+59
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
4
-15
/
+47
*
Make gep i8* X, -(ptrtoint Y) transform work with address spaces
Matt Arsenault
2013-10-03
1
-8
/
+10
*
Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.
Tom Roeder
2013-10-03
1
-1
/
+1
*
[llvm-c][Disassembler] When printing latency information, fall back to the
Quentin Colombet
2013-10-03
2
-1
/
+34
*
Make sure we emit a section for pubnames even if that section is
Eric Christopher
2013-10-03
1
-3
/
+0
*
Fix cut and paste typo.
Eric Christopher
2013-10-03
1
-2
/
+2
*
raw_fd_ostream: Be more verbose about the reason when opening a file fails.
Benjamin Kramer
2013-10-03
1
-1
/
+2
*
Added checking code whehter target supports specific dag combining about rotate
Jin-Gu Kang
2013-10-03
1
-11
/
+19
*
CaptureTracking: Plug a loophole in the "too many uses" heuristic.
Benjamin Kramer
2013-10-03
1
-0
/
+6
*
AVX-512: Fixed encoding of VMOVQ instruction.
Elena Demikhovsky
2013-10-03
1
-3
/
+3
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
7
-78
/
+126
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
3
-22
/
+10
*
Replace C++ style comment with a C style comment to satisfy some of the build...
Craig Topper
2013-10-03
1
-1
/
+1
*
Remove comma from the end of an enum.
Craig Topper
2013-10-03
1
-1
/
+1
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
5
-125
/
+238
*
Add patterns for selecting TBM instructions from logical operations. Patch fr...
Craig Topper
2013-10-03
2
-32
/
+98
*
Add v4f16 to supported value types.
Pete Cooper
2013-10-03
1
-0
/
+2
*
[llvm-c][Disassembler] When printing latency information, skip scheduling
Quentin Colombet
2013-10-02
1
-1
/
+3
*
Don't use runtime bounds check between address spaces.
Matt Arsenault
2013-10-02
1
-11
/
+49
*
[llvm-c][Disassembler] Add an option to print latency information in
Quentin Colombet
2013-10-02
2
-0
/
+63
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-4
/
+21
*
Fix debug printing spacing.
Matt Arsenault
2013-10-02
1
-32
/
+33
*
Fix comment grammar and capitalization.
Matt Arsenault
2013-10-02
1
-3
/
+3
*
SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...
Benjamin Kramer
2013-10-02
1
-9
/
+4
*
StructurizeCFG: Add dependency on LowerSwitch pass
Tom Stellard
2013-10-02
1
-1
/
+3
[next]