2009-02-03 |
Dale Johannesen | Need this file too. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | Add some DL propagation to places that didn't |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | Do not let dbg intrinsic block folding of two entry... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | If "optimize for size" attribute is set then block... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propgation |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | More whitespace fixin'. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Whitespace and comment changes. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | teach "convert from scalar" to handle loads of fca's. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | refactor the interface to ConvertUsesOfLoadToScalar, |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propagation. done with file. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | convert ConvertUsesOfLoadToScalar to use IRBuilder, |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | switch ConvertScalar_InsertValue to use an IRBuilder, no |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propagation. 2/3 through file. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | make scalar conversion handle stores of first class |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Change the post-RA scheduler to iterate through the |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Tevert part of the x86 subtarget logic changes: when... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | First initialize DAG otherwise dwarf writer is used... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | Make SROA produce a vector only when the alloca is... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | this produces an undefined result, just check that... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Duncan Sands | Fix PR3411. When replacing values, nodes are analyzed |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Evan Cheng | APInt'fy SimplifyDemandedVectorElts so it can analyze... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | add a method to BumpPtrAllocator that allows allocating... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Lewycky | Add LLVM plugin for gold. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Lewycky | Regenerate configure. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Lewycky | Add the ability to pass the path to binutils source... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | add another case of undefined behavior without crashing... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Lewycky | Revert r63600. It didn't fix the bug, it just moved... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Owen Anderson | Teach AliasAnalysis that a bunch of the atomic intrinsi... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Lewycky | Update the callgraph when replacing InvokeInst with... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Explicitly pass in debug location information to BuildMI. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Pass in something sensible for the debug location infor... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | fix a bitcode reader bug where it can't handle extracte... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | Teach ConvertUsesToScalar to handle memset, allowing... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | Fill in some missing DL propagation in getNode()s. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Use SDL->getCurDebugLoc() instead of unknown loc for... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Explicitly pass in the "unknown" debug location. This... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Delete these two tests. They are specific to x86-64... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Alphabetize includes. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | rearrange how SRoA handles promotion of allocas to... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dan Gohman | Move isIdentifiedObject and isNoAliasCall into AliasAna... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | this test produces an undefined value, we don't care |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Propagate debug loc info during SDNode -> machine instr... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Create DebugLoc information in FastISel. Several tempor... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | Propagation in TargetLowering. Includes passing a DL |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | It fails on Linux. XFAIL that machine. |
commit | commitdiff | tree | snapshot |
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 |
next |