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
*
Optimized integer vector multiplication operation by replacing it with shift/...
Elena Demikhovsky
2013-06-26
2
-22
/
+63
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-1
/
+2
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-4
/
+47
*
Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Fix the build when __APPLE__ is defined.
Rafael Espindola
2013-06-26
1
-1
/
+5
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
2
-116
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
2
-0
/
+113
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
2
-49
/
+0
*
dbgs() << Instruction doesn't print a newline on the end any more. Update these
Nick Lewycky
2013-06-26
1
-5
/
+5
*
s/C++0x/C++11/
Adrian Prantl
2013-06-25
1
-1
/
+1
*
SLPVectorizer: support slp-vectorization of PHINodes between basic blocks
Nadav Rotem
2013-06-25
1
-1
/
+96
*
Print block frequencies in decimal form.
Jakob Stoklund Olesen
2013-06-25
1
-1
/
+10
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
10
-228
/
+160
*
X86 cost model: Vectorizing integer division is a bad idea
Arnold Schwaighofer
2013-06-25
1
-0
/
+25
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
Remove unused code. No functionality change.
Manman Ren
2013-06-25
1
-4
/
+0
*
The GCDA 402 format won't have a second checksum either.
Bill Wendling
2013-06-25
1
-1
/
+1
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
2
-0
/
+27
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
2
-8
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
2
-4
/
+0
*
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
2013-06-25
3
-49
/
+22
*
R600/SI: Expand xor v2i32/v4i32
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
2013-06-25
2
-0
/
+4
*
R600/SI: Expand ashr of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand srl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand or of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand mul of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand and of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
2
-10
/
+0
*
[PowerPC] Add extended rotate/shift mnemonics
Ulrich Weigand
2013-06-25
2
-9
/
+264
*
[PowerPC] Add rldcr/rldic instructions
Ulrich Weigand
2013-06-25
1
-0
/
+8
*
[PowerPC] Add extended subtract mnemonics
Ulrich Weigand
2013-06-25
2
-0
/
+54
*
[NVPTX] Default pointer type doesn't make sense for getParamSymbol()
Justin Holewinski
2013-06-25
2
-2
/
+2
*
Fix a typo in the code that collected the costs recursively.
Nadav Rotem
2013-06-25
1
-1
/
+1
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
4
-12
/
+4
*
Don't assume ResultPath is null terminated.
Rafael Espindola
2013-06-25
1
-1
/
+2
*
Revert "Temporarily enable MI-Sched on X86."
Andrew Trick
2013-06-25
1
-4
/
+1
*
R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
2013-06-25
2
-0
/
+13
*
R600: Add support for i32 loads from the constant address space on Cayman
Tom Stellard
2013-06-25
1
-0
/
+9
*
R600/SI: Add support for v4i32 and v4f32 kernel args
Tom Stellard
2013-06-25
1
-4
/
+5
*
R600: Fix typo in R600Schedule.td
Tom Stellard
2013-06-25
1
-2
/
+2
*
PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]
NAKAMURA Takumi
2013-06-25
1
-2
/
+2
*
Cleanup in unique_file when we only want the name.
Rafael Espindola
2013-06-25
1
-2
/
+10
*
80-column and tab character fixes.
Eric Christopher
2013-06-24
3
-5
/
+8
*
Formatting.
Eric Christopher
2013-06-24
1
-3
/
+2
*
typo.
Adrian Prantl
2013-06-24
1
-1
/
+1
*
Use const references instead of pointers to references that are
Eric Christopher
2013-06-24
2
-21
/
+23
*
[PowerPC] Support some miscellaneous mnemonics in the asm parser
Ulrich Weigand
2013-06-24
2
-0
/
+17
[next]