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
Age
Commit message (
Expand
)
Author
2011-10-04
Remove last references to hotpatch.
Rafael Espindola
2011-10-04
Exclude libLLVMTableGen.a from the shared library
Peter Collingbourne
2011-10-04
Generic cleanup.
Bill Wendling
2011-10-04
Unit test for r140919, loop unroll heuristics.
Andrew Trick
2011-10-03
Tidy up. These tests are covered in the .s file tests now.
Jim Grosbach
2011-10-03
ARM assembly parsing and encoding for VMOV immediate.
Jim Grosbach
2011-10-03
Tidy up. 80 columns.
Jim Grosbach
2011-10-03
Use the PC label ID rather than '1'. Add support for thumb-2, because I heard...
Bill Wendling
2011-10-03
Don't carry over the dispatchsetup hack from the old system.
Bill Wendling
2011-10-03
ARM parsing/encoding for VCMP/VCMPE.
Jim Grosbach
2011-10-03
Fix typo in comments.
Nick Lewycky
2011-10-03
Check-pointing the new SjLj EH lowering.
Bill Wendling
2011-10-03
Move CHECK after entry label.
Akira Hatanaka
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
2011-10-03
Add support for 64-bit count leading ones and zeros instructions.
Akira Hatanaka
2011-10-03
Move the grabbing of the jump buffer into the caller function, eliminating th...
Bill Wendling
2011-10-03
ARM assembly parsing and encoding for VMRS/FMSTAT.
Jim Grosbach
2011-10-03
Add support for 64-bit divide instructions.
Akira Hatanaka
2011-10-03
Add C api for Instruction->eraseFromParent().
Devang Patel
2011-10-03
Update test for 141010.
Jim Grosbach
2011-10-03
Thumb2 ADD/SUB can take SP as a destination register.
Jim Grosbach
2011-10-03
Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integer
Akira Hatanaka
2011-10-03
Add support for 64-bit integer multiply instructions.
Akira Hatanaka
2011-10-03
Add definitions of instructions which move values between 64-bit integer
Akira Hatanaka
2011-10-03
Find the strip tool that works with the specified SDKROOT. rdar://10165908
Bob Wilson
2011-10-03
Tidy up a bit. Formatting.
Jim Grosbach
2011-10-03
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-10-03
Whitespace.
Eric Christopher
2011-10-03
Typo.
Eric Christopher
2011-10-03
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-10-03
Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...
Craig Topper
2011-10-03
Test updates that were supposed to go with r140993.
Craig Topper
2011-10-03
Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.
Craig Topper
2011-10-03
Reapply r140979 with fix! We never did get a testcase, but careful review of the
Nick Lewycky
2011-10-03
attempt to fix ocaml bindings: landing pads
Torok Edwin
2011-10-03
Revert r140979 due to reports of bootstrap failure.
Nick Lewycky
2011-10-03
Add one more case we compute a max trip count.
Nick Lewycky
2011-10-02
Fix some Intel syntax disassembly issues with instructions that implicitly us...
Craig Topper
2011-10-02
Special case disassembler handling of REX.B prefix on NOP instruction to deco...
Craig Topper
2011-10-02
Add a new icmp+select optz'n. Also shows off the load(cst) folding added in
Nick Lewycky
2011-10-02
Enhance a couple places where we were doing constant folding of instructions,
Nick Lewycky
2011-10-02
Fix typo in r140954.
Craig Topper
2011-10-02
Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.
Ted Kremenek
2011-10-01
Fix disassembling of INVEPT and INVVPID to take operands
Craig Topper
2011-10-01
Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...
Craig Topper
2011-10-01
Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."
Chad Rosier
2011-10-01
Moved type construction out of the loop and added an assert on the legality o...
Nadav Rotem
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
No one should be using the method directly. Assert if they do.
Bill Wendling
2011-10-01
Add a convenience method to tell if two things are equal.
Bill Wendling
[next]