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-04-23
Remove unused STL header includes.
Jay Foad
2011-04-23
Silence an overzealous uninitialized variable warning from GCC.
Benjamin Kramer
2011-04-23
Thumb2 and ARM add/subtract with carry fixes.
Andrew Trick
2011-04-23
whitespace
Andrew Trick
2011-04-22
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.
Benjamin Kramer
2011-04-22
Add asserts.
Devang Patel
2011-04-22
X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...
Benjamin Kramer
2011-04-22
In Thumb2 mode, lower frame indix references to:
Evan Cheng
2011-04-22
Compute the size of the FDE encoding instead of hard coding it. Update
Rafael Espindola
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-21
Fix DWARF description of Q registers.
Devang Patel
2011-04-21
Fix DWARF description of S registers.
Devang Patel
2011-04-21
As per ARM docs, register Dx is described as DW_OP_regx(256+x) in DWARF.
Devang Patel
2011-04-21
PTX: Expand useable register space
Justin Holewinski
2011-04-21
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-21
ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...
Che-Liang Chiou
2011-04-20
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
Revert r129846; it's breaking a buildbot. See
Eli Friedman
2011-04-20
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
Excise unintended hunk in 129858. <rdar://problem/7662569>
Stuart Hastings
2011-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
ptx: add integer div and rem instruction
Che-Liang Chiou
2011-04-20
ptx: add floating-point comparison to setp
Che-Liang Chiou
2011-04-20
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-20
This should always be signed chars, so use int8_t. This fixes a miscompile when
Nick Lewycky
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-19
Fix typo in the comment.
Johnny Chen
2011-04-19
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-04-19
Target/X86: Add getTargetTriple() accessor.
Daniel Dunbar
2011-04-19
Target/PPC: Kill off DarwinVers, which is now dead.
Daniel Dunbar
2011-04-19
Target/PPC: Eliminate a use of getDarwinVers().
Daniel Dunbar
2011-04-19
Target/PPC: Add a TargetTriple field.
Daniel Dunbar
2011-04-19
Target: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
Remove some duplicate op action entries and reorganize.
Eric Christopher
2011-04-19
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
Bob Wilson
2011-04-19
Avoid some 's' 16-bit instruction which partially update CPSR
Bob Wilson
2011-04-19
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-04-19
Some single-precision VFP instructions can execute in either the VPF or Neon
Bob Wilson
2011-04-19
Improvements for the Cortex-A9 scheduling itineraries.
Bob Wilson
2011-04-19
Add support for FastISel'ing varargs calls.
Eli Friedman
2011-04-19
Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...
Chris Lattner
2011-04-19
tidy up
Chris Lattner
2011-04-19
Implement support for fast isel of calls of i1 arguments, even though they ar...
Chris Lattner
2011-04-19
Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.
Chris Lattner
2011-04-19
be layout aware, to produce:
Chris Lattner
[next]