2010-03-28 |
Devang Patel | Refactoring. Push DILocation processing in to DwarfDebu... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | zap an extra line that Eli noticed! |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Anton Korobeynikov | Properly quote the quotes :) during cmdline constructio... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Torok Edwin | Fix use-of-uninitialized value when RWX memory can... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | improve type checking of SDNode operand count. This... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix a type contradition: XCoreISD::RETSP has one argume... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | remove a pattern with no testcase that doesn't appear... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix integer negates to use the proper type for the... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | teach tblgen to allow patterns like (add (i32 (bitconve... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix a typo, bitconvert from node to itself isn't valid. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix vnot matching to explicitly specify the type of the |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix up vnot matching, eliminating a dead pattern, corre... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add some nounwinds |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | this takes an insane amount of time to run, disable... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | stop using vnot_conv |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | revert r99743, this is saying that the repmovs instruct... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | remove a bunch of dead patterns. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | validate that input sdnodes don't exist in an output... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | eliminate a bunch of code duplication in ParseTreePattern |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add some node definitions. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | SDTCisVT<0, isVoid> is not valid, reject it. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | claiming to return other is pointless. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | comply with the wishes of a fixme. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | now that (parallel) is gone and a variety of bugs in... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | add an optimized form of OPC_EmitMergeInputChains for... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | don't add nodes to the now-dead nodes list multiple... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | Improve systemz to model cmp and ucmp nodes as returning |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | the FPCmp node returns an i32. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | fix some modelling problems exposed by a patch I'm... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Chris Lattner | don't add flag nodes with chain results to the NowDeadNodes |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Jeffrey Yasskin | Oops, r98447 dropped the reference to ForwardType in... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | fix a long standing fixme, which required fixing a... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | fix CodeGenTarget::getRegisterVTs to not return the |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | hoist some funky logic into CodeGenInstruction |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | continue pushing tblgen's support for nodes with multiple |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | improve -debug-only=isel comments for cases when we... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | fix a bug in my recent patch that increased opcode... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | revert r99719 which is breaking the botz. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dan Gohman | Make llvm-ld remove its output files in the event of... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dan Gohman | Give FileRemover a default constructor to allow FileRem... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dan Gohman | No need to check the same condition twice. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Dan Gohman | Remove an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jeffrey Yasskin | Remove another memory leak from ABCD by using Edges... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jeffrey Yasskin | In ABCD, change the non-null Bound*s to Bound&s. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jeffrey Yasskin | Fix a memory leak in ABCD by giving ownership of Bound... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jeffrey Yasskin | XFAIL a new tblgen test for memory leak checking. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jeffrey Yasskin | Avoid leaking the memory allocated for GlobalVariables... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Bob Wilson | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Bob Wilson | Add a format argument to the N3V and N3VX classes,... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | remove parallel support. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | eliminate the last of the parallel's! |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Eric Christopher | When we promote a load of an argument make sure to... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Bill Wendling | Forgot the part where we handle the ".llvm.eh.catch... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Bill Wendling | Return if we changed anything or not. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Bill Wendling | If a selector has a call to ".llvm.eh.catch.all.value... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Johnny Chen | Add NVMulSLFrm to represent "3-register multiply with... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | eliminate almost all the rest of the x86-32 parallels. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Chris Lattner | bump FIRST_TARGET_MEMORY_OPCODE back up, there is no... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Jim Grosbach | Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | improve portability to minix, patch by |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Johnny Chen | Remove the duplicate multiclass N3VSh_QHSD and use... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Bill Wendling | If we mark clean-ups as clean-ups, then it could break... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Johnny Chen | Add NVExtFrm to represent NEON Vector Extract Instructi... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Chris Lattner | remove a constructor implementation that isn't declared |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Anton Korobeynikov | Add few missed libcalls and correct names for others. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Johnny Chen | Add N3RegVShFrm to represent 3-Register Vector Shift... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | fix iterator name |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dan Gohman | Minor grammar and html fixes. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | some more tweaks |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dan Gohman | Tell "the rest of the story" about LLVM's iterators... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | fix formatting and a validation fail |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | add a blurb on const versions of chain traversals and... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dale Johannesen | Debug info shouldn't affect kills. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Devang Patel | Add a paragram describing how to extract line number... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Gabor Greif | http://englishplus.com/grammar/00000296.htm |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dan Gohman | Fix SmallVector's insert to handle non-random-access... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Jim Grosbach | vldm/vstm can only do up to 16 double-word registers... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Johnny Chen | Add N3RegFrm to represent "NEON 3 vector register forma... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Evan Cheng | Do not sibcall if stack needs to be dynamically aligned. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Evan Cheng | Allow trivial sibcall of vararg callee when no argument... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Evan Cheng | LiveVariables should clear kill / dead markers first... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Johnny Chen | Add N2RegVShLFrm and N2RegVShRFrm formats so that the... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Jeffrey Yasskin | Avoid leaking argv and env arrays from lli. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dan Gohman | Ignore debug intrinsics in yet more places. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Evan Cheng | Try trivial remat before the coalescer gives up on... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dale Johannesen | Handle DEBUG_VALUE in this pass. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jim Grosbach | switch the flag for using NEON for SP floating point... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jim Grosbach | need to fix 'make check' tests first. revert for a... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jim Grosbach | switch the flag for using NEON for SP floating point... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Gabor Greif | rename pred_const_iterator to const_pred_iterator for... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Johnny Chen | Removed instruction class NI from ARMInstrFormats.td. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jim Grosbach | switch the use-vml[as] instructions flag to a subtarget... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Gabor Greif | rename use_const_iterator to const_use_iterator for... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Johnny Chen | Add NVDupLnFrm and change NVDupLane class to use that... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jim Grosbach | ARM cortex-a8 doesn't do vmla/vmls well. disable them... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Johnny Chen | Add NVCVTFrm (NEON Convert with fractional bits immedia... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
next |