-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: m-labs/llvm-lm32
base: 07535cf
head repository: m-labs/llvm-lm32
compare: 2d6822a
Commits on Aug 25, 2011
-
Make isMOVDDUP mask check more strict and update comments!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138587 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 06ef923 - Browse repository at this point
Copy the full SHA 06ef923View commit details -
Add support for AVX 256-bit version of MOVDDUP!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138588 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 6292ece - Browse repository at this point
Copy the full SHA 6292eceView commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138589 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for b210cbf - Browse repository at this point
Copy the full SHA b210cbfView commit details -
Do the same as r138461. Mark VZEROALL as clobbering all YMM registers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138592 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for f1a2642 - Browse repository at this point
Copy the full SHA f1a2642View commit details -
Initial check in that will auto-upgrade the old EH scheme to the new …
…EH scheme. This upgrade suffers from the problems of the old EH scheme - i.e., that the calls to llvm.eh.exception() and llvm.eh.selector() can wander off and get lost. It makes a valiant effort to reclaim these little lost lambs. This is a first draft, so it hasn't yet been hooked up to the parser. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138602 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for c82a61c - Browse repository at this point
Copy the full SHA c82a61cView commit details -
Look at only the terminators of the basic block. Also, if we're using…
… the new EH scheme, return 'true' so that it doesn't try to run the old EH scheme's fixup on the new code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138605 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 09908c4 - Browse repository at this point
Copy the full SHA 09908c4View commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138606 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 1a9a2d0 - Browse repository at this point
Copy the full SHA 1a9a2d0View commit details
Commits on Aug 26, 2011
-
SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a…
… load or store to the address returned by the PHI node then we can consider this incoming value as dead and remove the edge pointing there, unless there are instructions that can affect control flow executed in between. In theory this could be extended to other instructions, eg. division by zero, but it's likely that it will "miscompile" some code because people depend on div by zero not trapping. NULL pointer dereference usually leads to a crash so we should be on the safe side. This shrinks the size of a Release clang by 16k on x86_64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138618 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 98d6d23 - Browse repository at this point
Copy the full SHA 98d6d23View commit details -
- Reword comments. - Allow undefined behavior interfering with undefined behavior. - Add address space checks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138619 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 9bb5488 - Browse repository at this point
Copy the full SHA 9bb5488View commit details -
Atomic load/store on ARM/Thumb.
I don't really like the patterns, but I'm having trouble coming up with a better way to handle them. I plan on making other targets use the same legalization ARM-without-memory-barriers is using... it's not especially efficient, but if anyone cares, it's not that hard to fix for a given target if there's some better lowering. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138621 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 069e2ed - Browse repository at this point
Copy the full SHA 069e2edView commit details -
LoopInfo::updateUnloop fix, and verify Block->Loop maps.
Fixes an oversight, and adds verification to catch it in the unloop.ll tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138622 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 5434c1e - Browse repository at this point
Copy the full SHA 5434c1eView commit details -
Fix disassembling of VCVTSD2SI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138623 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 8fd13b6 - Browse repository at this point
Copy the full SHA 8fd13b6View commit details -
Fix PR10755 by checking for invalid predicate codes from UNPREDICTABL…
…E t2IT instructions when decoding their successors. This is the last disassembly crash detected by exhaustive Thumb2 instruction space. Major thanks to Chandler Carruth for making this kind of exhaustive testing possible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138625 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 9bd655d - Browse repository at this point
Copy the full SHA 9bd655dView commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138626 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 5a18f20 - Browse repository at this point
Copy the full SHA 5a18f20View commit details -
Don't insert branch hint lables that are never used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138630 91177308-0d34-0410-b5e6-96231b3b80d8
Kalle Raiskila committedAug 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 54f8a9f - Browse repository at this point
Copy the full SHA 54f8a9fView commit details -
We don't care if TableGen leaks memory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138634 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 06a531f - Browse repository at this point
Copy the full SHA 06a531fView commit details -
Support an extension of ARM asm syntax to allow immediate operands to…
… ADR instructions. This is helpful for disassembler testing, and indeed exposed a disassembler bug that is also fixed here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138635 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 96425c8 - Browse repository at this point
Copy the full SHA 96425c8View commit details -
ARMDisassembler: Always return a size, even when disassembling fails.
This should fix PR10772. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138636 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 86ce852 - Browse repository at this point
Copy the full SHA 86ce852View commit details -
lit: Add %T as a replacement for the output directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138640 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 0f9d34c - Browse repository at this point
Copy the full SHA 0f9d34cView commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138642 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 1af7f72 - Browse repository at this point
Copy the full SHA 1af7f72View commit details -
Use %% for literals in RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138647 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 6ca06cd - Browse repository at this point
Copy the full SHA 6ca06cdView commit details -
Don't sink landingpad instructions during ind-var simplification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138651 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 2b18881 - Browse repository at this point
Copy the full SHA 2b18881View commit details -
valgrind: Always suppress tblgen leaks.
I'll clean up the rest of the XFAIL: vg_leak lines if this works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138652 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for ae5ea6c - Browse repository at this point
Copy the full SHA ae5ea6cView commit details -
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reason…
…s. We were failing to specify enough fixed bits of LDR_PRE/LDRB_PRE, resulting in decoding conflicts. Separate them into immediate vs. register versions, allowing us to specify the necessary fixed bits. This in turn results in the test being decoded properly, and being rejected as UNPREDICTABLE rather than a hard failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138653 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 9ab0f25 - Browse repository at this point
Copy the full SHA 9ab0f25View commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138654 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 6c0046f - Browse repository at this point
Copy the full SHA 6c0046fView commit details -
Revert r138606 until LowerInvoke has been converted to the new EH sch…
…eme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138656 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 1f4a32f - Browse repository at this point
Copy the full SHA 1f4a32fView commit details -
Fix ARM codegen breakage caused by r138653.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138657 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 2b568fb - Browse repository at this point
Copy the full SHA 2b568fbView commit details -
Split the landing pad block only if it's a critical edge. Also intell…
…igently split it in the other place where we're splitting critical edges. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138658 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 51fb91c - Browse repository at this point
Copy the full SHA 51fb91cView commit details -
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR in…
…struction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138660 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 43f51ae - Browse repository at this point
Copy the full SHA 43f51aeView commit details -
Update the dominator tree with the correct dominator for the new 'unw…
…ind' block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138664 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for e8ef4cc - Browse repository at this point
Copy the full SHA e8ef4ccView commit details -
Thumb2 assembler parsing and encoding of IT instruction.
This handles only the handling of the IT instruction itself, not the processing and validation of the instructions in the IT block. That's next, and will include encoding tests for IT itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138665 91177308-0d34-0410-b5e6-96231b3b80d8
Jim Grosbach committedAug 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 89df996 - Browse repository at this point
Copy the full SHA 89df996View commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138667 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 9f7e831 - Browse repository at this point
Copy the full SHA 9f7e831View commit details -
ARM assembly parsing tweak for pldw.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138669 91177308-0d34-0410-b5e6-96231b3b80d8
Jim Grosbach committedAug 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 4af54a4 - Browse repository at this point
Copy the full SHA 4af54a4View commit details -
Correct encoding of BL with immediate offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138673 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for d7568e1 - Browse repository at this point
Copy the full SHA d7568e1View commit details -
Improve encoding support for BLX with immediat eoperands, and fix a B…
…LX decoding bug this uncovered. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138675 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for f1eab59 - Browse repository at this point
Copy the full SHA f1eab59View commit details -
Excluding ARM JIT tests until someone can fix this compilation path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138676 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 0005cc7 - Browse repository at this point
Copy the full SHA 0005cc7View commit details
Commits on Aug 27, 2011
-
Patch by Xiaoyi Guo! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138695 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for b846192 - Browse repository at this point
Copy the full SHA b846192View commit details -
These splits should be done whether they are critical edges or not.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138697 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 8557e6c - Browse repository at this point
Copy the full SHA 8557e6cView commit details -
Cannot have an llvm.eh.exception call in a non-landing pad block.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138698 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for f2cf25b - Browse repository at this point
Copy the full SHA f2cf25bView commit details -
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138699 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 234e43a - Browse repository at this point
Copy the full SHA 234e43aView commit details -
Only delete instructions once.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138700 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 884fb72 - Browse repository at this point
Copy the full SHA 884fb72View commit details -
Reverting r138695 to see if it fixes clang self host.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138701 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 8592a0c - Browse repository at this point
Copy the full SHA 8592a0cView commit details -
Auto upgrade the old EH scheme to use the new one. This is on a trial…
… basis. If things to disasterously over night, this can be reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138702 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for df77a71 - Browse repository at this point
Copy the full SHA df77a71View commit details -
Reverted r138652, valgrind doesn't understand obj:*/tblgen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138703 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for d326d3b - Browse repository at this point
Copy the full SHA d326d3bView commit details -
Report failure if there are less bytes than requested in a MemoryObject.
Before we just left the remaining bytes uninitialized. This is another step in making llvm valgrind-clean again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138705 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for f66f76c - Browse repository at this point
Copy the full SHA f66f76cView commit details -
Silence GCC warnings and make an array const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138706 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for 2753ae3 - Browse repository at this point
Copy the full SHA 2753ae3View commit details -
The 'expected' argument to EXPECT_EQ is actually the first one;
flip these tests around. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138708 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for f5ec9b5 - Browse repository at this point
Copy the full SHA f5ec9b5View commit details
Commits on Aug 28, 2011
-
Fix integer overflow bug in raw_ostream::write. This showed up as a
non-deterministic crash in the test suite. Fixes PR10055! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138717 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for b1b051e - Browse repository at this point
Copy the full SHA b1b051eView commit details -
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138722 91177308-0d34-0410-b5e6-96231b3b80d8
Configuration menu - View commit details
-
Copy full SHA for be6ceb6 - Browse repository at this point
Copy the full SHA be6ceb6View commit details -
Encoding of instructions referencing segments has changed. Do what X8…
…6MCCodeEmitter does. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138723 91177308-0d34-0410-b5e6-96231b3b80d8
Nicolas Geoffray committedAug 28, 2011 Configuration menu - View commit details
-
Copy full SHA for c98da24 - Browse repository at this point
Copy the full SHA c98da24View commit details
There are no files selected for viewing