index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2012-10-26
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-25
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-24
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-22
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-19
ARM:
Stepan Dyatkovskiy
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Fix a bug where a 32-bit address with the high bit does not get symbolicated
Kevin Enderby
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-15
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-10
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
Issue description:
Stepan Dyatkovskiy
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
whitespace
Andrew Trick
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
In parseMSRMaskOperand, add an explicit check for the operand being an identi...
Craig Topper
2012-10-09
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-04
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
[prev]
[next]