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
*
Make x86-64 membarriers work without sse and clean up some of the
Eric Christopher
2010-08-04
3
-4
/
+14
*
and back in. false alarm on the tests from another unrelated local change.
Jim Grosbach
2010-08-04
1
-2
/
+7
*
PR7814: Truncates cannot be ignored for signed comparisons.
Eli Friedman
2010-08-04
1
-1
/
+2
*
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
1
-0
/
+13
*
oops. revert for a moment to clean up tests first.
Jim Grosbach
2010-08-04
1
-7
/
+2
*
Reserve a stack slot if the function adjusts the stack but doesn't
Jim Grosbach
2010-08-04
1
-2
/
+7
*
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
1
-0
/
+14
*
Use indirect calls in PowerPC JIT.
Torok Edwin
2010-08-04
3
-10
/
+31
*
Remove switch for disabling ARM tail calls. They
Dale Johannesen
2010-08-04
1
-9
/
+0
*
Add DEBUG message.
Devang Patel
2010-08-04
1
-0
/
+4
*
Enable COFF writer on mingw32 and cygwin.
Benjamin Kramer
2010-08-04
1
-0
/
+2
*
Make SPU backend handle insertelement and
Kalle Raiskila
2010-08-04
3
-2
/
+12
*
Print an error message when someone tries -integrated-as on an unsupported ta...
Benjamin Kramer
2010-08-04
1
-1
/
+7
*
by Alexander Herz:
Gabor Greif
2010-08-04
1
-0
/
+7
*
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-04
1
-0
/
+16
*
fix a win64 encoding problem, patch by Cameron Esfahani!
Chris Lattner
2010-08-03
1
-1
/
+1
*
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-08-03
4
-20
/
+39
*
CMake: Change somme target library names:
Oscar Fuentes
2010-08-03
2
-2
/
+2
*
More SPU v2f32 stuff added: insertelement and shuffle.
Kalle Raiskila
2010-08-02
2
-0
/
+9
*
Add preliminary v2f32 support for SPU. Like with v2i32, we just
Kalle Raiskila
2010-08-02
4
-69
/
+81
*
Add preliminary v2i32 support for SPU backend. As there are no
Kalle Raiskila
2010-08-02
4
-6
/
+49
*
PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.
Eli Friedman
2010-08-02
1
-3
/
+3
*
PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually
Eli Friedman
2010-08-01
1
-2
/
+2
*
Silence some -Asserts uninitialized variable warnings.
Daniel Dunbar
2010-07-31
1
-2
/
+2
*
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
Michael J. Spencer
2010-07-31
1
-1
/
+0
*
Move newlines before inline jumptables from the asm strings in .td files to
Bob Wilson
2010-07-31
4
-9
/
+9
*
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-31
1
-1
/
+1
*
Add support for disassembling VMVN (immediate) instructions. PR7747.
Bob Wilson
2010-07-31
1
-0
/
+4
*
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...
Evan Cheng
2010-07-30
1
-0
/
+11
*
Add a check in the ARM disassembler for NEON instructions that would
Bob Wilson
2010-07-30
1
-5
/
+9
*
PPC doesn't supported VLA with large alignment. This was
Dale Johannesen
2010-07-30
1
-2
/
+2
*
Add the __TEXT,__StaticInit section to the list of sections emitted at the
Bob Wilson
2010-07-30
1
-0
/
+6
*
Support all 128-bit AVX vector intrinsics. Most part of them I already
Bruno Cardoso Lopes
2010-07-30
3
-232
/
+240
*
Fix typo!
Bruno Cardoso Lopes
2010-07-30
1
-8
/
+8
*
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-30
6
-331
/
+465
*
Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.
Nate Begeman
2010-07-29
2
-0
/
+6
*
Refactor ARM-specific DAG combining in preparation for adding some more
Bob Wilson
2010-07-29
1
-12
/
+25
*
Implement vector constants which are splat of
Dale Johannesen
2010-07-29
1
-8
/
+62
*
Don't assert on an unrecognized BrMiscFrm instruction.
Bob Wilson
2010-07-29
1
-1
/
+0
*
Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...
Nate Begeman
2010-07-29
2
-9
/
+14
*
Revert r109652, and remove the offending assert in loadRegFromStackSlot instead.
Jakob Stoklund Olesen
2010-07-29
2
-6
/
+1
*
ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16...
Jim Grosbach
2010-07-28
1
-2
/
+6
*
Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu...
Jim Grosbach
2010-07-28
1
-2
/
+6
*
Remove dead prototype
Jim Grosbach
2010-07-28
1
-1
/
+0
*
Create a fixed stack object for varargs that is as large as any register.
Jakob Stoklund Olesen
2010-07-28
1
-1
/
+4
*
Fix this code to avoid decrementing an iterator past the beginning
Dan Gohman
2010-07-28
1
-5
/
+2
*
Do GEP offset calculations with unsigned math rather than signed math
Dan Gohman
2010-07-28
1
-1
/
+1
*
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
[next]