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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
80-col.
Eric Christopher
2013-11-11
1
-5
/
+7
*
Just pass the DIComposite type by value instead of by pointer.
Eric Christopher
2013-11-11
2
-6
/
+6
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-3
/
+25
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
1
-0
/
+18
*
Move debug message in vectorizer
Renato Golin
2013-11-11
1
-4
/
+1
*
Add PPC option for full register names in asm
Hal Finkel
2013-11-11
1
-0
/
+10
*
Simplify code. No functionality change.
Benjamin Kramer
2013-11-11
1
-5
/
+1
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
1
-2
/
+2
*
[NVPTX] Blacklist TailDuplicate pass
Justin Holewinski
2013-11-11
1
-0
/
+1
*
AArch64: refactor vector list creation to be more uniform
Tim Northover
2013-11-11
1
-101
/
+55
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
5
-29
/
+14
*
Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...
Bill Wendling
2013-11-10
1
-168
/
+6
*
Use type form of getIntPtrType.
Matt Arsenault
2013-11-10
3
-4
/
+5
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-1
/
+1
*
Use size function instead of manually calculating it.
Matt Arsenault
2013-11-10
1
-1
/
+1
*
Teach MergeFunctions about address spaces
Matt Arsenault
2013-11-10
1
-11
/
+19
*
IR: Refactor GEP range checks, reuse them for other parts of folding
David Majnemer
2013-11-10
1
-28
/
+51
*
Make method static
Matt Arsenault
2013-11-10
2
-2
/
+2
*
Fix missing C++ mode comment
Matt Arsenault
2013-11-10
1
-1
/
+1
*
Mostly finish up constant islands port for Mips for load constants.
Reed Kotler
2013-11-10
1
-3
/
+20
*
Remove some unnecessary temporary strings.
Benjamin Kramer
2013-11-09
2
-6
/
+5
*
[arm] Refine ARMBuildAttrs.h.
Logan Chien
2013-11-09
1
-6
/
+8
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
3
-14
/
+22
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
1
-14
/
+14
*
[mips] Make sure there is a chain edge dependency between loads that read
Akira Hatanaka
2013-11-09
1
-3
/
+5
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
1
-14
/
+14
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
5
-7
/
+44
*
Revert "Move copying of global initializers below the cloning of functions."
Adrian Prantl
2013-11-09
1
-4
/
+4
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
1
-14
/
+14
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
14
-47
/
+205
*
increase the accuracy of register pressure computation in the presence of dea...
Pedro Artigas
2013-11-08
2
-16
/
+36
*
X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()
Jim Grosbach
2013-11-08
1
-1
/
+3
*
Fix some minor issues with r194282 to get the tree healthy again.
Lang Hames
2013-11-08
1
-1
/
+2
*
Add a method to get the object-file appropriate stack map section.
Lang Hames
2013-11-08
2
-2
/
+4
*
Remove dead code from LoopUnswitch
Hal Finkel
2013-11-08
1
-127
/
+0
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
5
-9
/
+29
*
[VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting
Quentin Colombet
2013-11-08
1
-1
/
+5
*
Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...
Richard Barton
2013-11-08
1
-6
/
+2
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
5
-29
/
+9
*
ARM: fold prologue/epilogue sp updates into push/pop for code size
Tim Northover
2013-11-08
4
-32
/
+166
*
[ARM] Handling for coprocessor instructions that are undefined starting from ...
Artyom Skrobov
2013-11-08
1
-8
/
+21
*
[ARM] Handling for coprocessor instructions that are undefined starting from ...
Artyom Skrobov
2013-11-08
2
-9
/
+24
*
CalculateSpillWeights cleanup: remove unneeded includes
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+0
*
[mips][msa] Update encoding of LDI instruction.
Matheus Almeida
2013-11-08
1
-4
/
+4
*
[ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...
Artyom Skrobov
2013-11-08
1
-2
/
+3
*
Remove ^M from the file.
Bill Wendling
2013-11-08
1
-1419
/
+1415
*
IR: Properly canonicalize PointerType in ConstantExpr GEPs
David Majnemer
2013-11-07
1
-5
/
+6
*
IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
2013-11-07
1
-1
/
+37
*
Move copying of global initializers below the cloning of functions.
Bill Wendling
2013-11-07
1
-4
/
+4
*
Support for microMIPS trap instructions 1.
Zoran Jovanovic
2013-11-07
4
-8
/
+32
[next]