- 08f8b33 Alphabetizing; I want to be the last in the file!!!! ;-) by Bill Wendling · 17 years ago
- 96dcd2b Regenerated configure after autoconf/configure.ac change. by Scott Michel · 17 years ago
- 42aa501 Minor updates: by Scott Michel · 17 years ago
- 5d84afd Commit 44487 broke bootstrap of llvm-gcc-4.2. It is by Duncan Sands · 17 years ago
- 8c24e74 Added canFoldMemoryOperand for PPC. by Evan Cheng · 17 years ago
- 7db2811 Update foldMemoryOperand. by Evan Cheng · 17 years ago
- 4d321c5 fix warnings by Chris Lattner · 17 years ago
- 58dd856 allow this to build by Chris Lattner · 17 years ago
- cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 17 years ago
- a89e45f Handle zero correctly. by Neil Booth · 17 years ago
- d120ffd MachineInstr can change. Store indexes instead. by Evan Cheng · 17 years ago
- adf8590 If a split live interval is spilled again, remove the kill marker on its last use. by Evan Cheng · 17 years ago
- f38d14f Clobber more bugs. by Evan Cheng · 17 years ago
- b50bb8c Fix kill info for split intervals. by Evan Cheng · 17 years ago
- 60fb5ec more scalarization by Chris Lattner · 17 years ago
- d36db02 scalarize vector binops by Chris Lattner · 17 years ago
- 018f9b0 - Mark last use of a split interval as kill instead of letting spiller track it. by Evan Cheng · 17 years ago
- d64b5c8 Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether by Evan Cheng · 17 years ago
- f89a22a fixed header attribution by Scott Michel · 17 years ago
- b216a1b More stuff for CellSPU -- this should be enough to get an error-free by Scott Michel · 17 years ago
- 2466c37 Updated source file headers to llvm coding standard. by Scott Michel · 17 years ago
- 67d5755 Two missing files. by Scott Michel · 17 years ago
- 564427e Main CellSPU backend files checked in. Intrinsics and autoconf files remain. by Scott Michel · 17 years ago
- db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 17 years ago
- 7da75c5 Added "Emitter" functor to allow easy emitting of elements of a container by Ted Kremenek · 17 years ago
- dd86ce3 Remove a unsafe optimization. This fixes 401.bzip2. by Evan Cheng · 17 years ago
- 5d28b88 Add --with-llvmgcc= and --with-llvmgxx= configure options. by Devang Patel · 17 years ago
- 6637752 More files in the CellSPU drop... by Scott Michel · 17 years ago
- 266bc8f More of the Cell SPU code drop from "Team Aerospace". by Scott Michel · 17 years ago
- 35a3e4a Spiller unfold optimization bug: do not clobber a reusable stack slot value unless it can be modified. by Evan Cheng · 17 years ago
- eb1819d Implement framework for scalarizing node results. This is sufficient by Chris Lattner · 17 years ago
- 13c207b start providing framework for scalarizing vectors. by Chris Lattner · 17 years ago
- 597d10d Discard split intervals made empty due to folding. by Evan Cheng · 17 years ago
- a589a08 More CellSPU files... more to follow. by Scott Michel · 17 years ago
- 01f4fc1 Makefile fragment for CellSPU. by Scott Michel · 17 years ago
- f2a2416 First commit to CellSPU. More to follow by Scott Michel · 17 years ago
- e4b3900 Bug fixes. by Evan Cheng · 17 years ago
- 516276e Track dependencies when creating symlinks to LLVM libraries next by Gordon Henriksen · 17 years ago
- 05e5a74 Regenerate by Anton Korobeynikov · 17 years ago
- f8c751a Fix fallout from my last patch: don't reject varargs functions :) by Anton Korobeynikov · 17 years ago
- a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
- 4cf4b69 update file comment. by Chris Lattner · 17 years ago
- 8528e78 Fixed typo. by John Criswell · 17 years ago
- c36284e Regenerate by Anton Korobeynikov · 17 years ago
- 5ffdc56 If ExitValue operand is also defined in Loop header then by Devang Patel · 17 years ago
- c1d848d More sanity checks for function types. by Anton Korobeynikov · 17 years ago
- e268a40 Describe the notion of 'owners' of the code. by Chris Lattner · 17 years ago
- 94007ec Applying Anton's binmode fix to the other ofstream too. by Gordon Henriksen · 17 years ago
- 3194012 Sorry, typo :) by Anton Korobeynikov · 17 years ago
- 037dd94 Open output file correctly. This is extremely important for by Anton Korobeynikov · 17 years ago
- 31d4318 Typo by Evan Cheng · 17 years ago
- 70306f8 Update kill info for uses of split intervals. by Evan Cheng · 17 years ago
- 96ea209 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 17 years ago
- 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 17 years ago
- 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 17 years ago
- bebcdabd8 explain what I need to grant commit access. by Chris Lattner · 17 years ago
- c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 17 years ago
- aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 17 years ago
- 0465fb5 Adding ocamldoc-style comments for the Ocaml bindings. by Gordon Henriksen · 17 years ago
- c8d7194 Fix a typo noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
- dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 17 years ago
- e3110d0 Fix a bug where splitting cause some unnecessary spilling. by Evan Cheng · 17 years ago
- 528b00a Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost useable! by Owen Anderson · 17 years ago
- e62f97c Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0. by Evan Cheng · 17 years ago
- 790e11c Add target triple to include/llvm/Config/config.h.in. Regenerate all files. by Eric Christopher · 17 years ago
- 57c4fc2 Change LinkTimeOptimizer.h install location. by Devang Patel · 17 years ago
- 0a45fa9 Change lib lto install location. by Devang Patel · 17 years ago
- f64903b Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting by Ted Kremenek · 17 years ago
- 2a2a496 Fixed potential bug where CurWord is not zeroed out in JumpToBit. by Ted Kremenek · 17 years ago
- cddbb83 Do not fold reload into an instruction with multiple uses. It issues one extra load. by Evan Cheng · 17 years ago
- cd883f2 chain update requests properly. by Chris Lattner · 17 years ago
- 6bb0ae4 Small optimization of parameter attribute lookup. by Duncan Sands · 17 years ago
- 757d243 Add a convenience method for modifying parameter by Duncan Sands · 17 years ago
- a8b9746 Check that there are not more attributes than function parameters. by Duncan Sands · 17 years ago
- 962e075 Provide a way to update DescGlobals cache directly. by Devang Patel · 17 years ago
- cb3c330 Do not lose rematerialization info when spilling already split live intervals. by Evan Cheng · 17 years ago
- 1fb1364 Fix a miscompilation in spiff on PPC. by Owen Anderson · 17 years ago
- 1953d0c Fix a major performance issue with splitting. If there is a def (not def/use) by Evan Cheng · 17 years ago
- 213ee90 Update tests. by Evan Cheng · 17 years ago
- c3fc7d9 Replace the odd kill# hack with something less fragile. by Evan Cheng · 17 years ago
- fd8890d Small parameter attributes cleanup. by Duncan Sands · 17 years ago
- d7205e6 Pass the whole StringMapEntry into StringMapEntryInitializer::Initialize. by Chris Lattner · 17 years ago
- aec7870 provide an optional API to allow datatypes in a stringmap to be *gasp* by Chris Lattner · 17 years ago
- 0cbb116 Fixed various live interval splitting bugs / compile time issues. by Evan Cheng · 17 years ago
- c3868e0 Kill info update bug. by Evan Cheng · 17 years ago
- 22f26a7 New testcase for PR1744 by Chris Lattner · 17 years ago
- 4045e6d Work around a GCC bug, producing this code: by Chris Lattner · 17 years ago
- 51c9717 Add a note by Chris Lattner · 17 years ago
- 1f87300 Implement ExpandOperationResult for ppc i64 fp->int, which fixes by Chris Lattner · 17 years ago
- 5e037fc for consistency, allow a fallthrough if the final check returns null. by Chris Lattner · 17 years ago
- 4b341b4 upgrade this test by Chris Lattner · 17 years ago
- 0a0cfdf make this test have a deterministic result. by Chris Lattner · 17 years ago
- afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
- 1e7b1bb Revert previous "fix" - the breakage was due to some by Duncan Sands · 17 years ago
- 7dbb1e4 This test somehow got an extra "not" during the recent stderr updates. by Duncan Sands · 17 years ago
- dd65a73 My compiler complains that "x always evaluates to true" in this call: by Duncan Sands · 17 years ago
- 0a488b3 Add missing newlines at EOF. by Duncan Sands · 17 years ago
- 95d8593 xfail a test by Chris Lattner · 17 years ago
- 2adcf10 update this test after the fmrrd fix by Chris Lattner · 17 years ago
- 2490d33 Fix typo by Tanya Lattner · 17 years ago