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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
2
-82
/
+56
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
2
-2
/
+2
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
2
-510
/
+18
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
7
-14
/
+14
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
2
-4
/
+4
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
2
-4
/
+4
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
3
-3
/
+3
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
2
-4
/
+6
*
[ms-inline asm] Add support for .att_syntax directive.
Chad Rosier
2012-09-10
1
-1
/
+4
*
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
1
-2
/
+8
*
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
3
-7
/
+15
*
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
2
-177
/
+269
*
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
1
-12
/
+42
*
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
1
-4
/
+15
*
Make helper function static.
Benjamin Kramer
2012-09-10
1
-2
/
+1
*
Add missing space before {. No functionality change.
Nick Lewycky
2012-09-09
1
-1
/
+1
*
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
2
-20
/
+41
*
Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.
Craig Topper
2012-09-08
1
-2
/
+3
*
Add support for lowering FABS of vector types.
Craig Topper
2012-09-08
1
-12
/
+25
*
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-08
2
-0
/
+2
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
Custom DAGCombine for and/or/xor are for all ARMs.
Jakob Stoklund Olesen
2012-09-07
1
-6
/
+3
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
3
-3
/
+1
*
PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...
Benjamin Kramer
2012-09-07
1
-5
/
+6
*
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
1
-8
/
+8
*
The Mips standalone assembler aliased instruction support.
Jack Carter
2012-09-07
1
-0
/
+20
*
The Mips standalone assembler intial directive support.
Jack Carter
2012-09-07
1
-0
/
+43
*
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-07
2
-7
/
+220
*
Remove unused variable introduced by r163346.
David Blaikie
2012-09-06
1
-2
/
+0
*
The Mips standalone assembler memory instruction support.
Jack Carter
2012-09-06
1
-7
/
+211
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
2
-0
/
+4
*
Diagnose invalid alignments on duplicating VLDn instructions.
Tim Northover
2012-09-06
1
-0
/
+4
*
Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...
Tim Northover
2012-09-06
1
-8
/
+38
*
Use correct part of complex operand to encode VST1 alignment.
Tim Northover
2012-09-06
1
-2
/
+2
*
AVX2 optimization.
Elena Demikhovsky
2012-09-06
1
-0
/
+40
*
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
1
-1
/
+1
*
Fix self-host; ensure signedness is consistent.
James Molloy
2012-09-06
1
-2
/
+2
*
Improve codegen for BUILD_VECTORs on ARM.
James Molloy
2012-09-06
1
-10
/
+56
*
Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...
James Molloy
2012-09-06
2
-17
/
+66
*
Remove duplicated helper function
Michael Liao
2012-09-06
1
-17
/
+1
*
Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...
Craig Topper
2012-09-06
2
-78
/
+78
*
Add patterns for converting stores of subvector_extracts of lower 128-bits of...
Craig Topper
2012-09-06
1
-0
/
+40
*
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
6
-95
/
+124
*
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-09-06
1
-2
/
+9
*
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-09-05
2
-100
/
+0
*
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
1
-56
/
+31
*
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
1
-22
/
+367
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
3
-3
/
+3
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
3
-13
/
+13
*
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
2
-3
/
+3
[next]