2010-05-28 |
Dan Gohman | Fix instcombine's handling of alloca to accept non... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Comment out some code in prep for actual .td file check... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | Bitcode support for allocas with arbitrary array size... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Eli Friedman | Fix build breakage. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | Eliminate the restriction that the array size in an... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Add support to tablegen for auto-generating arm_neon... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Bob Wilson | Add the cc_out operand for t2RSBrs instructions. I... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jakob Stoklund... | Add a -regalloc=default option that chooses a register... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jakob Stoklund... | Remove ancient prototype. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | Update the saved stack pointer in the sjlj function... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Evan Cheng | Use report_fatal_error, not llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | back out 104862/104869. Can reuse stacksave after all... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Factor out the handler work from SignalHandler into... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Evan Cheng | llvm can't correctly support 'H', 'Q' and 'R' modifiers... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Kevin Enderby | MC/X86: Add aliases for Jcc variants. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Make ParseIRFile and getLazyIRFileModule incoporate... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Don't flush the raw_ostream in llvm::WriteBitcodeToFile... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Devang Patel | Do not drop location info for inlined function args. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Bob Wilson | Fix some bad fall-throughs in a switch statement. ... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dale Johannesen | Mark some math lib intrinsic nodes Legal on SSE4.1. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stuart Hastings | Adjust test case for lexical block pruning. Follow... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Don't create an output stream when output is disabled. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Simplify raw_ostream usage. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Devang Patel | Let's try one more time to match patterns. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Duncan Sands | Teach instCombine to remove malloc+free if malloc's... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | hook ISD::STACKADDR to an intrinsic |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | FastISel doesn't yet handle callee-pop functions. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | add ISD::STACKADDR to get the current stack pointer... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Bruno Cardoso... | Merge basic binops SSE 1 & 2 instruction classes. This... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Devang Patel | Temp. labels number may not match for all configurations. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Add basic error checking to MemoryBuffer::getSTDIN. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Use the return value of getMagicNumber instead of using a |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Don't bother clearing the Magic string when the magic... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Don't bother checking canRead() before calling getMagic... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Devang Patel | inlined function's arguments need a label to mark the... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Stuart Hastings | Support for nested functions/classes in debug output... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Delete a spurious svn:mergeinfo property. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | remove incorrect GCCBuiltin<> usage |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Gabor Greif | rename test to represent meaningful date |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | AsmMatcher: Ensure classes are totally ordered, so... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Bob Wilson | Add a test for llvm-gcc svn r104726. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Eric Christopher | Add a quick test of relocations. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Eric Christopher | Rearrange conditionals so we don't get caught with... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Simplify. Eliminate unneeded debug_loc entry. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Avoid counting InlineAsm as a call - it prevents loop... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix Lint printing warnings multiple times. Remove the... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | AsmMatcher/X86: Mark _REV instructions as "code gen... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Reinstate checking of stackrestore, with checking for... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Check that inherited subregisters all have a direct... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Give SubRegIndex names to all ARM subregisters. This... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Stackrestore is not a load. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix a missing quote. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Add FIXME comment to remove this. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Remove a TODO which isn't practical. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Add TargetMachine support for setting the value... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Add StringRef::compare_numeric and use it to sort Table... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Implement checking of the tail keyword. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Suppress emmission of empty subreg/superreg/alias sets. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | There is no need to force an line number entry (using... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: When running with -mc-relax-all, we can eagerly... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | Adjust eh.sjlj.setjmp to properly have a chain and... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Update debug info when live-in reg is copied into a... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Kevin Enderby | Fix the x86 move to/from segment register instructions. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Move the check for "calls setjmp" to SelectionDAGISel... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Identify instructions, that needs a label to mark debug... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Eliminate the use of PriorityQueue and just use a std... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Change RelaxInstruction to only take the input... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix a typo in a comment that Gabor noticed. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dale Johannesen | Testcase for 104624/104619/PR7191/8023512. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate an unnecessary copy. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Simplify MayNeedRelaxation to not provide the fixup... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Do not construct location list backword! |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Replace the SubRegSet tablegen class with a less error... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | Add entry for llvm.eh.sjlj.longjmp. PR4999. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCAsmFixup, replace with MCFixup. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Simplify MCFixup and increase the available offset... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Use accessors for access to MCAsmFixup. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Change MCInst::dump_pretty to not include a trailin... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Benjamin Kramer | Kill unneeded SExt. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Zhongxing Xu | SRetReturnReg was set in LowerFormalArguments(). So... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCFragment vtable, which was unnecessary. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | Coding style change (Adding 1 missing space.) |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | Adding the missing implementation for ARM::SBFX and... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Eric Christopher | Temporarily revert r104655 as it's breaking the bots. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | fix off by 1 (insn) error in eh.sjlj.setjmp thumb code... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Revert "Replace the SubRegSet tablegen class with a... |
commit | commitdiff | tree | snapshot |
next |