2008-10-30 |
Duncan Sands | Testcase for PR2987. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Dan Gohman | Canonicalize sext(i1) to i1?-1:0, and update various... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Duncan Sands | Testcase for PR2986. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Duncan Sands | Fix PR2986: do not use a potentially illegal |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Daniel Dunbar | Set svn:ignore on cscope.{files,out} in root llvm direc... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Daniel Dunbar | Set svn:ignore for some Release-Asserts and Output... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Duncan Sands | Shift amounts should have type getShiftAmountTy |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Daniel Dunbar | Add InlineCost class for represent the estimated cost... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Duncan Sands | Shift amounts should have the type given by |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Mon P Wang | Add missing vsetcc expansion for widening |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Oscar Fuentes | CMake: Reverted some unintentional changes on the previ... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Oscar Fuentes | CMake: Cygwin pretends to be Unix. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Evan Cheng | ARM JIT should observe -relocation-model command line... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Mon P Wang | Add initial support for vector widening. Logic is... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Chris Lattner | mention fortran status. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Scott Michel | Resolve bug 2947: vararg-marked functions must spill... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Bill Wendling | Revert r58411. The user needs to #define this when... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Dan Gohman | Spell DISABLE_ASSERTIONS correctly. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Bill Wendling | Revert part of r58048. It was breaking on SnowLeopard... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | Correct way to handle CONSTPOOL_ENTRY instructions. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | Add debugging support. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | Let target resolve some relocation results. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | This is not needed anymore. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | Add a bit to MachineRelocation that tells JIT that... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Nate Begeman | Fix PEXTRQ encoding |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Chris Lattner | add testcase for PR2964 |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Dale Johannesen | Add a RM pseudoreg for the rounding mode, which |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Testcase for PR2917. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Uniformize capitalization of NodeId. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Chris Lattner | Fix PR2967 by not deleting volatile load/stores that... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Torok Edwin | fix typo |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Make the declaration of bzero match size_t on |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Fix PR2977: LegalizeTypes support for expanding |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Add sanity checking for BUILD_PAIR (I noticed the |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | - More pre-split fixes: spill slot live interval comput... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Fix a FIXME: in ReplaceNodeWith, if the new node |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Duncan Sands | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Evan Cheng | - Rewrite code that update register live interval that... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Oscar Fuentes | CMake: Removed some cruft. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Factor shouldInline method out of Inliner. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
David Greene | Don't force things to be Value * when they're not. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Assorted comment/naming fixes, 80-col violations, and... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Dan Gohman | (A & sext(C)) | (B & ~sext(C) -> C ? A : B |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Dan Gohman | Take Chris' suggestion and define EnableFastISelVerbose and |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | llvm-ld doesn't have a -march option. This fixes PR2961 |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Reuse PrintEscapedString for printing names in .ll |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Dan Gohman | Protect the code for fast-isel debugging with #ifndef... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Dan Gohman | Add some more information to the top-level comment... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Jim Grosbach | Support for constant islands in the ARM JIT. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Torok Edwin | fix prototype of print, it is (llvm/Pass.h): |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Evan Cheng | Avoid calls to setSubgraphColor in release mode. They... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Tanya Lattner | Do not allow a user to set the operand for a constant. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Torok Edwin | fix duplicate anchor names, and broken anchor links... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Duncan Sands | Fix darwin ppc llvm-gcc build breakage: intercept |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Duncan Sands | Turn off LegalizeTypes for this test for the |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Duncan Sands | Fix a testcase provided by Bill in which the node |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | Don't produce invalid comparisons after legalize. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | fix some whitespace stuff |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | Fix a nasty miscompilation of 176.gcc on linux/x86... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | more comment cleanups. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | comment cleanups. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Evan Cheng | If def is in the same mbb as the barrier, spilt the... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Evan Cheng | Add command line option to limit the number splits... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Dan Gohman | Fix the name of the include guard to match the filename. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Evan Cheng | Avoid putting a split past the end of the live range... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Bill Wendling | - Fix SUBVERSION string to handle x.x.x version number... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Evan Cheng | Silence a bogus compile time warning. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
David Greene | Re-apply 55137 with fixes. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Evan Cheng | Remove val# defined by a remat'ed def that is now dead. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Fix bogus comparison of "const char *" with c-string... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
David Greene | Have TableGen emit setSubgraphColor calls under control... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Return bool (inserted) from StringSet::insert as for... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Cedric Venet | Remove tabs from my previous commit. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | rename vec_spat -> vec_splat, pointed out by duncan |
commit | commitdiff | tree | snapshot |
2008-10-27 |
David Greene | Add setSubgraphColor to color an entire portion of... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
David Greene | Add STL-style typedefs and default constructors to... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
David Greene | Fix PR2634. Create new virtual registers from spills... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Matthijs Kooijman | Remove redundant word in tblgen error message. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Duncan Sands | Fix UpdateNodeOperands so that it does CSE of calls |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Duncan Sands | Fix a bug in which a node could be added to the |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Torok Edwin | Avoid crashing if instruction is not part of a loop. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Gabor Greif | formatting tweak for intrinsic |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Torok Edwin | export an ID for the instructionNamer, allowing analysi... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Bill Wendling | Some grammar fixes, and non-invasive format changes. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Duncan Sands | Turn on LegalizeTypes, the new type legalization |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Nick Lewycky | Fix an obvious copy/pasto. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Evan Cheng | For now, don't split live intervals around x87 stack... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | no need to print output |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | Add a new LargeBlockInfo helper, which is just a wrappe... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | mention getresult -> extractvalue (PR2935) |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Dale Johannesen | Increase default setting of tail-merge-threshold to |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Nick Lewycky | Remove -check-exit-code from bugpoint. This is subsumed... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | fix PR2953, an off-by-one error handling formatted... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | remove eh output from this test. |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Cedric Venet | Add a default constructor to AsmWriterOperand to make... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Evan Cheng | Do not shrink wrap live interval in a mbb if it's livei... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Oscar Fuentes | Return something (i.e. NULL) from an unimplemented... |
commit | commitdiff | tree | snapshot |
next |