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
*
R600/SI: Add missing test for r187749
Tom Stellard
2013-08-05
1
-0
/
+48
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
*
R600: Implement TargetLowering::getVectorIdxTy()
Tom Stellard
2013-08-05
3
-5
/
+14
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
9
-77
/
+105
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
*
Use existing builtin hashing functions to make this routine more
Eric Christopher
2013-08-05
1
-5
/
+2
*
Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
2013-08-05
1
-20
/
+32
*
[bugpoint] Allow the user to specify the path to opt on the commandline.
Michael Gottesman
2013-08-05
1
-1
/
+4
*
Introduce an optimisation for special case lists with large numbers of litera...
Peter Collingbourne
2013-08-05
2
-14
/
+40
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
3
-0
/
+26
*
Silencing an MSVC11 type conversion warning.
Aaron Ballman
2013-08-05
1
-1
/
+1
*
80-cols
Alexey Samsonov
2013-08-05
1
-1
/
+2
*
LLVM Interpreter: This patch implements vector support for cast operations (z...
Elena Demikhovsky
2013-08-05
3
-77
/
+592
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
8
-18
/
+419
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
2
-1
/
+4
*
[SystemZ] Add definitions for BRCT and BRCTG
Richard Sandiford
2013-08-05
5
-0
/
+114
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
4
-1
/
+271
*
[SystemZ] Add LOAD AND TEST instructions
Richard Sandiford
2013-08-05
4
-0
/
+259
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
5
-270
/
+346
*
AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
2013-08-05
6
-0
/
+451
*
Update the release notes about the status of the vectorizers.
Nadav Rotem
2013-08-05
1
-0
/
+5
*
Update the docs.
Nadav Rotem
2013-08-05
1
-26
/
+6
*
Add the saving of S2. This is needed for some of the floating point
Reed Kotler
2013-08-04
7
-22
/
+27
*
Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.
Bob Wilson
2013-08-04
5
-8
/
+0
*
Build with the $RDYNAMIC flag on Darwin as well as other platforms.
Bob Wilson
2013-08-04
2
-15
/
+9
*
X86: Turn fp selects into mask operations.
Benjamin Kramer
2013-08-04
8
-118
/
+381
*
AVX-512 set: added VEXTRACTPS instruction
Elena Demikhovsky
2013-08-04
3
-7
/
+35
*
X86: specify CPU on new test to fix atom buildbot
Tim Northover
2013-08-04
1
-1
/
+1
*
X86: correct tail return address calculation
Tim Northover
2013-08-04
3
-4
/
+25
*
AsmParser: Store MacroLikeBodies on the side so they don't get leaked.
Benjamin Kramer
2013-08-04
1
-1
/
+5
*
Clean up code for Mips16 large frame handling.
Reed Kotler
2013-08-04
7
-47
/
+163
*
PPCAsmParser: Stop leaking names.
Benjamin Kramer
2013-08-03
1
-10
/
+31
*
Unbreak llvm-rtdyld build.
Benjamin Kramer
2013-08-03
1
-3
/
+3
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
*
llvm-rtdyld: Don't leak memory managers.
Benjamin Kramer
2013-08-03
1
-4
/
+4
*
ARMAsmParser: Plug a leak.
Benjamin Kramer
2013-08-03
1
-3
/
+11
*
Stop leaking register infos in the disassemblers.
Benjamin Kramer
2013-08-03
2
-4
/
+4
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
2
-1
/
+83
*
Minor address space code simplification.
Matt Arsenault
2013-08-03
2
-12
/
+5
*
Regenerate with changes for -rdynamic.
Bob Wilson
2013-08-02
2
-8
/
+8
*
Link with -rdynamic instead of -Wl,-export-dynamic.
Bob Wilson
2013-08-02
6
-14
/
+16
*
Add a AttributeSetImpl::dump function.
Peter Collingbourne
2013-08-02
2
-0
/
+6
*
Make one of the AttributeSet ctors maintain the invariant that the
Peter Collingbourne
2013-08-02
3
-2
/
+42
*
Option parsing: recognize the special -- token
Hans Wennborg
2013-08-02
2
-1
/
+29
*
Fix invalid function pointers in bugpoint ExtractLoops
Hal Finkel
2013-08-02
1
-7
/
+42
*
Add a missing 'return' statement.
Joey Gouly
2013-08-02
1
-0
/
+1
*
[mips] Expand vector truncating stores and extending loads.
Akira Hatanaka
2013-08-02
2
-0
/
+25
*
[ARMv8] Add an assembler warning for the deprecated 'setend' instruction.
Joey Gouly
2013-08-02
2
-0
/
+15
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
2
-10
/
+48
*
Teach EmitGEPOffset about address spaces
Matt Arsenault
2013-08-02
1
-12
/
+14
[next]