index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to appease buildbots.
George Burgess IV
2016-06-08
1
-3
/
+8
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
18
-236
/
+336
*
Remove a patch .rej file.
Rui Ueyama
2016-06-08
1
-11
/
+0
*
[AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.
Quentin Colombet
2016-06-08
3
-1
/
+166
*
[RegBankSelect] Use RegisterBankInfo applyMapping method.
Quentin Colombet
2016-06-08
1
-11
/
+8
*
[NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replaced
Roman Gareev
2016-06-08
1
-1
/
+0
*
[profile] Hide some external symbols in InstrProfData.inc
Vedant Kumar
2016-06-08
2
-17
/
+31
*
[ProfileData] Update llvm's copy of InstrProfData.inc
Vedant Kumar
2016-06-08
1
-19
/
+31
*
[RegisterBankInfo] Implement the method to apply a mapping.
Quentin Colombet
2016-06-08
2
-0
/
+61
*
[RegBankSelect] Use the OperandMapper class to hold remap information.
Quentin Colombet
2016-06-08
1
-10
/
+8
*
[RegBankSelect] Use const_iterator instead of iterator for repairReg.
Quentin Colombet
2016-06-08
2
-5
/
+6
*
[profile] Pass extra build flags (feature enabling macros) to Darwin build
Xinliang David Li
2016-06-08
2
-2
/
+1
*
[RegisterBankInfo] Introduce OperandsMapper class.
Quentin Colombet
2016-06-08
2
-0
/
+170
*
[Target] Introduce a generic opcode for bitwise OR: G_OR.
Quentin Colombet
2016-06-08
5
-7
/
+25
*
[Sema] Don't permit catching variably modified types
David Majnemer
2016-06-08
3
-0
/
+21
*
[RegBankSelect] Introduce a command line option to override the running mode.
Quentin Colombet
2016-06-08
1
-0
/
+14
*
[RegBankSelect] Explain what it would take to support non-copy
Quentin Colombet
2016-06-08
1
-0
/
+9
*
Prune away some unused using decls. NFC.
Benjamin Kramer
2016-06-08
5
-13
/
+0
*
[clang-tidy] misc-argument-comment: don't bail out when an argument is a macr...
Alexander Kornienko
2016-06-08
3
-13
/
+16
*
[ARM] MSR instructions implicitly set CPSR
Oliver Stannard
2016-06-08
3
-0
/
+59
*
[OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu
2016-06-08
3
-38
/
+117
*
[include-fixer] Keep dot dot in SymbolInfo file paths.
Haojian Wu
2016-06-08
4
-8
/
+13
*
[include-fixer] explicitly set minimize-paths in test.
Eric Liu
2016-06-08
1
-1
/
+1
*
Patch ready for #2436
Marshall Clow
2016-06-08
1
-1
/
+1
*
[Sparc] Complex return value ABI compliance.
Chris Dewhurst
2016-06-08
1
-0
/
+45
*
[Sparc] Complex return value ABI compliance.
Chris Dewhurst
2016-06-08
1
-0
/
+19
*
[lit] Ensure we get bytes when reading redirected output files.
Daniel Dunbar
2016-06-08
1
-1
/
+1
*
Move a function declaration to a header.
Rui Ueyama
2016-06-08
2
-2
/
+1
*
Support: correct AArch64 TargetParser implementation
Saleem Abdulrasool
2016-06-08
2
-20
/
+62
*
[clang-tidy] correct clang-tidy-diff.py help message
Alexander Kornienko
2016-06-08
1
-5
/
+5
*
clang-format: [JS] fix a FIXME.
Martin Probst
2016-06-08
1
-1
/
+1
*
clang-format: [JS] fix an assertion failure caused by shrinking sources.
Martin Probst
2016-06-08
2
-2
/
+28
*
[AVX512] Emit select instruction instead of using x86 specific instrinsics.
Igor Breger
2016-06-08
10
-283
/
+274
*
[PM] LoopSimplify. Remove unneeded pass dependencies. NFCI.
Davide Italiano
2016-06-08
1
-3
/
+0
*
[PM/SimplifyCFG] Preserve GlobalsAA even if the IR is mutated.
Davide Italiano
2016-06-08
1
-4
/
+5
*
[mips] Add a proper file header in MipsFastISel.cpp
Vasileios Kalintiris
2016-06-08
1
-2
/
+15
*
[ELF] - Removed includeInGnuHashTable() function. NFC.
George Rimar
2016-06-08
1
-6
/
+1
*
Correcting a typo in a comment; NFC.
Aaron Ballman
2016-06-08
1
-1
/
+1
*
[Hexagon] Modify HexagonExpandCondsets to handle subregisters
Krzysztof Parzyszek
2016-06-08
1
-507
/
+454
*
[ELF] - Fixed mistype in comment. NFC.
George Rimar
2016-06-08
1
-1
/
+1
*
[ELF] Replace getELFRelocationTypeName() calls with getRelName(). NFC.
George Rimar
2016-06-08
2
-11
/
+9
*
[include-fixer] do not add enum forward declaration into symbol index table.
Eric Liu
2016-06-08
2
-4
/
+9
*
[ELF] Simplify shouldMerge() result calculation. NFC.
George Rimar
2016-06-08
1
-4
/
+1
*
[ELF] - Replaced one more hardcode with named constant. NFC.
George Rimar
2016-06-08
1
-2
/
+1
*
[ELF] - Replaced hardcode with named constants. NFC.
George Rimar
2016-06-08
2
-3
/
+3
*
[clang-tidy] misc-macro-parentheses - avoid adding parentheses in variable de...
Daniel Marjamaki
2016-06-08
2
-2
/
+53
*
[ARM] Remove redundant check. NFC
Diana Picus
2016-06-08
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
23
-41
/
+41
*
clang-format: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
2
-3
/
+14
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
2
-4
/
+2
[next]