aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel2010-04-141-0/+2
* Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen2010-04-142-10/+15
* Fix -Asserts warnings.Daniel Dunbar2010-04-132-0/+3
* XFAIL this test for powerpc. Devang Patel2010-04-131-1/+1
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-133-17/+3
* Fast path implicit_def check.Evan Cheng2010-04-131-5/+5
* Add test for post-ra machine licm.Evan Cheng2010-04-131-7/+53
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-132-7/+20
* Quick fix for build errors caused by undefinedSean Callanan2010-04-131-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-1313-122/+159
* Add CMake support for 'edis'.Ted Kremenek2010-04-134-0/+44
* Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,Johnny Chen2010-04-131-3/+3
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-132-2/+52
* Avoid variable shadowing.Evan Cheng2010-04-131-2/+2
* Expand postra machine licm's capability a little more. If an instruction's re...Evan Cheng2010-04-131-8/+24
* Teach MachineSinking to handle easy critical edges.Jakob Stoklund Olesen2010-04-131-2/+17
* Fix test on non-x86 hosts.Evan Cheng2010-04-131-1/+1
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-133-1/+125
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-131-1/+3
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-132-85/+1
* Teach postra machine licm to hoist more obvious invariants, e.g. instructions...Evan Cheng2010-04-131-17/+38
* Add a few comments.Dan Gohman2010-04-131-0/+5
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-138-16/+14
* Rename MachineFrameInfo variables to MFI, for consistency withDan Gohman2010-04-131-41/+41
* Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.Dan Gohman2010-04-132-12/+16
* Use MachineBasicBlock::isLiveIn.Dan Gohman2010-04-131-8/+1
* Delete an unused member variable.Dan Gohman2010-04-132-2/+0
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-132-2/+66
* Minor code micro-optimizations.Dan Gohman2010-04-131-7/+7
* Actually... return after the check for invalid input.Eric Christopher2010-04-131-0/+1
* BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob)Benjamin Kramer2010-04-131-2/+2
* Update unittest for allocator laziness.Benjamin Kramer2010-04-131-4/+4
* Let BumpPtrAllocator lazily allocate the first slab.Benjamin Kramer2010-04-131-3/+6
* Remove SCCVN from the CMake build system.Owen Anderson2010-04-131-1/+0
* checkpoint.Chris Lattner2010-04-131-6/+20
* SCCVN, we hardly knew ye!Owen Anderson2010-04-133-723/+0
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-131-1/+2
* Replace r101053 with a fix for getSOImmValRotate() so that it will correctlyBob Wilson2010-04-132-53/+7
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-132-0/+192
* VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms ofDaniel Dunbar2010-04-132-0/+11
* IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar2010-04-131-2/+59
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-134-3/+85
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-121-2/+2
* Micro-optimize a few hot spots.Dan Gohman2010-04-121-10/+11
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-122-2/+16
* Add fast paths to ScalarEvolution::getSizeOf and getOffsetOf, asDan Gohman2010-04-121-0/+14
* Third time's a charm...Bill Wendling2010-04-121-1/+1
* Genericize the label test.Bill Wendling2010-04-121-1/+1
* Correct test to test what I mean it to test.Bill Wendling2010-04-121-1/+2
* Micro-optimization:Bill Wendling2010-04-122-1/+84