2009-02-03 |
Bill Wendling | This is passing for us. Should it have been reenabled? |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Add explicit -march=x86 to these tests so that they... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Use the SubclassData field to hold ExtType, isTrunc... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Change Feature64Bit to not imply FeatureSSE2. All x86... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | Last DebugLoc propagation for this file. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dan Gohman | Fix another test to not use -mcpu=yonah with 64-bit... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dan Gohman | Yonah does not support x86-64. Change the -mcpu value... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | More DebugLoc propagation. This should be everything |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mike Stump | Improve -fno-opt style option processing to not require... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Owen Anderson | MergeValueInto is too smart: it might choose to do... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | DebugLoc propagation. ExpandOp and PromoteOp, |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Torok Edwin | Only force SSE level if it is not correct. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Devang Patel | Run dsymutil on darwin, when it is expected, before... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | Commit missing files. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | inline SROA::ConvertToScalar, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | More DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Torok Edwin | remove #if 0 code on Bill's request. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Duncan Sands | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Steve Naroff | Update hand-crafted VC++ build. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dale Johannesen | DebugLoc propagation for int<->fp conversions. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Evan Cheng | Refactor PerformPHIConstruction, no functionality changes. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | xfail this for now, will fix shortly. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | update test |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Dan Gohman | Reposition the DebugLoc field to reduce padding space |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | Fix a bug which caused us to miscompile a couple of Ada |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Devang Patel | Do not add redundant arguments in a method definition... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Devang Patel | Make this test case smaller. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Sanjiv Gupta | Duncan's patch. Further to 64382. Takes care of illegal... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Sanjiv Gupta | Made the common case of default address space directive... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Duncan Sands | Fix a comment (bytes -> bits), reformat a comment |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Duncan Sands | Fix an obvious thinko. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Evan Cheng | ADD / SUB / SMUL / UMUL with overflow second result... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Duncan Sands | This passes on x86-32 linux at least. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Duncan Sands | Make the XFAIL line actually match x86-32 targets. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Evan Cheng | Teach LowerBRCOND to recognize (xor (setcc x), 1).... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | reject things like: zext <4 x i32> %tmp to i256 |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | validation error fix. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | Document type upreferences (PR3380), patch by Stein... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | Fix PR3372 |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | reduce indentation, (~XorCST->getValue()).isSignBit... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Chris Lattner | reduce testcase. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mon P Wang | Preserve more SourceValue information. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Torok Edwin | add 2 more testcases for -mattr=-sse (r63495). |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Torok Edwin | Implement -mno-sse: if SSE is disabled on x86-64, don... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Duncan Sands | Fix PR3453 and probably a bunch of other potential |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Bill Wendling | Forgot some more DebugLoc propagations. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Owen Anderson | Fix test failures causes by my previous commit. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Owen Anderson | Fix an issue in PHI construction that was exposed by... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Evan Cheng | Fix PR3423: Link llvm on ARM EABI machines. Patch by... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Lewycky | Reinstate this optimization to fold icmp of xor when... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | DebugLoc propagation. Done with file. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | DebugLoc propagation. Done with file. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | Fix PR3452 (an infinite loop bootstrapping) by disablin... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Duncan Sands | Fix PR3401: when using large integers, the type |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | now that all the pieces are in place, teach instcombine's |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | simplify/clarify control flow and improve comments... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | make some fairly meaty internal changes to how Simplify... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | add accessors |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | make sure to set Changed=true when instcombine hacks... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Mon P Wang | Used "-enable-unsafe-fp-math" to allow this transformat... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Mon P Wang | If unsafe FP optimization is not set, don't allow ... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Bill Wendling | Don't use DebugLoc::getUnknownLoc(). Default to somethi... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Chris Lattner | Simplify and generalize the SROA "convert to scalar... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Move CurDebugLoc into SelectionDAGLowering. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Gabor Greif | back out my previous change, it exposes a latent bug... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Gabor Greif | use precise accessors |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info in LegalizeFloatTypes. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info. This file complete |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Dale Johannesen | Propagate debug info through MakeLibCall and a |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation in LOAD etc. methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Fix build on case-sensitive filesystems (i.e. everybody... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | More DebugLoc propagation in floating-point methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Make LowerCallTo and LowerArguments take a DebugLoc |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Standardize comments about folding xforms. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Get rid of the non-DebugLoc-ified getNOT() method. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some FP arithmetic methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some FP arithmetic methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for BIT_CONVERT. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for more *_EXTEND methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for ANY_EXTEND. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for some of the *_EXTEND funct... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | DebugLoc form of getNOT(). |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | - Propagate debug loc info for SELECT. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for Shifts. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for XOR and MatchRotate. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for OR. Also clean up some... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Perform obvious constant arithmetic folding. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for AND. Also clean up some... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SimplifyBinOpWithSameOpcode... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Gabor Greif | use precise getters |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Gabor Greif | use precise getters |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Each input file is encoded as a separate compile unit... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Zhou Sheng | As Duncan suggested, add braces for the one-line "else... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Zhou Sheng | This is to fix the bug in IntrinsicLowering.cpp, |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Sanjiv Gupta | Fixed the comment. No functionality change. |
commit | commitdiff | tree | snapshot |
next |