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
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence a GCC warning about && and || without explicit parentheses. This
Chandler Carruth
2010-08-05
1
-3
/
+3
*
ARM "rrx" shift operands do not have an immediate. PR7790.
Bob Wilson
2010-08-05
2
-24
/
+18
*
and back in. false alarm on the tests from another unrelated local change.
Jim Grosbach
2010-08-04
1
-2
/
+7
*
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
*
Remove switch for disabling ARM tail calls. They
Dale Johannesen
2010-08-04
1
-9
/
+0
*
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-04
1
-0
/
+16
*
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-08-03
4
-20
/
+39
*
Silence some -Asserts uninitialized variable warnings.
Daniel Dunbar
2010-07-31
1
-2
/
+2
*
Move newlines before inline jumptables from the asm strings in .td files to
Bob Wilson
2010-07-31
4
-9
/
+9
*
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
*
Add the __TEXT,__StaticInit section to the list of sections emitted at the
Bob Wilson
2010-07-30
1
-0
/
+6
*
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
*
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
*
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
*
Add a note
Anton Korobeynikov
2010-07-26
1
-0
/
+21
*
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
*
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
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
2
-3
/
+3
*
switch a private implementation of GetFunctionSizeInBytes.
Chris Lattner
2010-07-22
1
-1
/
+14
*
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-22
2
-1
/
+14
*
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
1
-1
/
+1
*
Update CMake files.
Owen Anderson
2010-07-22
1
-0
/
+1
*
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-22
1
-2
/
+10
*
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
1
-14
/
+11
*
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
1
-0
/
+17
*
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
5
-1
/
+89
*
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
1
-1
/
+5
*
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-21
2
-14
/
+32
*
prune #includes a little.
Chris Lattner
2010-07-20
5
-6
/
+8
*
Using BIC for immediates needs an extra bump for its complexity to get
Jim Grosbach
2010-07-20
1
-0
/
+1
[next]