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
...
*
Remove the form field from Mips16 instruction formats and set things
Reed Kotler
2013-02-14
3
-87
/
+73
*
Don't assume the mangling of static functions.
Rafael Espindola
2013-02-14
1
-6
/
+0
*
Don't asume that a static function in an extern "C" block will not be mangled.
Rafael Espindola
2013-02-14
1
-1
/
+1
*
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
2
-150
/
+6
*
Hexagon: add support for predicate-GPR copies.
Anshuman Dasgupta
2013-02-13
1
-0
/
+12
*
R600: Add support for 128-bit parameters
Tom Stellard
2013-02-13
2
-0
/
+5
*
Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Nick Lewycky
2013-02-13
1
-5
/
+11
*
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
2
-6
/
+150
*
Hexagon: Use absolute addressing mode loads/stores for global+offset
Jyotsna Verma
2013-02-13
6
-1052
/
+224
*
[ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
2013-02-13
1
-13
/
+18
*
For Mips 16, add the optimization where the 16 bit form of addiu sp can be used
Reed Kotler
2013-02-13
3
-3
/
+46
*
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-13
1
-1
/
+3
*
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-13
3
-3
/
+41
*
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
Benjamin Kramer
2013-02-13
1
-0
/
+8
*
Make jumptables work for -static
Reed Kotler
2013-02-13
1
-0
/
+2
*
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
2013-02-13
1
-0
/
+10
*
Check i1 as well as i8 variables for 8 bit registers for x86 inline
Eric Christopher
2013-02-13
1
-1
/
+1
*
Test commit. Fixed typo.
David Peixotto
2013-02-13
1
-1
/
+1
*
Hexagon: Add support to generate predicated absolute addressing mode
Jyotsna Verma
2013-02-12
1
-20
/
+123
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
17
-1997
/
+1274
*
R600: Fix regression with shadow array sampler on pre-SI GPUs.
Michel Danzer
2013-02-12
1
-1
/
+1
*
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
1
-0
/
+33
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
1
-1
/
+37
*
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-12
1
-4
/
+2
*
[mips] Expand pseudo instructions before they are emitted in
Akira Hatanaka
2013-02-11
1
-11
/
+38
*
[mips] Fix indentation.
Akira Hatanaka
2013-02-11
1
-41
/
+39
*
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
4
-382
/
+1470
*
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-11
2
-0
/
+86
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
1
-4
/
+4
*
R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
Michel Danzer
2013-02-11
1
-15
/
+9
*
AArch64: fix build on some MSVC versions
Tim Northover
2013-02-11
1
-3
/
+3
*
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
1
-6
/
+1
*
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
2
-18
/
+218
*
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
1
-0
/
+74
*
Spelling correction
Joel Jones
2013-02-10
1
-1
/
+1
*
Test Commit - Remove some trailing whitespace in R600Instructions.td
Vincent Lejeune
2013-02-10
1
-6
/
+6
*
[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...
Justin Holewinski
2013-02-09
1
-1
/
+2
*
R600: Dump the function name when TargetLowering::LowerCall() fails
Tom Stellard
2013-02-08
1
-0
/
+5
*
R600: rework flow creation in the structurizer v2
Tom Stellard
2013-02-08
1
-177
/
+195
*
R600: fix loop analyses in the structurizer
Tom Stellard
2013-02-08
1
-113
/
+183
*
R600: fix PHI value adding in the structurizer
Tom Stellard
2013-02-08
1
-65
/
+81
*
Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the
Reed Kotler
2013-02-08
2
-0
/
+21
*
Refine fix to bug 15041.
Bill Schmidt
2013-02-08
1
-18
/
+17
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-2
/
+11
*
When Mips16 frames grow large, the immediate field may exceed the maximum
Reed Kotler
2013-02-08
3
-10
/
+90
*
[mips] Make Filler a class and reduce indentation.
Akira Hatanaka
2013-02-07
1
-34
/
+38
*
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-07
1
-0
/
+19
*
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-07
3
-3
/
+14
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
5
-178
/
+16
*
R600/SI: Handle VGPR64 destination in copyPhysReg().
Tom Stellard
2013-02-07
1
-1
/
+9
[prev]
[next]