index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
7
-250
/
+77
2016-05-20
MachineVerifier: subregs so not require defs/valnos on every path
Matthias Braun
2
-2
/
+29
2016-05-20
Fix struct member names and simplify. NFC.
Rui Ueyama
1
-6
/
+4
2016-05-20
[PowerPC] Add a testcase for TCO on string rvo function
Tim Shen
1
-0
/
+44
2016-05-20
[yaml2obj] [MachO] Fill Segment and Section data
Chris Bieneman
1
-7
/
+61
2016-05-20
add test vector sdiv
Sanjay Patel
1
-0
/
+15
2016-05-20
add test for vector shift
Sanjay Patel
1
-0
/
+13
2016-05-20
SDAG: Implement Select instead of SelectImpl in PPCDAGToDAGISel
Justin Bogner
1
-151
/
+209
2016-05-20
[lanai] Change reloc to use PIC_ by default and cleanup.
Jacques Pienaar
7
-23
/
+23
2016-05-20
Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. This
Richard Smith
1
-2
/
+2
2016-05-20
Add a configure-time check for the existence of sigaltstack. It seems that some
Richard Smith
3
-2
/
+10
2016-05-20
Reinstate r269992 (reverting r270267), but restricted to cases where glibc is
Richard Smith
2
-4
/
+60
2016-05-20
Create a sigaltstack when we register our signal handlers. Otherwise we'd very
Richard Smith
1
-0
/
+31
2016-05-20
Revert r270268 due to unused variable warnings.
Michael Kuperstein
1
-12
/
+17
2016-05-20
add tests for vector urem
Sanjay Patel
1
-1
/
+23
2016-05-20
Address post-review for r270246
David Majnemer
1
-11
/
+13
2016-05-20
dsymutil/modules: Reword the warning for static libraries without module caches
Adrian Prantl
8
-29
/
+58
2016-05-20
[BasicAA] Turn DecomposeGEPExpression runtime checks into asserts.
Michael Kuperstein
1
-17
/
+12
2016-05-20
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
Chris Bieneman
2
-52
/
+4
2016-05-20
use FileCheck instead of grep for exact checking
Sanjay Patel
1
-5
/
+10
2016-05-20
[esan] Use ModulePass for EfficiencySanitizerPass.
Derek Bruening
2
-10
/
+18
2016-05-20
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
9
-11
/
+182
2016-05-20
Use report_fatal_error after all
Krzysztof Parzyszek
1
-1
/
+1
2016-05-20
LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().
Matthias Braun
5
-17
/
+97
2016-05-20
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.
Peter Collingbourne
2
-5
/
+2
2016-05-20
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
6
-41
/
+49
2016-05-20
CODE_OWNERS: Take ownership of SelectionDAG
Justin Bogner
1
-4
/
+1
2016-05-20
[AArch64] Disable narrow load merge by default
Jun Bum Lim
2
-4
/
+4
2016-05-20
Functions with differing phis should not be merged.
Mark Lacey
2
-0
/
+61
2016-05-20
[RegBankSelect] Look for the best mapping in greedy mode.
Quentin Colombet
2
-10
/
+45
2016-05-20
[MachOYAML] Removing duplicated field from LC_UUID YAML
Chris Bieneman
3
-4
/
+0
2016-05-20
[RegBankSelect] Get rid of a now dead method: setSafeInsertPoint.
Quentin Colombet
2
-39
/
+0
2016-05-20
[X86] Reduce memory allocations in X86TargetMachine::getSubtargetImpl
David Majnemer
3
-10
/
+15
2016-05-20
[RegBankSelect] Take advantage of a potential best cost information in
Quentin Colombet
2
-4
/
+24
2016-05-20
[RegBankSelect] Use frequency and probability information to compute
Quentin Colombet
2
-7
/
+40
2016-05-20
[RegBankSelect] Use the Fast mode for functions with the optnone attribute.
Quentin Colombet
1
-0
/
+6
2016-05-20
[obj2yaml][yaml2obj] Adding enumFallback for MachO load commands
Chris Bieneman
3
-3
/
+56
2016-05-20
fix comments; NFC
Sanjay Patel
1
-9
/
+8
2016-05-20
use range-loops; NFCI
Sanjay Patel
1
-4
/
+2
2016-05-20
[RegBankSelect] Specify different optimization mode for the pass.
Quentin Colombet
2
-4
/
+19
2016-05-20
fix documentation comments; NFC
Sanjay Patel
1
-9
/
+8
2016-05-20
Fix error reporting in register scavenger (lack of emergency spill slot)
Krzysztof Parzyszek
1
-7
/
+4
2016-05-20
[RegBankSelect] Add a method to avoid splitting while repairing.
Quentin Colombet
2
-0
/
+137
2016-05-20
[PM/PartiallyInlineLibCalls] Fix pass dependencies.
Davide Italiano
1
-10
/
+13
2016-05-20
[X86][AVX] Generalized matching for target shuffle combines
Simon Pilgrim
3
-133
/
+161
2016-05-20
[X86][AVX] Sync with clang/test/CodeGen/avx-builtins.c
Simon Pilgrim
1
-211
/
+3303
2016-05-20
[PartiallyInlineLibCalls] Remove dead includes. NFC.
Davide Italiano
1
-2
/
+0
2016-05-20
[PM/PartiallyInlineLibCalls] Convert to static function in preparation for po...
Davide Italiano
1
-55
/
+49
2016-05-20
[SimplifyCFG] eliminate switch cases based on known range of switch condition
Sanjay Patel
2
-8
/
+10
2016-05-20
Correction to r270219: fix detection of invalid frame index
Krzysztof Parzyszek
1
-1
/
+2
[next]