- 7055fd0 Remove duplicated line. by Evan Cheng · 17 years ago
- b92cb15 Reverse last patch .. premature. Depends on uncommitted CBE patch. by Reid Spencer · 17 years ago
- 477e974 Update this test to match the (corrected) output from the CBE. by Reid Spencer · 17 years ago
- 9bd57b6 Give names to the final result values of the part_set computations. This by Reid Spencer · 17 years ago
- c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 17 years ago
- d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 17 years ago
- d9efdb2 Correct a few comments. by Dan Gohman · 17 years ago
- a196b99 Add passes -view-cfg and -view-cfg-only that are like -print-cfg and by Dan Gohman · 17 years ago
- 2703f23 Use templates for the GraphType for DefaultDOTGraphTraits' members instead by Dan Gohman · 17 years ago
- b7f0675 Add a addRequiredTransitiveID member function, which is to by Dan Gohman · 17 years ago
- f3e5bc6 Add a skeleton for future contents by Chris Lattner · 17 years ago
- d82dc66 update comments by Chris Lattner · 17 years ago
- 69944e8 Make the results for the rotate functions correct when rotateAmt == 0. by Reid Spencer · 17 years ago
- 19dc32a Add some things needed by the llvm-gcc version supporting bit accurate integer by Reid Spencer · 17 years ago
- 9273418 add a link by Chris Lattner · 17 years ago
- 40c1b66 Fix PR1413 by Chris Lattner · 17 years ago
- d2abaf5 this crashes globalopt by Chris Lattner · 17 years ago
- 79cfddf Fix Transforms/GlobalOpt/2007-05-13-Crash.ll by Chris Lattner · 17 years ago
- 185bc89 Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both by Anton Korobeynikov · 17 years ago
- 8c7c173 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 17 years ago
- 69b3e40 add initial description of llvm top-level stuff. by Chris Lattner · 17 years ago
- 7300af5 finish the description of the bitstream format. by Chris Lattner · 17 years ago
- 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 17 years ago
- 92c7283 Fix shl to produce the correct result when the bitwidth is > 64 and the by Reid Spencer · 17 years ago
- 45d6764 Add a test case for shl of APInt integers > 64 bits by 0 shift amount. by Reid Spencer · 17 years ago
- 5156f5b Get the size of auto arrays right, regardless of its changing size. by Reid Spencer · 17 years ago
- 58d0547 Fix a grammaro. by Reid Spencer · 17 years ago
- f1d64e9 fix typo by Chris Lattner · 17 years ago
- daeb63c continued description by Chris Lattner · 17 years ago
- 3a1716d add a bunch of content. by Chris Lattner · 17 years ago
- e9ef457 first step by Chris Lattner · 17 years ago
- be1b1b1 Add a known QEMU problem. by Lauro Ramos Venancio · 17 years ago
- 384003d allow partially materialized modules to be written out, which just strips out by Chris Lattner · 17 years ago
- 1e4c23a Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html by Devang Patel · 17 years ago
- 2194ad9 New test. by Devang Patel · 17 years ago
- 7d8ed8a significantly improve debug output of lsr by Chris Lattner · 17 years ago
- 86296cc Update comments to say "vector" instead of "packed". by Dan Gohman · 17 years ago
- 23d9d27 Fix typos. by Dan Gohman · 17 years ago
- 667976e Remove forward-declarations for classes that don't exist. by Dan Gohman · 17 years ago
- 1031c6f Add explicit keywords to several constructors that now have one argument. by Dan Gohman · 17 years ago
- b96039e Simplify BranchInst::getSuccessor, avoiding a conditional operator. by Dan Gohman · 17 years ago
- c767844 This patch extends the LoopUnroll pass to be able to unroll loops by Dan Gohman · 17 years ago
- 3aea1bd fix regressions from my previous checking, including by Chris Lattner · 17 years ago
- 22d5c37 Perform correct actions numbers/sizes computation by Anton Korobeynikov · 17 years ago
- 29c9caf Fix action No calculation in multiple-invoke-one-LP mode by Anton Korobeynikov · 17 years ago
- e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 17 years ago
- 8885887 fix Transforms/InstCombine/2007-05-10-icmp-or.ll by Chris Lattner · 17 years ago
- 2e3ce7d new testcase that crashes instcombine by Chris Lattner · 17 years ago
- e0ae022 Drop ModuleID from comment. by Devang Patel · 17 years ago
- a24b04e fix a memory leak by Chris Lattner · 17 years ago
- 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 17 years ago
- 54f4a67 Do not generate branches to entry block. This fixes several test suite by Dale Johannesen · 17 years ago
- 432a7fa Ooops. Some debugging stuff :) by Anton Korobeynikov · 17 years ago
- eeb37e0 Allow multiple invokes per landing pad. This (probably) fixes PR1410. by Anton Korobeynikov · 17 years ago
- c1fe166 Later computations assume we are aligned at this point. by Duncan Sands · 17 years ago
- e25514d TypeIds are indexed by j, not i by Anton Korobeynikov · 17 years ago
- 9ec8137 These attributes are supported! by Anton Korobeynikov · 18 years ago
- 36117ac gar. GCC 3.4.2 also miscompiles llvm at -O3. :( by Chris Lattner · 18 years ago
- 3213a3a another version of gcc that miscompiles llvm. by Chris Lattner · 18 years ago
- e163e69 Another test for tail mergeing by Dale Johannesen · 18 years ago
- 76b38fc Make tail merging handle many more cases (all it can, I think). by Dale Johannesen · 18 years ago
- 0f1621b add some notes by Chris Lattner · 18 years ago
- 7de291a Can't fold bit_convert into truncating store. by Evan Cheng · 18 years ago
- 2c4f943 Can't fold the bit_convert is the store is a truncating store. by Evan Cheng · 18 years ago
- 7294b58 Do not assert, when case range split metric is zero and JTs are not allowed: just emit binary tree in this case. This by Anton Korobeynikov · 18 years ago
- ab5063b Add two ARM known problems. by Lauro Ramos Venancio · 18 years ago
- 34ab6d6 PR1399 test case. by Evan Cheng · 18 years ago
- 9fbc5b2 Testcase for by Duncan Sands · 18 years ago
- fd98dc9 Fix PR1333 by Devang Patel · 18 years ago
- 7ab11fb New test. by Devang Patel · 18 years ago
- 9095da2 New test. by Devang Patel · 18 years ago
- 0d77e05 arm no longer experimental, c++ eh support is? by Chris Lattner · 18 years ago
- f01b0b5 add a meta-blurb about the 2.0 release by Chris Lattner · 18 years ago
- caf0634 strip the llvm 1.9 info out of the release notes by Chris Lattner · 18 years ago
- 42d712b Switch BCC, MOVCCr, etc. to PredicateOperand. by Evan Cheng · 18 years ago
- f88b3a5 PredicateOperand can be used as a normal operand for isel. by Evan Cheng · 18 years ago
- 5903963 If a PredicateOperand has an empty ExecuteAlways field, treat it as if a normal operand for isel. by Evan Cheng · 18 years ago
- a7a5bad add the & back. I'm not sure why bill removed it. by Chris Lattner · 18 years ago
- e23e00d Change names from RA to something unique to get rid of naming conflicts with by Bill Wendling · 18 years ago
- 5618490 Eliminate MarkVirtRegAliveInBlock recursion. by Evan Cheng · 18 years ago
- 6603d7e Add MachineBasicBlock preds / succs reverse iterators. by Evan Cheng · 18 years ago
- 74935ca New test for PR1400 by Devang Patel · 18 years ago
- fe252f3 testcase for CodeGenPrepare bug fixed yesterday by Dale Johannesen · 18 years ago
- 43182ac R0 is a sub-register of X0, etc. by Evan Cheng · 18 years ago
- 1cc0096 Fix various whitespace inconsistencies. by Dan Gohman · 18 years ago
- f742c23 Correct the comment for ApproximateLoopSize to reflect what it actually does. by Dan Gohman · 18 years ago
- e8a9054 Spare '&' in the RUN line. by Bill Wendling · 18 years ago
- a186240 New test. by Devang Patel · 18 years ago
- 7adb53e update comments, no functionality change by Chris Lattner · 18 years ago
- a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
- 692aa5a Bumping cvs version number by Tanya Lattner · 18 years ago
- 5c9f800 Bump version number in cvs by Tanya Lattner · 18 years ago
- b64c2c8 move this out of Codegen/Generic, because it requires the ARM backend to be by Chris Lattner · 18 years ago
- 938ef6f move to CodeGen/ARM/2007-05-07-tailmerge-1.ll by Chris Lattner · 18 years ago
- 6603a1b Don't generate branch to entry block. by Dale Johannesen · 18 years ago
- 356e72c Fix PR1390 in a better way. by Lauro Ramos Venancio · 18 years ago
- fd4dbf7 Fix tests. by Evan Cheng · 18 years ago
- 070549e Add some tests for (conv (load x)) -> (load (conv*)x) xform. by Evan Cheng · 18 years ago
- 6b95e98 Fix test case. by Evan Cheng · 18 years ago
- c2cd2b2 Forgot a check. by Evan Cheng · 18 years ago