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
Age
Commit message (
Expand
)
Author
2012-10-22
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
[ms-inline asm] Add support for parsing the offset operator. Callback for
Chad Rosier
2012-10-19
[ms-inline asm] Reset the opcode prior to parsing a statement.
Chad Rosier
2012-10-19
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
[mips] Fix TAILCALL's operand node type.
Akira Hatanaka
2012-10-19
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
[mips] Add tail call instructions.
Akira Hatanaka
2012-10-19
[mips] Make the branch nodes used in jump instructions a template parameter.
Akira Hatanaka
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-19
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
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
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
Fix fallout from RegInfo => FrameLowering refactoring on MSP430.
Anton Korobeynikov
2012-10-17
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-16
Support v8f32 to v8i8/vi816 conversion through custom lowering
Michael Liao
2012-10-16
This patch addresses PR13949.
Bill Schmidt
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-16
Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
NAKAMURA Takumi
2012-10-16
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
Pass in the context to the Attributes::get method.
Bill Wendling
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...
Chad Rosier
2012-10-15
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
Chad Rosier
2012-10-15
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Don't pass in an Attributes object to something that expects an integral value.
Bill Wendling
2012-10-13
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
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
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
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-12
Div, Rem int/unsigned int
Reed Kotler
[prev]
[next]