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
*
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-08
2
-20
/
+2
*
[readobj] Fix memory leak.
Michael J. Spencer
2013-02-08
1
-1
/
+2
*
Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs
Bill Wendling
2013-02-08
2
-90
/
+50
*
[Object][ELF] Add a way to get the dynamic symbol table section.
Michael J. Spencer
2013-02-07
1
-0
/
+4
*
[Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...
Michael J. Spencer
2013-02-07
1
-28
/
+43
*
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
2
-2
/
+20
*
fix 80-col violation and fix the docs.
Nadav Rotem
2013-02-07
1
-3
/
+7
*
[lit] Add a display function for lit.Test.TestResult.
Daniel Dunbar
2013-02-07
1
-0
/
+4
*
[mips] Make Filler a class and reduce indentation.
Akira Hatanaka
2013-02-07
1
-34
/
+38
*
Formatting.
Eric Christopher
2013-02-07
1
-2
/
+1
*
"Clean up" line section symbol emission by emitting the section
Eric Christopher
2013-02-07
2
-8
/
+12
*
[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
Will Schmidt
2013-02-07
1
-0
/
+1
*
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-07
1
-0
/
+19
*
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-07
4
-3
/
+22
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
5
-178
/
+16
*
R600/SI: Handle VGPR64 destination in copyPhysReg().
Tom Stellard
2013-02-07
1
-1
/
+9
*
R600/SI: Add pattern for mul.
Tom Stellard
2013-02-07
1
-0
/
+4
*
R600/SI: simplify and fix SMRD encoding
Tom Stellard
2013-02-07
6
-154
/
+70
*
R600/SI: add proper 64bit immediate support v2
Tom Stellard
2013-02-07
3
-12
/
+18
*
R600: Add an explicit default processor
Tom Stellard
2013-02-07
1
-0
/
+1
*
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
2
-0
/
+87
*
Loop Vectorizer: Refactor Memory Cost Computation
Arnold Schwaighofer
2013-02-07
1
-180
/
+52
*
ADT: Correct APInt::getActiveWords for zero values
Meador Inge
2013-02-07
2
-1
/
+10
*
[Object][ELF] Fix crash on no dynamic section.
Michael J. Spencer
2013-02-07
2
-3
/
+7
*
R600/SI: Use proper instructions for array/shadow samplers.
Tom Stellard
2013-02-07
2
-4
/
+54
*
R600/SI: Make sample intrinsic address parameter type overloaded.
Tom Stellard
2013-02-07
3
-22
/
+38
*
R600/SI: Add basic support for more integer vector types.
Tom Stellard
2013-02-07
5
-11
/
+110
*
ARM cost model: Add costs for vector selects
Arnold Schwaighofer
2013-02-07
2
-0
/
+69
*
R600/SI: Add pattern for flog2
Michel Danzer
2013-02-07
1
-1
/
+3
*
FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!
NAKAMURA Takumi
2013-02-07
1
-2
/
+2
*
R600: Consolidate sub register indices.
Tom Stellard
2013-02-07
8
-93
/
+73
*
R600: Add support for SET*_DX10 instructions
Tom Stellard
2013-02-07
5
-44
/
+281
*
R600: Add tests for unsupported condition codes.
Tom Stellard
2013-02-07
1
-0
/
+83
*
R600: Fix assembly name for SETGT_INT
Tom Stellard
2013-02-07
2
-2
/
+2
*
FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...
NAKAMURA Takumi
2013-02-07
1
-2
/
+3
*
Remove this testcase until I can figure out how to properly conditionalize it.
Owen Anderson
2013-02-07
1
-43
/
+0
*
Another attempt at getting the XFAIL line right for this test.
Owen Anderson
2013-02-07
1
-1
/
+1
*
[ReleaseNotes] tidy up organization and formatting
Sean Silva
2013-02-07
1
-20
/
+23
*
Update Release notes regarding TTI.
Nadav Rotem
2013-02-07
1
-0
/
+7
*
Document the loop vectorizer changes.
Nadav Rotem
2013-02-07
1
-0
/
+15
*
Make sure we call externals from libraries properly when -static.
Reed Kotler
2013-02-07
2
-0
/
+16
*
tblgen: Diagnose duplicate includes.
Sean Silva
2013-02-07
4
-10
/
+23
*
Moved some comments due to the recent refactoring of ObjCARC.
Michael Gottesman
2013-02-07
2
-5
/
+4
*
Enable jumps when in -static mode.
Reed Kotler
2013-02-07
2
-1
/
+5
*
DWARFDebugFrame.cpp: Fix formatting on i686 hosts.
NAKAMURA Takumi
2013-02-07
1
-3
/
+6
*
80-col
Michael J. Spencer
2013-02-07
1
-5
/
+10
*
Preserve fast-math flags after reassociation and commutation. Update test cases
Michael Ilseman
2013-02-07
2
-9
/
+24
*
whitespace
Michael Ilseman
2013-02-07
1
-12
/
+12
*
[Object][ELF] Do the actual devirtualization.
Michael J. Spencer
2013-02-07
1
-2
/
+2
*
[Object][ELF] Devirtualize and simplify dynamic table iteration.
Michael J. Spencer
2013-02-07
1
-182
/
+70
[next]