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-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
Add VFNSUB* instructions to folding table.
Craig Topper
2012-06-01
Remove a trailing space and fix a comment.
Craig Topper
2012-06-01
Tidy up. Remove trailing spaces and fix the worst of the 80 column violations.
Craig Topper
2012-06-01
ARM: support struct byval in llvm
Manman Ren
2012-06-01
Put the shiny new MCSubRegIterator to work.
Chad Rosier
2012-05-31
Add support for return value promotion in X86 calling conventions.
Jakob Stoklund Olesen
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
Fix typos
Joel Jones
2012-05-31
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-31
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-30
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
Extract some pointer hacking to a function.
Jakob Stoklund Olesen
2012-05-30
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
Port support for SSE4a extrq/insertq to the old jit code emitter.
Benjamin Kramer
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-25
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
2012-05-25
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Shrink.
Jakob Stoklund Olesen
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
Use uint16_t to store registers in static tables. Matches other tables.
Craig Topper
2012-05-24
Use uint16_t to store register number in static tables to match other tables.
Craig Topper
2012-05-24
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...
Craig Topper
2012-05-24
Mark a static array as const.
Craig Topper
2012-05-24
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-23
Tidy up naming for consistency and other cleanup. No functional change inten...
Chad Rosier
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
Tidy up spacing.
Craig Topper
[prev]
[next]