2009-04-23 |
Owen Anderson | Add testcase from PR3086. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Dan Gohman | Add support for printing MO_ExternalSymbol operands in |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Dan Gohman | Add more ulimit limits, to catch more kinds of runaway... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Owen Anderson | Use the testcase from PR2791. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Evan Cheng | Make sure both operands have binary instructions have... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Evan Cheng | A few more places where the check of use_empty is needed. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Evan Cheng | Avoid deferencing use_begin() if value does not have... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
David Greene | Allow defm to inherit from multiple multiclasses. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
David Greene | Implement !nameconcat to concatenate strings and look... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Duncan Sands | Testcase for PR2958. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Devang Patel | Fix cut-n-pasto. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
David Greene | Implement multiclass inheritance. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | Simplify trivial cast-of-cast SCEVs. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | SCEVExpander's InsertCastOfTo knows how to move existin... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | Use BasicBlock::iterator instead of Instruction* for... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | Make SCEVExpanders private methods private, instead... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | Use CloneModule's ValueMap in more places, instead... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Dan Gohman | ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an exampl... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Sanjiv Gupta | Make the function begin label start after ther data... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Duncan Sands | These tests are x86 specific. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Owen Anderson | Real fix for PR3549, by using caching for predecessor... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Owen Anderson | Add caching of predecessor counts as well as predecesso... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Owen Anderson | Use PredIteratorCache in LCSSA, which gives a 37% overa... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Owen Anderson | Fix for PR3946, in which SmallVector could behave stran... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | use predicate instead of hand-rolled loop |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Evan Cheng | It has finally happened. Spiller is now using live... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | When turning (ashr(shl(x, n), n)) into sext(trunc(x... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Mikhail Glushenkov | Support --with-llvmgccdir and friends in llvmc, take 2. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Devang Patel | Test case for revision 69683. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | fix a crash on a pointless but valid zero-length memset... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Anton Korobeynikov | Silence warnings. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Anton Korobeynikov | Drop obsolete reference to __eprintf. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Anton Korobeynikov | 'The "or die" is intended to catch the case where nm... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Duncan Sands | Get rid of what looks like a copy-and-pasted typo. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Rafael Espindola | TLS_addr64 and TLS_addr32 define RDI and EAX. They... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Sanjiv Gupta | Handle direct aggregate type arguments. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Teach ScalarEvolution how to recognize zext-inreg and... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | This FIXME is fixed, now that SCEV understands pointers. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Factor out a common base class from SCEVTruncateExpr... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Usage getAnalysisToUpdate for TargetData, per PR760. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Introduce encapsulation for ScalarEvolution's TargetDat... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Move some assertion checks so they can do more complete... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Dan Gohman | Convert ScalarEvolution to use raw_ostream instead... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Devang Patel | Fix Visual Studio 2008 build failure. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | Make X86's copyRegToReg able to handle copies to and... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | Simplify this code. getConstant knows how to make |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Evan Cheng | No, we are not avoiding -O3, just -fstrict-aliasing. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dale Johannesen | Adjust loop size estimate for full unrolling; |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Evan Cheng | One Mac OS X, just build with -O3 but without -fstrict... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Make Unix.h:MakeErrMsg separate the prefix and errno... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Bob Wilson | Move duplicated AddLiveIn function from X86 and ARM... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Devang Patel | Match C backend only if it explicitly requested. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Tanya Lattner | Remove clang since its conditionally there already. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Bob Wilson | Revise my previous change 68996 as suggested by Duncan. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Evan Cheng | - Remove an arbitrary spill weight tweak that should... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sanjiv Gupta | Emit the auto variables of a function into a different... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | It's not necessary for PrintModulePass to flush the... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | Use .empty() instead of .size(). |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | Don't discard an AssemblyAnnotationWriter when writing... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Duncan Sands | These bitfields were being miscompiled on some |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Dan Gohman | Implement operator<<(raw_ostream &OS, const Type &T). |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Evan Cheng | Added a linearscan register allocation optimization... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Make all raw_ostreams support the tell() function. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sanjiv Gupta | Before trying to introduce/eliminate cast/ext/trunc... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Nick Lewycky | Use an AssertingVH to detect the case where the Functio... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Nick Lewycky | Fix missing text in doxygen documentation. |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Duncan Sands | Now that BUILD_VECTOR operands are allowed to be |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Duncan Sands | Remove the SimpleTy enumerated type field from the MVT |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Mikhail Glushenkov | Add some assertions. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Bill Wendling | Revert 69474 and 69475. They are causing failures durin... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Mikhail Glushenkov | Reconfigure. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Mikhail Glushenkov | Add a configure check for llvm-gcc (reapply). |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | testcase for PR3898 |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Fix PR3898, which manifests as failures on are an Xcore, |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Duncan Sands | Don't try to make BUILD_VECTOR operands have the same |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Nick Lewycky | Generalize to support more ARM types. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dan Gohman | Add a ScalarEvolution::getCouldNotCompute() function... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dan Gohman | More const qualifiers. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dan Gohman | Use more const qualifiers with SCEV interfaces. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Nick Lewycky | Detect beagleboard as ARM. The $target is "armv7l". |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Duncan Sands | Make it clearer that llvm-gcc is not needed for |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Bill Wendling | Temporarily revert r69438 and r69439. These were causin... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Mikhail Glushenkov | Add a configure check for llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Evan Cheng | Add a new LiveInterval::overlaps(). It checks if the... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Mon P Wang | Fixed a few 64 bit cases in X86InstrInfo::commuteInstr... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dale Johannesen | Adjust XFAIL syntax, maybe that will help. The other |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dale Johannesen | patch 69408 breaks this by removing the opportunity |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Dale Johannesen | Inline asm's were still introducing bogus dependencies; |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bill Wendling | Recommit r69335 and r69336. These were not causing... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bob Wilson | Move the AddLiveIn function definition closer to its... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bob Wilson | Rearrange code to reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bob Wilson | Rename file to have the correct suffix. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bob Wilson | Clean up formatting, remove trailing whitespace, fix... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Dan Gohman | Delete an unused field. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Bob Wilson | Use CallConvLower.h and TableGen descriptions of the... |
commit | commitdiff | tree | snapshot |
next |