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
*
Check for _strtoi64 in the cmake build if strtoll is missing
Reid Kleckner
2013-08-07
2
-14
/
+10
*
Remove unused functions introduced in r172685 to unbreak the Clang -Werror build
David Blaikie
2013-08-07
1
-16
/
+0
*
Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...
Alexander Kornienko
2013-08-07
4
-5
/
+555
*
Replacing /GR with /GR- instead of applying both options to the project. Thi...
Aaron Ballman
2013-08-06
1
-1
/
+1
*
R600: Add new file from r187831 to CMakeLists.txt
Tom Stellard
2013-08-06
1
-0
/
+1
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
22
-622
/
+622
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
6
-44
/
+247
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
10
-77
/
+128
*
[NVPTX] We dont have any target specific flags yet for generating symbol refe...
Justin Holewinski
2013-08-06
1
-7
/
+2
*
[mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
Akira Hatanaka
2013-08-06
3
-54
/
+41
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
2
-6
/
+9
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
4
-19
/
+25
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
3
-8
/
+117
*
[mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'
Akira Hatanaka
2013-08-06
3
-38
/
+18
*
[mips] Replace usages of register classes with register operands. Also, remove
Akira Hatanaka
2013-08-06
7
-168
/
+221
*
Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...
Shuxin Yang
2013-08-06
1
-9
/
+9
*
Use gnu style builtins in MathExtras.h with clang on Windows
Reid Kleckner
2013-08-06
1
-4
/
+4
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
17
-50
/
+54
*
[LangRef] Alphabetize function attribute listing.
Sean Silva
2013-08-06
1
-4
/
+4
*
Adjust file to the coding standard.
Jakub Staszak
2013-08-06
1
-53
/
+49
*
Add PPC64 mulli pattern
Hal Finkel
2013-08-06
2
-0
/
+19
*
Remove extraneous semicolon.
Jakub Staszak
2013-08-06
1
-1
/
+1
*
This corrects creation of operands for t2PLDW. It also removes the definition...
Mihai Popa
2013-08-06
4
-27
/
+31
*
Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...
Mihai Popa
2013-08-06
4
-20
/
+19
*
[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
Justin Holewinski
2013-08-06
2
-11
/
+56
*
[NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
2013-08-06
5
-53
/
+86
*
[NVPTX] Start conversion to MC infrastructure
Justin Holewinski
2013-08-06
11
-317
/
+611
*
ARM: implement allowTruncateForTailCall
Tim Northover
2013-08-06
3
-0
/
+129
*
Add a release not about llvm-ar.
Rafael Espindola
2013-08-06
1
-0
/
+3
*
Remove oddly named libraries with "make uninstall-local"
Tim Northover
2013-08-06
1
-1
/
+1
*
Store compile unit corresponding to each chain of inlined debug info entries....
Alexey Samsonov
2013-08-06
5
-39
/
+44
*
LLVM Interpreter: fixed bug 16694
Elena Demikhovsky
2013-08-06
1
-52
/
+137
*
Add LLVM-style RTTI to DIContext/DWARFContext classes
Alexey Samsonov
2013-08-06
2
-1
/
+15
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
9
-134
/
+484
*
Unbreak Debug build on Windows
Serge Pavlov
2013-08-06
1
-0
/
+1
*
Simplify vector lane handling math a bit. No functional change intended.
Craig Topper
2013-08-06
1
-22
/
+16
*
Simplify math a little bit.
Craig Topper
2013-08-06
1
-16
/
+17
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
12
-12
/
+14
*
Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.
Craig Topper
2013-08-06
1
-1
/
+1
*
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
NAKAMURA Takumi
2013-08-06
1
-0
/
+2
*
Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...
NAKAMURA Takumi
2013-08-06
1
-2
/
+0
*
Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...
Craig Topper
2013-08-06
1
-1
/
+1
*
Check against >= 0 instead of != -1 in getSplatIndex because it generally com...
Craig Topper
2013-08-06
1
-1
/
+1
*
Remove trailing whitespace and fix an 80-column violation. No functional change.
Craig Topper
2013-08-06
1
-4
/
+5
*
Simplify code slightly. No functional change.
Craig Topper
2013-08-06
1
-4
/
+2
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
21
-703
/
+832
*
Allow 4 as a valid debug info version.
Eric Christopher
2013-08-06
1
-1
/
+1
*
Add some comment to LTOCodeGenerator class
Shuxin Yang
2013-08-06
1
-1
/
+44
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
2
-2
/
+2
*
FileCheckize some of the testcases.
Bill Wendling
2013-08-05
13
-26
/
+39
[next]