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
...
*
Implement a vectorized algorithm for <16 x i8> << <16 x i8>
Nate Begeman
2010-07-28
1
-21
/
+73
*
~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...
Nate Begeman
2010-07-27
2
-0
/
+34
*
Make MC use Windows COFF on Windows and add tests.
Michael J. Spencer
2010-07-27
2
-0
/
+23
*
The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting
Jakob Stoklund Olesen
2010-07-27
1
-2
/
+3
*
Add assertions that expose the PR7713 miscompilation: Accessing a stack slot
Jakob Stoklund Olesen
2010-07-27
1
-0
/
+4
*
And a bit more non-ASCII stuff.
Eli Friedman
2010-07-26
1
-1
/
+1
*
Drop some non-ascii stuff
Anton Korobeynikov
2010-07-26
1
-7
/
+7
*
On x86, f32 / f64 nodes share the same registers as 128-bit vector values.
Evan Cheng
2010-07-26
2
-0
/
+30
*
Add a note
Anton Korobeynikov
2010-07-26
1
-0
/
+21
*
Temporary hack to let codegen assert or generate poor code in case
Bruno Cardoso Lopes
2010-07-26
1
-8
/
+13
*
Currently EH lowering code expects typeinfo to be global only.
Anton Korobeynikov
2010-07-26
1
-2
/
+11
*
ARM fastisel isn't ready.
Evan Cheng
2010-07-26
1
-1
/
+2
*
Remove extraneous semicolon
Douglas Gregor
2010-07-25
1
-1
/
+1
*
Unbreak CMake build
Douglas Gregor
2010-07-25
1
-0
/
+1
*
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-24
6
-1
/
+222
*
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-24
2
-0
/
+21
*
Support x86 "eiz" and "riz" pseudo index registers in the assembler.
Bruno Cardoso Lopes
2010-07-24
3
-1
/
+25
*
Use the appropriate register class for an i32 when adding ARM::LR to the
Jim Grosbach
2010-07-23
1
-1
/
+1
*
Revert 109076. It is wrong and was causing regressions. Add some
Dale Johannesen
2010-07-23
1
-18
/
+48
*
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
2
-0
/
+24
*
Remove trailing whitespace
Bruno Cardoso Lopes
2010-07-23
1
-30
/
+30
*
Add AVX version of CLMUL instructions
Bruno Cardoso Lopes
2010-07-23
3
-0
/
+58
*
fix constness warnings
Gabor Greif
2010-07-23
2
-2
/
+4
*
do not (implicitly) dereference iterator many times, cache it instead
Gabor Greif
2010-07-23
1
-2
/
+3
*
Declare CLMUL as a subtarget feature
Bruno Cardoso Lopes
2010-07-23
1
-0
/
+2
*
Add x86 CLMUL (Carry-less multiplication) cpu feature
Bruno Cardoso Lopes
2010-07-23
3
-3
/
+10
*
Add complete assembler support for FMA3 instructions, with descriptions and e...
Bruno Cardoso Lopes
2010-07-23
3
-0
/
+72
*
The only supported calling convention for X86-64 uses
Dale Johannesen
2010-07-23
1
-1
/
+14
*
Fix some AVX instructions which didnt had HasAVX prefix. And also a problem w...
Bruno Cardoso Lopes
2010-07-23
1
-6
/
+8
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
4
-5
/
+5
*
Add remaining AVX instructions (most of them dealing with GR64 destinations. ...
Bruno Cardoso Lopes
2010-07-22
1
-5
/
+30
*
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
2
-9
/
+0
*
switch a private implementation of GetFunctionSizeInBytes.
Chris Lattner
2010-07-22
1
-1
/
+14
*
X86MCInstLower now depends on AsmPrinter being around.
Chris Lattner
2010-07-22
2
-32
/
+11
*
instead of migrating it to the MC instruction encoder, just
Chris Lattner
2010-07-22
3
-553
/
+100
*
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-22
2
-1
/
+14
*
undo 80 column trespassing I caused
Gabor Greif
2010-07-22
1
-1
/
+2
*
Mark an assert-only variable as used.
Chandler Carruth
2010-07-22
1
-0
/
+1
*
Fix the generated file name for CMake.
Chandler Carruth
2010-07-22
1
-1
/
+1
*
Attempt to fix linking issues with CMake. Please review other CMake users,
Chandler Carruth
2010-07-22
2
-2
/
+2
*
Update CMake files.
Owen Anderson
2010-07-22
1
-0
/
+1
*
Custom lower the memory barrier instructions and add support
Eric Christopher
2010-07-22
5
-18
/
+75
*
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-22
1
-2
/
+10
*
80-columns.
Eric Christopher
2010-07-22
1
-9
/
+12
*
Make fast isel win64-aware w.r.t. call-clobbered regs
Nate Begeman
2010-07-22
1
-3
/
+14
*
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
1
-14
/
+11
*
Add more 256-bit forms for a bunch of regular AVX instructions
Bruno Cardoso Lopes
2010-07-21
2
-76
/
+160
*
Fixes win64. It was broken by a previous patch where I missed the !isWin64
Rafael Espindola
2010-07-21
1
-4
/
+8
*
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
1
-0
/
+17
*
add some rough support for making mcinst lowering work without an
Chris Lattner
2010-07-21
1
-5
/
+23
[prev]
[next]