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
2011-06-25
Replace dyn_cast<> with cast<> since the cast is already guarded by the neces...
Chad Rosier
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
Enable tail call optimization in the presence of a byval (x86-32 and x86-64).
Chad Rosier
2011-06-25
Unbreak CMake build
Douglas Gregor
2011-06-24
Add include guard.
Evan Cheng
2011-06-24
Rename TargetDesc to MCTargetDesc
Evan Cheng
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
Fix cmake build.
Rafael Espindola
2011-06-24
Hoist simple check above more complex checking to avoid unnecessary
Chad Rosier
2011-06-24
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
ARM movw/movt fixups need to mask the high bits.
Jim Grosbach
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
The Neon VCVT (between floating-point and fixed-point, Advanced SIMD)
Chad Rosier
2011-06-24
PTX: Add preliminary support for outputting debug information in the form of
Justin Holewinski
2011-06-24
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
2011-06-24
Prevent generation of redundant addiu instructions that compute address of
Akira Hatanaka
2011-06-24
PTX: Re-work target sm/compute selection and add some basic GPU
Justin Holewinski
2011-06-24
Fix CellSPU CMakeList.txt.
Rafael Espindola
2011-06-24
Fix CellSPU CMakeLists.txt
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-23
Add support for movntil/movntiq mnemonics. Reported on llvmdev.
Eli Friedman
2011-06-23
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
Evan Cheng
2011-06-23
Remove TargetOptions.h dependency from ARMSubtarget.
Evan Cheng
2011-06-23
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
PTX: Whitespace fixes and remove commented out code
Justin Holewinski
2011-06-23
PTX: Prevent DCE from eliminating st.param calls, and unify the handling of
Justin Holewinski
2011-06-23
PTX: Use .param space for parameters in device functions for SM >= 2.0
Justin Holewinski
2011-06-23
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-06-23
CppBackend: fixup for api change
Dylan Noblesmith
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-23
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about...
Evan Cheng
2011-06-22
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-22
Add missing header.
Jim Grosbach
2011-06-22
Move ARMMachObjectWriter to its own file.
Jim Grosbach
2011-06-22
PTX: Fix FrameIndex mapping bug
Justin Holewinski
2011-06-22
Test Commit.
Dan Bailey
2011-06-22
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-21
Add support for assembling "movq" when it's correct to do so, while continuing
Nick Lewycky
2011-06-21
Handle the memory-ness of all U+ ARM constraints.
Eric Christopher
2011-06-21
Reorg. No functionality change.
Evan Cheng
2011-06-21
Revert r133452: "Emit movq for 64-bit register to XMM register moves..."
Bob Wilson
2011-06-21
Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...
Anna Zaks
2011-06-21
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-21
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
Add A0 and A1 to the list of registers used for returning a value in order to
Akira Hatanaka
[next]