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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
6
-9
/
+9
*
When we use the BLEND instruction that uses the MSB as a mask, we can remove
Nadav Rotem
2012-12-07
1
-1
/
+6
*
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
1
-7
/
+14
*
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
1
-3
/
+4
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
4
-1
/
+233
*
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-07
2
-18
/
+26
*
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-07
3
-23
/
+0
*
[mips] Shorten predicate name.
Akira Hatanaka
2012-12-07
5
-105
/
+105
*
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-12-07
3
-15
/
+2
*
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-12-07
3
-4
/
+4
*
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
Matt Beaumont-Gay
2012-12-06
1
-0
/
+1
*
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
4
-73
/
+48
*
Remove unneeded function, since PR8156 was fixed over a year ago.
Jakub Staszak
2012-12-06
1
-18
/
+1
*
Simplify code.
Jakub Staszak
2012-12-06
1
-3
/
+1
*
Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...
Craig Topper
2012-12-06
1
-13
/
+5
*
Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...
Craig Topper
2012-12-06
2
-4
/
+9
*
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
1
-11
/
+22
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
4
-0
/
+73
*
Define new-value store instructions with base+immediate addressing mode
Jyotsna Verma
2012-12-05
1
-128
/
+53
*
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
1
-1
/
+1
*
Correct ARM NOP encoding
David Sehr
2012-12-05
1
-1
/
+1
*
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-05
1
-1
/
+1
*
Use multiclass to define store instructions with base+immediate offset
Jyotsna Verma
2012-12-05
1
-138
/
+68
*
Fix misplaced closing brace.
Matthew Curtis
2012-12-05
1
-1
/
+2
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
2
-11
/
+11
*
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-05
4
-78
/
+68
*
Add x86 isel lowering logic to form bit test with inverted condition. e.g.
Evan Cheng
2012-12-05
1
-6
/
+17
*
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
1
-2
/
+2
*
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
1
-0
/
+117
*
Define store instructions with base+register offset addressing mode
Jyotsna Verma
2012-12-04
1
-352
/
+116
*
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
2
-2
/
+2
*
Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...
Jyotsna Verma
2012-12-04
3
-17
/
+97
*
Add constant extender support to ALU32 instructions for V2.
Jyotsna Verma
2012-12-04
1
-51
/
+79
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
13
-15
/
+156
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
49
-100
/
+100
*
Move all operand definitions into HexagonOperands.td
Jyotsna Verma
2012-12-04
2
-53
/
+57
*
Move generic Hexagon subtarget information into Hexagon.td
Jyotsna Verma
2012-12-04
2
-64
/
+101
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
2
-270
/
+0
*
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
3
-11
/
+24
*
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
1
-103
/
+0
*
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
2
-0
/
+65
*
Define store instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
2
-185
/
+78
*
Define load instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
1
-203
/
+73
*
Define unsigned const-ext predicates.
Jyotsna Verma
2012-12-03
1
-0
/
+128
*
Removing unnecessary 'else' statement from the predicates defined in HexagonO...
Jyotsna Verma
2012-12-03
1
-48
/
+12
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
181
-798
/
+793
*
Define signed const-ext predicates.
Jyotsna Verma
2012-12-03
1
-0
/
+131
*
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
1
-13
/
+74
*
Use multiclass for the load instructions with MEMri operand.
Jyotsna Verma
2012-11-30
1
-184
/
+66
*
This patch fixes the Altivec addend construction for the fused multiply-add
Adhemerval Zanella
2012-11-30
1
-5
/
+7
[next]