2008-03-03 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Dan Gohman | Add support for lowering i64 SRA_PARTS and friends... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bill Wendling | This is the initial check-in for adding register scaven... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bill Wendling | Go through the machine instruction's operands to make... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bill Wendling | Make the register scavenger update the bookkeeping... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bill Wendling | Multiple instructions can be inserted when eliminating... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Devang Patel | s/isReturnStruct()/hasStructRetAttr()/g |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Devang Patel | regenerate. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Devang Patel | If a function uses multive values in ret instruction... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Devang Patel | Preserve paramater attributes. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Tanya Lattner | Renable lto2 build. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Chris Lattner | Stub out a Path::GetMainExecutable call to find the... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | another random note |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Evan implemented these. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Evan implemented this. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | add a testcase for misc vector stuff |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | add support for lvsl, fixing PR1481 |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | add support for the sse.cmp.* intrinsics, which fixes... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | refactor intrinsic handling code out into its own method. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | fix printing of undef vectors, this fixes "simple"... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | insertelement got the wrong operands. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Several changes: |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Nick Kledzik | suppress extra -install_name on Tiger. The 10.4 tools... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Fix a bug I introduced in constant array and constant... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | implement shufflevector. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | make operand accessors const-correct |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Add a new ShuffleVectorInst::getMaskValue method. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | implement extractelement. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | implement insertelement. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | respect isSigned for vector types, fixing sdiv of vecto... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | print the attribute in the right place, this fixes... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Nick Lewycky | Oops, can't unwind to the entry block (entry block... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | vector types are simple types. This fixes div/rem... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Print vector types appropriately. This gets basic... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | rename PT -> VT for VectorTypes. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Print i32/i64 integer constants as 1u instead of (... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Chris Lattner | Move pr717 to here. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Nick Lewycky | Add an unwind_to field to basic blocks, making them... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Andrew Lenharth | good catch anton |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Andrew Lenharth | make CAS work |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Andrew Lenharth | all but CAS working on x86 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Nick Lewycky | Also handle "getresult". |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Nick Lewycky | Print the name, not a pointer. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Andrew Lenharth | Add lock prefix support to x86. Also add the instructi... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tanya Lattner | Remove llvm-upgrade and update test cases. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | Fix PR2113 by verifying allocations. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | Fix this test. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Chris Lattner | allow specified inline threshold to be negative, as... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tanya Lattner | Disable lto because its broken on tiger. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Dale Johannesen | Add MVT::is128BitVector and is64BitVector. Shrink |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Evan Cheng | Refactor / clean up code; remove td list scheduler... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Devang Patel | Fix cut-n-pasto. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Devang Patel | Add pass to promote sret. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Anton Korobeynikov | Use enumeration for preffered EH dwarf encoding reason |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Don't fill eh frames even though these are text sections. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | update to document new lto API |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | install new lto dylib. pass down LLVM_SUBMIT_VERSION |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | stop building lto on all platforms. Start building... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | fix default RC_ProjectSourceSubversion to be zero |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Bill Wendling | DCE'ed this testcase. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Bill Wendling | If we reload a virtual register that's already been... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Fix PR2112: don't run loop aligner if target doesn... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | fix a bug Anders ran into where scalarrepl would crash... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | Refactor some code out of ConvertUsesToScalar into... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | Folding or(fcmp,fcmp) only works if the operands of... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | No need for coalescer to update kills. Only copies... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Remove redundant #include. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | also pass -compatibility_version when linking shared... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new convertFromAPInt instead of convertFromZero... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new convertFromAPInt instead of convertFromZero... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new APInt-enabled form of getConstant instead... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Add support to APInt for shift and rotate operations... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Anders Carlsson | Use the correct instruction encodings for the 64-bit... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Simplify code using convertFromZeroExtendedInteger... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Add a method to APFloat to convert directly from APInt. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Added option -align-loops=<true/false> to disable loop... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Update testcase. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Dale Johannesen | Interface of getByValTypeAlignment differed between |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Andrew Lenharth | Make llvm-ar behave like ar, if you create an empty... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Initialize TextAlignFillValue. Fix revision 47703. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Avoid collisions in value names. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Run 'svn info' in the C locale. Also appropriately... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Dale Johannesen | Fix an assertion message. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Duncan Sands | Document that the shuffle mask may contain undef |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Simplify and clean up "update" target. Also |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Now that targets are serialized, introduce |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Treat all targets serially at the toplevel. This allows |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Fix llvm.org/bugs/show_bug.cgi?id=2104 by ordering... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Set to default: x86 no longer fold and into test if... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Keep track how many commutes are performed by the sched... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | Sparc backend doesn't support debug info yet, mark... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | implement expand for ISD::DECLARE by just deleting it. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on... |
commit | commitdiff | tree | snapshot |
next |