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
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LIR] Run clang-format over LoopIdiomRecognize in preparation for
Chandler Carruth
2015-08-12
1
-227
/
+219
*
[PM/AA] Remove the AliasDebugger pass.
Chandler Carruth
2015-08-12
3
-132
/
+0
*
[RewriteStatepointsForGC] Avoid using unrelocated pointers after safepoints
Philip Reames
2015-08-12
1
-0
/
+31
*
MIR Parser: Allow the MI IR references to reference global values.
Alex Lorenz
2015-08-12
1
-0
/
+3
*
MIR Serialization: Serialize the fixed stack pseudo source values.
Alex Lorenz
2015-08-12
2
-1
/
+14
*
NFC. Convert comments in MachineBasicBlock.cpp into new style.
Cong Hou
2015-08-12
1
-35
/
+23
*
MIR Parser: Move the parsing of fixed stack object indices into new method. NFC
Alex Lorenz
2015-08-12
1
-2
/
+11
*
MIR Serialization: Serialize the jump table pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+9
*
MIR Serialization: Serialize the GOT pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+10
*
[RewriteStatepointsForGC] Handle extractelement fully in the base pointer alg...
Philip Reames
2015-08-12
1
-61
/
+96
*
MIR Serialization: Serialize the stack pseudo source values.
Alex Lorenz
2015-08-12
4
-1
/
+9
*
fix typo; NFC
Sanjay Patel
2015-08-12
1
-1
/
+1
*
MIR Serialization: Serialize the constant pool pseudo source values.
Alex Lorenz
2015-08-12
4
-16
/
+60
*
Fix missing space in libfuzzer's help text.
Lenny Maiorani
2015-08-12
1
-1
/
+1
*
[PM/AA] Add missing static dependency edges from DSE and memdep to TLI.
Chandler Carruth
2015-08-12
2
-2
/
+4
*
[PM/AA] Explicitly depend on TLI rather than getting it out of the
Chandler Carruth
2015-08-12
1
-1
/
+7
*
[PM/AA] Stop getting the TargetLibraryInfo out of the AliasAnalysis and
Chandler Carruth
2015-08-12
1
-36
/
+36
*
WebAssembly: floating-point comparisons
JF Bastien
2015-08-12
2
-0
/
+16
*
[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
Chandler Carruth
2015-08-12
1
-5
/
+7
*
[LoopVer] Optionally allow using memchecks from LAA
Adam Nemet
2015-08-12
1
-0
/
+9
*
80-cols; NFC
Sanjay Patel
2015-08-12
1
-2
/
+2
*
[ValueTracking] Tweak a comment slightly
James Molloy
2015-08-12
1
-2
/
+2
*
fix typo; NFC
Sanjay Patel
2015-08-12
1
-1
/
+1
*
Redo "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-12
1
-0
/
+14
*
[GlobalMerge] Only emit aliases for internal linkage variables for non-Mach-O
John Brawn
2015-08-12
1
-3
/
+10
*
[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...
Zoran Jovanovic
2015-08-12
8
-9
/
+192
*
[X86] Disable mul -> shl + lea combine when compiling for minsize
Michael Kuperstein
2015-08-12
1
-0
/
+4
*
[X86] Allow x86 call frame optimization to fold more loads into pushes
Michael Kuperstein
2015-08-12
3
-9
/
+10
*
AMDGPU: Fix assert on dbg_value instructions
Matt Arsenault
2015-08-12
1
-0
/
+6
*
unused variable warning fix.
Simon Pilgrim
2015-08-12
1
-1
/
+1
*
[InstCombine] Move SSE/AVX vector blend folding to instcombiner
Simon Pilgrim
2015-08-12
2
-60
/
+17
*
X86: hoist a condition into a variable (NFC)
Saleem Abdulrasool
2015-08-12
1
-7
/
+8
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
7
-12
/
+31
*
[libFuzzer] add colons to the stats output to avoid confusion
Kostya Serebryany
2015-08-12
1
-2
/
+3
*
[libFuzzer] use raw C IO to reduce the risk of a deadlock in a signal handler.
Kostya Serebryany
2015-08-12
1
-2
/
+5
*
[x86] enable machine combiner reassociations for 256-bit vector FP mul/add
Sanjay Patel
2015-08-12
1
-0
/
+4
*
PseudoSourceValue: Transform the mips subclass to target independent subclasses
Alex Lorenz
2015-08-11
3
-82
/
+51
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
48
-532
/
+558
*
PseudoSourceValue: Introduce a 'PSVKind' enumerator.
Alex Lorenz
2015-08-11
2
-19
/
+22
*
PseudoSourceValue: Update comments and fix lowercase variable names. NFC.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
Reformat PseudoSourceValue.cpp and PseudoSourceValue.h. NFC.
Alex Lorenz
2015-08-11
1
-29
/
+26
*
Use 32-bit divides instead of 64-bit divides where possible.
Mark Heffernan
2015-08-11
1
-0
/
+4
*
Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.
Paul Robinson
2015-08-11
3
-1
/
+21
*
Fix PR24354.
Sanjoy Das
2015-08-11
1
-3
/
+2
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-08-11
1
-39
/
+34
*
fix 80-cols; NFC
Sanjay Patel
2015-08-11
1
-19
/
+22
*
NFC SelectionDAGDumper: fix typo
JF Bastien
2015-08-11
1
-1
/
+1
*
WebAssembly: implement comparison.
JF Bastien
2015-08-11
4
-25
/
+36
*
[x86] enable machine combiner reassociations for 128-bit vector single/double...
Sanjay Patel
2015-08-11
1
-2
/
+6
*
[LowerSwitch] Skip dead blocks for processSwitchInst()
Chen Li
2015-08-11
1
-4
/
+10
[next]