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
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
8
-34
/
+36
*
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
3
-11
/
+10
*
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
2
-20
/
+12
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
11
-2
/
+184
*
R600: Proper insert S_WAITCNT instructions
Tom Stellard
2013-01-18
8
-32
/
+379
*
R600: Optimize and cleanup KILL on SI
Tom Stellard
2013-01-18
4
-71
/
+96
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
7
-43
/
+82
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
3
-48
/
+59
*
[Linker] Zap a dead typedef.
Daniel Dunbar
2013-01-18
1
-8
/
+0
*
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
1
-0
/
+1
*
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
3
-28
/
+1
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
4
-10
/
+65
*
Documentation: remove all mentions of DejaGNU and Tcl
Dmitri Gribenko
2013-01-18
4
-24
/
+18
*
Streamline the mentions of grep and FileCheck in TestingGuide.rst
Eli Bendersky
2013-01-18
1
-37
/
+7
*
The IR linker still depends on the bitcode reader.
Benjamin Kramer
2013-01-18
1
-1
/
+1
*
llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...
NAKAMURA Takumi
2013-01-18
1
-2
/
+2
*
80 columns
Alexey Samsonov
2013-01-18
1
-1
/
+2
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
5
-17
/
+18
*
Add basic command line parsing to TestMain.
Manuel Klimek
2013-01-18
1
-0
/
+2
*
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...
Craig Topper
2013-01-18
1
-6
/
+4
*
Minor formatting fix. No functional change.
Craig Topper
2013-01-18
1
-1
/
+1
*
Remove support for Tcl test format since nobody uses it
Dmitri Gribenko
2013-01-18
21
-664
/
+11
*
Spelling fix: extened->extended. Trailing whitespace in same function.
Craig Topper
2013-01-18
1
-5
/
+6
*
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...
Craig Topper
2013-01-18
1
-35
/
+31
*
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
1
-1
/
+1
*
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
1
-7
/
+5
*
Fixed 80+ violation.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
9
-7
/
+148
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
4
-0
/
+66
*
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
2013-01-18
2
-4
/
+5
*
[MC] Fix 80-col violas.
Daniel Dunbar
2013-01-18
1
-41
/
+89
*
[ms-inline asm] Make the error message more generic now that we support the
Chad Rosier
2013-01-18
1
-1
/
+1
*
[Linker] Drop some now-dead component dependencies.
Daniel Dunbar
2013-01-17
1
-1
/
+1
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
3
-160
/
+13
*
Reverting back to the fallback instead of using the 64-bit popcnt instruction...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
[Linker] Drop support for IR-level extended linking support (archives, etc.).
Daniel Dunbar
2013-01-17
6
-577
/
+3
*
Restore reverted test case, this time with REQUIRES: asserts
Bill Schmidt
2013-01-17
1
-0
/
+19
*
Remove bad test case
Bill Schmidt
2013-01-17
1
-18
/
+0
*
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
2
-0
/
+19
*
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
3
-39
/
+51
*
[docs] Get rid of some UTF8 characters (non-breaking space maybe).
Daniel Dunbar
2013-01-17
1
-16
/
+16
*
[utils] Update find-rev utility to take a branch argument (name of the git-svn
Daniel Dunbar
2013-01-17
1
-4
/
+4
*
Add indexed load/store instructions for offset validation check.
Jyotsna Verma
2013-01-17
2
-0
/
+40
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
2
-2
/
+57
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
2
-37
/
+43
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
5
-10
/
+119
*
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...
Craig Topper
2013-01-17
1
-74
/
+50
[next]