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 get cl-pch-showincludes passing on AArch64 bots.
Nico Weber
2016-03-13
1
-0
/
+1
*
Revert "Revert "Update Polly for the removal of PreserveNames from IRBuilder ...
Mehdi Amini
2016-03-13
1
-10
/
+6
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-4
/
+2
*
Remove uint32_X type.
Rui Ueyama
2016-03-13
2
-9
/
+4
*
Remove some unused variables
David Blaikie
2016-03-13
1
-5
/
+4
*
ELF: Split initializeSections and add comments.
Rui Ueyama
2016-03-13
2
-18
/
+37
*
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
2016-03-13
17
-56
/
+46
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
14
-41
/
+32
*
Remove `else` after `return`.
Rui Ueyama
2016-03-13
1
-2
/
+1
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-4
/
+2
*
Remove unused #include.
Rui Ueyama
2016-03-13
1
-5
/
+2
*
Remove a local variable. NFC.
Rui Ueyama
2016-03-13
1
-3
/
+2
*
[ELF][MIPS] Use TargetInfo::needsGot call to check necessity of GOT for local...
Simon Atanasyan
2016-03-13
1
-1
/
+1
*
ELF: Add `Rela` member variable to Config.
Rui Ueyama
2016-03-13
5
-22
/
+19
*
ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama
2016-03-13
7
-57
/
+56
*
ELF: Set e_flags header only when MIPS.
Rui Ueyama
2016-03-13
1
-4
/
+4
*
[X86][SSE] Added truncated vector arithmetic tests.
Simon Pilgrim
2016-03-13
1
-0
/
+5241
*
[X86][SSE41] Avoid variable blend for constant v8i16 shifts
Simon Pilgrim
2016-03-13
7
-131
/
+66
*
[ELF][MIPS] Add elf namespace name to the ObjectFile.
Simon Atanasyan
2016-03-13
1
-1
/
+1
*
[ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions....
Simon Atanasyan
2016-03-13
1
-34
/
+47
*
Added test that covers changes in r263379.
Amjad Aboud
2016-03-13
1
-0
/
+10
*
Fixed DIBuilder to verify that same imported entity will not be added twice t...
Amjad Aboud
2016-03-13
2
-1
/
+21
*
[CodeView] Truncate display names
David Majnemer
2016-03-13
1
-5
/
+8
*
[Bitcode] Make writeComdats less strange
David Majnemer
2016-03-13
1
-2
/
+2
*
Cosmetic change. NFC.
Rui Ueyama
2016-03-13
1
-1
/
+2
*
Move an OutputSectionBase member function to the top.
Rui Ueyama
2016-03-13
1
-5
/
+5
*
ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
Fiona Glaser
2016-03-13
1
-5
/
+5
*
Simplify. NFC.
Rui Ueyama
2016-03-13
1
-10
/
+3
*
Fix build
Matt Arsenault
2016-03-13
1
-0
/
+1
*
Update for new argument to scalbn
Matt Arsenault
2016-03-13
1
-4
/
+6
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
3
-12
/
+35
*
APFloat: Fix scalbn handling of denormals
Matt Arsenault
2016-03-13
3
-36
/
+151
*
Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.
Rui Ueyama
2016-03-13
5
-51
/
+34
*
Define IsRela static const member to Elf_Rel type.
Rui Ueyama
2016-03-13
1
-0
/
+4
*
Cosmetic change to reduce repetitions. NFC.
Rui Ueyama
2016-03-13
1
-11
/
+9
*
Redefine isGnuIfunc as a member function of SymbolBody.
Rui Ueyama
2016-03-13
4
-13
/
+15
*
Body can never be null in this context.
Rui Ueyama
2016-03-13
1
-1
/
+1
*
Remove dead code.
Rui Ueyama
2016-03-13
2
-11
/
+2
*
Do not return a bool value from error().
Rui Ueyama
2016-03-13
4
-16
/
+16
*
The difference of getBss() and Out<ELFT>::Bss is subtle, so remove that funct...
Rui Ueyama
2016-03-13
1
-11
/
+14
*
Split addCopyRelSymbols. NFC.
Rui Ueyama
2016-03-13
1
-11
/
+19
*
Remove redundant check.
Rui Ueyama
2016-03-13
1
-2
/
+0
*
Fix spelling.
Rui Ueyama
2016-03-13
2
-4
/
+4
*
"Windows" is a product name, so it should be spelled correctly.
Rui Ueyama
2016-03-13
1
-1
/
+1
*
Simplify findMipsPairedReloc function signature. NFC.
Rui Ueyama
2016-03-13
2
-17
/
+22
*
Also test that the pch file is not printed in /showIncludes
Nico Weber
2016-03-13
1
-0
/
+1
*
[X86] Remove many operands that represent memory stores from outs to ins. The...
Craig Topper
2016-03-13
6
-34
/
+34
*
Make test a bit stricter to check not just the file basename is printed.
Nico Weber
2016-03-13
1
-4
/
+4
*
clang-cl: Add /Yc argument to /showIncludes output.
Nico Weber
2016-03-13
4
-29
/
+34
*
ELF: Include the build ID section in the first page.
Rui Ueyama
2016-03-13
2
-1
/
+10
[next]