- 84c73e9 Do not bother to emit debug info for nameless global variable. by Devang Patel · 15 years ago
- df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago
- 465c3be Do not try to emit debug info entry for dead global variable. by Devang Patel · 15 years ago
- ef1fad5 Fix PR5315, original patch by Nicolas Capens! by Eric Christopher · 15 years ago
- 3f13132 Update these tests for the new label names. by Dan Gohman · 15 years ago
- f4e82d1 The introduction of indirectbr meant the introduction of by Dan Gohman · 15 years ago
- 992a637 Teach SimplifyLibCalls to fold memcmp calls with constant arguments. by Benjamin Kramer · 15 years ago
- e4bddf1 merge a few crash tests into crash.ll by Chris Lattner · 15 years ago
- 5a225cc Add -mtriple to llc commands, attempting to fix buildbot failures. by Bob Wilson · 15 years ago
- 8a008cc Attempt again to fix buildbot failures: make expected output less specific by Bob Wilson · 15 years ago
- 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 15 years ago
- 40dd12e improve DSE when TargetData is not around, based on work by Hans Wennborg! by Chris Lattner · 15 years ago
- 3d90dbe Add PowerPC codegen for indirect branches. by Bob Wilson · 15 years ago
- 1709dd7 Fix broken test. by Bob Wilson · 15 years ago
- 0d48d61 Add test for ARM indirectbr codegen. by Bob Wilson · 15 years ago
- 50608ba RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg, by Evan Cheng · 15 years ago
- 092543c move two functions up higher in the file. Delete a useless argument by Chris Lattner · 15 years ago
- 6a4ab1e filecheckize this test. by Chris Lattner · 15 years ago
- ad95ff9 Fix test. by Evan Cheng · 15 years ago
- fc36a56 reimplement multiple return value handling in IPSCCP, making it by Chris Lattner · 15 years ago
- b23b201 fconsts / fconstd immediate should be proceeded with #. by Evan Cheng · 15 years ago
- 777c6b7 Re-apply 85799. It turns out my code isn't buggy. by Evan Cheng · 15 years ago
- 60faaf6 fix test by Chris Lattner · 15 years ago
- db70f8a merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad. by Chris Lattner · 15 years ago
- fde2da4 turn IPSCCP back on by default, try #3 or 4? Woo. by Chris Lattner · 15 years ago
- 2396cc3 fix an IPSCCP bug I introduced when I changed IPSCCP to start working on by Chris Lattner · 15 years ago
- e8bc45a Parse debug info attached with insertvalue and extractvalue instructions. by Devang Patel · 15 years ago
- 19c2079 xfail this test since daniel turned off ipsccp by Chris Lattner · 15 years ago
- c8d40c7 testcase for r85903 by Chris Lattner · 15 years ago
- b908f8a Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test by Kenneth Uildriks · 15 years ago
- ba90864 Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8. by Evan Cheng · 15 years ago
- e4a9f9c Declare sin & cos as readonly so they match the code in SelectionDAGBuild by Nate Begeman · 15 years ago
- 7b360e7 Temporary xfail until PR5367 will be resolved by Anton Korobeynikov · 15 years ago
- ab453e0 Revert r85049, it is causing PR5367 by Anton Korobeynikov · 15 years ago
- 454ac89 Revert 85799 for now. It might be breaking llvm-gcc driver. by Evan Cheng · 15 years ago
- 0909796 merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax. by Chris Lattner · 15 years ago
- 2bbbbd6 disable IPSCCP support for multiple return values, it is buggy, so just by Chris Lattner · 15 years ago
- 72ed88f Initilize the machine LICM CSE map upon the first time an instruction is hoisted to by Evan Cheng · 15 years ago
- 12c8d5f improve IPSCCP to be able to propagate the result of "!mayBeOverridden" by Chris Lattner · 15 years ago
- 580e791 Remove an irrelevant and poorly reduced test case. by Evan Cheng · 15 years ago
- 5638dc6 Use the libanalysis 'ConstantFoldLoadFromConstPtr' function by Chris Lattner · 15 years ago
- 7baae87 Unbreak ARMBaseRegisterInfo::copyRegToReg. by Evan Cheng · 15 years ago
- 794c15d fix a bug exposed by moving SRoA earlier which caused a crash building kc++ by Chris Lattner · 15 years ago
- 7ebbabf fix instcombine to only do store sinking when the alignments by Chris Lattner · 15 years ago
- f013eea merge a test into store.ll by Chris Lattner · 15 years ago
- f795662 convert to filecheck by Chris Lattner · 15 years ago
- 2ae0eec Handle splats of undefs properly. This includes the testcase for PR5364 as well. by Anton Korobeynikov · 15 years ago
- 2e1da9f 64-bit FP loads & stores operate on both NEON and VFP pipelines. by Anton Korobeynikov · 15 years ago
- 48d8afa Make use of imm12 version of Thumb2 ldr / str instructions more aggressively. by Evan Cheng · 15 years ago
- 213a8d3 merge phi-merge.ll into phi.ll by Chris Lattner · 15 years ago
- a664bb7 when merging two loads, make sure to take the min of their alignment, by Chris Lattner · 15 years ago
- e3c6281 fix a bug noticed by inspection: when instcombine sinks loads through by Chris Lattner · 15 years ago
- c7e4e6e convert to filecheck. by Chris Lattner · 15 years ago
- 0037bfa We currently only run ipsccp at LTO time, which is silly. It subsumes by Chris Lattner · 15 years ago
- 1107f03 Fix tests. by Evan Cheng · 15 years ago
- 43f44aa improve x86 codegen support for blockaddress. We now compile the testcase into: by Chris Lattner · 15 years ago
- de17fb6 Use cbz and cbnz instructions. by Evan Cheng · 15 years ago
- 8cd0a8c vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using by Jim Grosbach · 15 years ago
- 1820ec5 Consolidate test files by Jim Grosbach · 15 years ago
- 91c0aeb Change to use FileCheck by Jim Grosbach · 15 years ago
- 0e5c9be Make tests more explicit about which instructions are expected. by Jim Grosbach · 15 years ago
- 6b0b4b3 Grammar tweak to comments by Jim Grosbach · 15 years ago
- 199a4b4 Update test to be more explicit about what instruction sequences are expected for each operation. by Jim Grosbach · 15 years ago
- 07d236b Update test to be more explicit about what instruction sequences are expected for each operation. by Jim Grosbach · 15 years ago
- bcf2f2c Expand 64-bit logical shift right inline by Jim Grosbach · 15 years ago
- b4a976c Expand 64-bit arithmetic shift right inline by Jim Grosbach · 15 years ago
- e3246fc Force triple; darwin's ASM syntax differs from linux's. by Benjamin Kramer · 15 years ago
- c2b879f Expand 64 bit left shift inline rather than using the libcall. For now, this by Jim Grosbach · 15 years ago
- 823bdbc Add missing colons for FileCheck. by Benjamin Kramer · 15 years ago
- 4a26092 Convert to FileCheck by Jim Grosbach · 15 years ago
- 438b583 Revert r85667. LoopUnroll currently can't call utility functions which by Dan Gohman · 15 years ago
- f230d8a Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into by Dan Gohman · 15 years ago
- 9eda689 It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enable more machine licm. More changes coming. by Evan Cheng · 15 years ago
- c933acf Add a target triple so that this test behaves consistently across hosts. by Dan Gohman · 15 years ago
- 0437a06 Fix the -mattr line for this test so that it passes on hosts that lack SSSE3. by Dan Gohman · 15 years ago
- cf35517 Add a testcase for the recent duplicate PHI elimination changes. by Dan Gohman · 15 years ago
- dac8bde if basic blocks are destroyed while there are *just* BlockAddress' hanging by Chris Lattner · 15 years ago
- 0115e16 Fix MachineLICM to use the correct virtual register class when by Dan Gohman · 15 years ago
- b0c9a99 Add missing substitution for %llvmgcc_only. by Daniel Dunbar · 15 years ago
- 3efabd3 I forgot to commit this test. by Evan Cheng · 15 years ago
- c1382b7 This fixes functions like by Rafael Espindola · 15 years ago
- 2c04dae Reimplement BranchFolding change to avoid tail merging for a 1 instruction by Bob Wilson · 15 years ago
- 90f48e7 Extend getMallocArraySize() to determine the array size if the malloc argument is: by Victor Hernandez · 15 years ago
- b62f792 Treat lifetime begin/end markers as allocations/frees respectively for the by Owen Anderson · 15 years ago
- a85a664 Be more careful about invariance reasoning on "store" queries. Stores still need by Owen Anderson · 15 years ago
- 4bc737c Add trivial support for the invariance intrinsics to memdep. This logic is by Owen Anderson · 15 years ago
- 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
- 589f1f5 Teach MachineLICM to unfold loads from constant memory from by Dan Gohman · 15 years ago
- 3938242 Use fconsts and fconstd to materialize small fp constants. by Evan Cheng · 15 years ago
- a104d1e Mark dead physregdefs dead immediately. This helps MachineSink and by Dan Gohman · 15 years ago
- 83f6120 Allow constants of different types to share constant pool entries by Dan Gohman · 15 years ago
- ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
- e69ed95 Add radar number. by Dale Johannesen · 15 years ago
- 4fc1231 Testcase for llvm-gcc patch 85284. by Dale Johannesen · 15 years ago
- f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
- 2bda533 Add missing testcase. by Rafael Espindola · 15 years ago
- 7a034b1 change of mind :) by Chris Lattner · 15 years ago
- 9357754 rename test. by Chris Lattner · 15 years ago
- 4ea7d4c Convert Analysis tests to FileCheck in regards to PR5307. by Edward O'Callaghan · 15 years ago
- 3798605 Fix Thumb2 failures by converting them to FileCheck. by Bob Wilson · 15 years ago