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
Age
Commit message (
Expand
)
Author
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-30
Fix typos in SPUMCTargetDesc.h
James Molloy
2011-08-30
Fix typo in BlackfinFrameLowering.h
James Molloy
2011-08-30
Fix typo in MSP430MCTargetDesc.h.
James Molloy
2011-08-30
Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
James Molloy
2011-08-30
Do not try to rematerialize a value from a partial definition.
Bob Wilson
2011-08-30
Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical
Evan Cheng
2011-08-29
Revert 138781. It's not playing nicely with the immediate forms for ADC.
Jim Grosbach
2011-08-29
Thumb2 assembler aliases for ADC/SBC w/o the .w suffix.
Jim Grosbach
2011-08-29
Add missing encoding information for some of the GPR<->FP register moves.
Owen Anderson
2011-08-29
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
Explicitly zero out parts of a vector which are required to be zero by the al...
Eli Friedman
2011-08-29
Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin...
Owen Anderson
2011-08-29
Fix grammar, noticed by Duncan.
Bill Wendling
2011-08-29
Specify an additional fixed bit in the PLD/PLDW/PLI register-register encoding.
Owen Anderson
2011-08-29
addrmode_imm12 and addrmode2_offset encode their immediate values differently...
Owen Anderson
2011-08-29
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
Improve handling of #-0 offsets for many more pre-indexed addressing modes.
Owen Anderson
2011-08-29
Initialize CompactUnwindSection so that other targets won't use an uninitiali...
Bill Wendling
2011-08-29
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-29
Dump with dbgs() instead of printf.
Benjamin Kramer
2011-08-29
Make GCC happy by adding parens.
Benjamin Kramer
2011-08-29
Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...
Owen Anderson
2011-08-29
Move non-intruction patterns to a more appropriate place!
Bruno Cardoso Lopes
2011-08-29
Add support for parsing #-0 on non-memory-operand immediate values, and add a...
Owen Anderson
2011-08-29
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-29
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-28
Remove premature previous commit.
Nicolas Geoffray
2011-08-28
Fix PR5329: pay attention to constructor/destructor priority
Duncan Sands
2011-08-28
Encoding of instructions referencing segments has changed. Do what X86MCCodeE...
Nicolas Geoffray
2011-08-28
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-28
Fix integer overflow bug in raw_ostream::write. This showed up as a
Nick Lewycky
2011-08-27
Silence GCC warnings and make an array const.
Benjamin Kramer
2011-08-27
Report failure if there are less bytes than requested in a MemoryObject.
Benjamin Kramer
2011-08-27
Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If
Bill Wendling
2011-08-27
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
Only delete instructions once.
Bill Wendling
2011-08-27
These splits should be done whether they are critical edges or not.
Bill Wendling
2011-08-27
Fix PassManager stack depths.
Andrew Trick
2011-08-26
Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...
Owen Anderson
2011-08-26
Correct encoding of BL with immediate offset.
Owen Anderson
2011-08-26
ARM assembly parsing tweak for pldw.
Jim Grosbach
2011-08-26
Spelling fail.
Owen Anderson
2011-08-26
Thumb2 assembler parsing and encoding of IT instruction.
Jim Grosbach
2011-08-26
Update the dominator tree with the correct dominator for the new 'unwind' block.
Bill Wendling
2011-08-26
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
2011-08-26
Split the landing pad block only if it's a critical edge. Also intelligently
Bill Wendling
2011-08-26
Fix ARM codegen breakage caused by r138653.
Owen Anderson
2011-08-26
Whitespace and 80-col.
Eric Christopher
2011-08-26
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...
Owen Anderson
[prev]
[next]