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
*
Create a pattern for the "trap" instruction.
Reed Kotler
2013-08-07
3
-0
/
+42
*
[lit] Use py2&3 compatible exec() syntax.
Daniel Dunbar
2013-08-07
1
-1
/
+7
*
[lit] Use newer StringIO class.
Daniel Dunbar
2013-08-07
1
-17
/
+19
*
[lit] Use modern absolute/relative import style.
Daniel Dunbar
2013-08-07
6
-76
/
+84
*
[lit] Avoid __cmp__ and cmp().
Daniel Dunbar
2013-08-07
1
-12
/
+12
*
[lit] Avoid use of iterator .next() method.
Daniel Dunbar
2013-08-07
2
-12
/
+10
*
[lit] Use .write() methods instead of print statement.
Daniel Dunbar
2013-08-07
6
-27
/
+26
*
[lit] Use dual-compatible print() syntax where possible.
Daniel Dunbar
2013-08-07
2
-33
/
+31
*
[lit] Remove use of deprecated parameter tuple unpacking.
Daniel Dunbar
2013-08-07
2
-3
/
+3
*
[lit] Remove uses of deprecated except syntax.
Daniel Dunbar
2013-08-07
3
-4
/
+7
*
[lit] Use more modern syntax for constructing exceptions.
Daniel Dunbar
2013-08-07
3
-10
/
+13
*
[lit] Drop --no-execute, which isn't generally useful.
Daniel Dunbar
2013-08-07
5
-14
/
+1
*
[lit] tests: Change discovery test to use --show-tests.
Daniel Dunbar
2013-08-07
1
-25
/
+31
*
[lit] Add a --show-tests option.
Daniel Dunbar
2013-08-07
1
-7
/
+21
*
[lit] Remove dead ignoreStdError argument.
Daniel Dunbar
2013-08-07
3
-5
/
+1
*
Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...
Alexander Kornienko
2013-08-07
1
-3
/
+2
*
Use correct platform detection macro: __MACOSX__ -> __APPLE__
Alexander Kornienko
2013-08-07
1
-6
/
+6
*
Fix boolean logic in LockFileManager and test it
Reid Kleckner
2013-08-07
3
-8
/
+59
*
Avoid using alloca in Windows/Program.inc
Reid Kleckner
2013-08-07
1
-13
/
+15
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
3
-14
/
+22
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
*
Disable tests on WIN32 (which has incorrect implementation of isPrint and
Alexander Kornienko
2013-08-07
1
-0
/
+15
*
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
[next]