aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MCOperand is pod-like.Benjamin Kramer2011-10-171-0/+1
* Tidy up organization.Jim Grosbach2011-10-171-8/+4
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-171-2/+5
* Add a call to EmitSjLjDispatchBlock.Bill Wendling2011-10-171-0/+8
* Remove mention of llvm-gcc and add mention of dragonegg.Bill Wendling2011-10-171-109/+64
* Add CHECKs and document PR11158.Nadav Rotem2011-10-171-1/+6
* Fix improperly formed assert() call.Jim Grosbach2011-10-171-1/+1
* Object: Fix redundant name.Michael J. Spencer2011-10-176-11/+11
* Constraint register class with constrainRegClass() to CSE a virtual into anot...Evan Cheng2011-10-171-3/+26
* stabalize tests by specifying the exact sse levelNadav Rotem2011-10-172-3/+3
* Add definitions of conditional moves with 64-bit operands. Comment out code forAkira Hatanaka2011-10-173-75/+130
* Revert change to function alignment b/c existing logic was fineHal Finkel2011-10-171-10/+3
* Removed set, but unused variables.Chad Rosier2011-10-172-12/+0
* Suppress partial retain+release elimination when there's aDan Gohman2011-10-172-2/+55
* Correct over-zealous removal of hack.Bill Wendling2011-10-176-4/+22
* Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka2011-10-174-106/+112
* Revert change made in r142205.Akira Hatanaka2011-10-171-2/+2
* Redefine count-leading 0s and 1s instructions.Akira Hatanaka2011-10-172-20/+17
* Temporarily XFAIL waiting for a fix.Bill Wendling2011-10-171-1/+2
* Redefine mfhi/lo and mthi/lo instructions.Akira Hatanaka2011-10-172-35/+16
* Add comments to TargetLowering.h indicating that the set*Alignment functions ...Hal Finkel2011-10-171-3/+5
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-175-52/+7
* Redefine multiply and divide instructions.Akira Hatanaka2011-10-172-25/+26
* Add definition of a base class for logical shift/rotate instructions with twoAkira Hatanaka2011-10-172-20/+12
* Remove >80-col line and unicodeHal Finkel2011-10-171-2/+2
* Add definition of a base class for logical shift/rotate immediate instructionsAkira Hatanaka2011-10-172-27/+33
* Removed set, but unused variable.Chad Rosier2011-10-171-1/+0
* Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf.Akira Hatanaka2011-10-173-9/+11
* Fix CMake build.Michael J. Spencer2011-10-172-1/+1
* It is safe to speculate load from GOT. This fixes performance regression caus...Devang Patel2011-10-171-1/+17
* Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen2011-10-171-0/+8
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-174-14/+25
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-172-9/+54
* llvm-objdump: Add tests.Michael J. Spencer2011-10-173-0/+67
* Instructions for Book E PPC should be word aligned, set function alignment to...Hal Finkel2011-10-171-3/+10
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-171-1/+4
* Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer2011-10-171-4/+17
* use FileCheck and not grep in new testsHal Finkel2011-10-172-5/+10
* Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling2011-10-171-2/+2
* Clean the triple, add check lines.Nadav Rotem2011-10-171-5/+8
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-172-43/+0
* Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...Craig Topper2011-10-172-24/+19
* Add comment explaining that the order of processing doesn't matter here.Bill Wendling2011-10-171-0/+1
* Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling2011-10-171-2/+40
* Test case for CanLowerReturn fix (r141981)Hal Finkel2011-10-171-0/+19
* Add PPC 440 scheduler and some associated tests (new files)Hal Finkel2011-10-173-0/+623
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-179-2/+53
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-174-9/+59
* Overhaul the 'test-release' script.Bill Wendling2011-10-161-158/+96
* Delete a dead member. Dunno if this was ever used, but the current codeChandler Carruth2011-10-161-6/+3