- 39582bd remove terminology section (this is not a legal document) by Chris Lattner · 18 years ago
- c7d954e Transmogrify 'Starting New Work' into 'Making a Major Change', add by Chris Lattner · 18 years ago
- 450f40a A bunch of editting. I'm still not done with the 'patches' section. by Chris Lattner · 18 years ago
- 4f28a2f clarify the 'developed by' line by Chris Lattner · 18 years ago
- a284cbf For PR1207: by Reid Spencer · 18 years ago
- d81b065 Add some new constants. by Reid Spencer · 18 years ago
- f99a0ac 1. Fix some indentation and variable names in the get{Min,Max}Value methods. by Reid Spencer · 18 years ago
- 4a6f363 fix comment by Chris Lattner · 18 years ago
- eb47391 simplify pass, delete dead gvar protos as well. by Chris Lattner · 18 years ago
- 439ba1f Remove broken links to gccas and gccld. by Reid Spencer · 18 years ago
- a58f058 1. Use APINT_WORD_SIZE instead of sizeof(uint64_t) by Reid Spencer · 18 years ago
- a932e3f 1. "unsigned" -> "uint32_t" to gaurantee its bit width on all platforms. by Reid Spencer · 18 years ago
- af0e956 1. Remove dead code (lshift function). by Reid Spencer · 18 years ago
- f2c521c Make add_1 exit early if carry is 0. by Reid Spencer · 18 years ago
- 9bc823e avoid collision with /usr/bin/sample if this ever gets installed. by Chris Lattner · 18 years ago
- 443b570 Implement signed output for toString. by Reid Spencer · 18 years ago
- 63925c8 temporarily revert Devang's most recent patch, which caused a large by Chris Lattner · 18 years ago
- c72f280 Fix some bugs in division logic. by Reid Spencer · 18 years ago
- aa79761 - Changes how function livein's are handled, they now have a start index of 0. by Evan Cheng · 18 years ago
- e1fd682 Do not add livein's to entry MBB twice. by Evan Cheng · 18 years ago
- 795d950 Added removeLiveIn. by Evan Cheng · 18 years ago
- 094e3e5 Added findRegisterDefOperand(). by Evan Cheng · 18 years ago
- e15764f - Use MRegister::regsOverlap(). by Evan Cheng · 18 years ago
- 9e66eb6 Added removeLiveIn and more livein iterators. by Evan Cheng · 18 years ago
- 64ff3c3 Allow LiveVariables to track liveness of more registers. by Evan Cheng · 18 years ago
- eceada6 Added getReservedRegs(). by Evan Cheng · 18 years ago
- efdcb83 - Added regsOverlap() to test if two registers overlap. Or in case they are by Evan Cheng · 18 years ago
- dee5a5a Fix ixaddrs as well, allowing ppc64 to compile to: by Chris Lattner · 18 years ago
- 0f74372 new test by Chris Lattner · 18 years ago
- bc681d6 Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: by Chris Lattner · 18 years ago
- 6e1472a Test that large absolute addresses are properly folded into addr modes on by Chris Lattner · 18 years ago
- 95ad943 print target nodes nicely by Chris Lattner · 18 years ago
- 9ff6ee8 Implement i/n/s constraints correctly. This fixes by Chris Lattner · 18 years ago
- 419116f new testcase that crashes llc by Chris Lattner · 18 years ago
- 7824cc6 testcase for PR1170 by Chris Lattner · 18 years ago
- 4b0d93a new testcase for -fwritable-strings by Chris Lattner · 18 years ago
- 62b2002 Use inverted map to speedup collectLastUses(). by Devang Patel · 18 years ago
- 5e0a851 Move static functions closer to their usage. by Reid Spencer · 18 years ago
- 71bd08f Clean up the divide and remainder logic a bit (exit early). Use more by Reid Spencer · 18 years ago
- 946b72af new testcase by Chris Lattner · 18 years ago
- 6070f2e adding PR 1200 comment by request by Dale Johannesen · 18 years ago
- 6b896ce Fixes PR 1200 by Dale Johannesen · 18 years ago
- affeb56 Do not dereference invalid ranges. Generalize targetdata alignment model. by Chris Lattner · 18 years ago
- cd6f2bf Fix bugs introduced by constructor parameter order change. by Reid Spencer · 18 years ago
- 3ebb2e0 Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll by Chris Lattner · 18 years ago
- 6985dca testcase for recent targetdata regression by Chris Lattner · 18 years ago
- 52dc968 Remove an unnecessary predicate. Patch by Scott Michel. by Reid Spencer · 18 years ago
- e81d2da Review changes: by Reid Spencer · 18 years ago
- ae6f1fa simplify some code, ensure that packed structures get abi alignment of 1. by Chris Lattner · 18 years ago
- 3dd074a fix incorrect encoding of vminsw. by Chris Lattner · 18 years ago
- b90645c Regenerate for getrlimit/setrlimit. by Reid Spencer · 18 years ago
- 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
- bdf44b9 Print <dead> def operands. by Evan Cheng · 18 years ago
- 9fc508f Add live-ins to every BB. by Evan Cheng · 18 years ago
- 3481657 Add missing break statements! by Reid Spencer · 19 years ago
- 263a98e update symtab section to reflect recent changes. by Chris Lattner · 19 years ago
- fadb3f7 fix build by Andrew Lenharth · 19 years ago
- c909605 This was done recently by Andrew Lenharth · 19 years ago
- 4c3a5f8 test commit (blank line) by Dale Johannesen · 19 years ago
- bb5493d make mayWriteToMemory a non-virtual function by Chris Lattner · 19 years ago
- 535014f convert more vectors to smallvectors, 2.8% speedup by Chris Lattner · 19 years ago
- 72588fc change some vectors to smallvectors. This speeds up instcombine on 447.dealII by Chris Lattner · 19 years ago
- b3ff6b7 Update by Evan Cheng · 19 years ago
- 1f43787 For PR1195: PACKED_ALIGN -> VECTOR_ALIGN by Reid Spencer · 19 years ago
- addccfd Add myself to the credits. by Dan Gohman · 19 years ago
- b5aabee Proper fix for the off-by-one bug in clear_unused_bits(). by Evan Cheng · 19 years ago
- 1500515 Update this test to compile properly and check against the correct by Reid Spencer · 19 years ago
- f1f007d Fix an off-by-one bug in computing the index of the word to clear. by Reid Spencer · 19 years ago
- 9d1597b Make sure Capacity gets initialized too. by Reid Spencer · 19 years ago
- 0878c31 rewrite Value::takeName to take advantage of the new symtab stuff. This by Chris Lattner · 19 years ago
- 1f87a58 switch an std::set to a SmallPtr set, this speeds up instcombine by 9.5% by Chris Lattner · 19 years ago
- 852b4ba Missing a ; by Evan Cheng · 19 years ago
- d263114 the lengths of the strings are known, just use memcmp by Chris Lattner · 19 years ago
- e01ad2d BitVector::reference operator=(const reference& rhs) is unnecessary thanks to autoconvert to bool. by Evan Cheng · 19 years ago
- 1f46998 Remove unnecessary checks. by Evan Cheng · 19 years ago
- 3b51580 Implement Function::getIntrinsicID without it needing to call Value::getName, by Chris Lattner · 19 years ago
- 638417f operator== returns false when two bitvectors have different sizes. by Evan Cheng · 19 years ago
- c761df1 Merges two resize() variants. by Evan Cheng · 19 years ago
- ccae61c Clear no longer deleting the bits to avoid mallocs. by Evan Cheng · 19 years ago
- 7bf26c1 BitVector::count() bugs. by Evan Cheng · 19 years ago
- 334df9d Eliminate a redundent ctor; eliminate one more potential new [0]. by Evan Cheng · 19 years ago
- 057f8e0 1 -> 1L since BitWord has type unsigned long. by Evan Cheng · 19 years ago
- 5f92ce4 Eliminate new[0], just set Bits to NULL. by Evan Cheng · 19 years ago
- 924b1ca Add a new Value::getNameStr method, which is preferred over getName. by Chris Lattner · 19 years ago
- c48aafe Inverted the condition by accident. by Evan Cheng · 19 years ago
- 16db3ca For PR1202: Make sure we found an existing Alignment before overwriting it. by Reid Spencer · 19 years ago
- 5d4a9f7 fix indentation by Chris Lattner · 19 years ago
- 0152829 Apply B Scott Michel's patch for PR1184, which improves diagnostics in an by Chris Lattner · 19 years ago
- 506e899 Bug fixes: assignment operator forgot to copy over size; copy ctor forgot to clear unused top bits. by Evan Cheng · 19 years ago
- b04973e Fix some buges: by Zhou Sheng · 19 years ago
- 61de82d Use BitVector instead of vector<bool> which can be extremely slow. by Evan Cheng · 19 years ago
- ad1d5c3 Add a BitVector class. by Evan Cheng · 19 years ago
- ac9dcb9 For PR1195: by Reid Spencer · 19 years ago
- a85210a For PR1195: Change a comment: Packed Type -> Vector Type by Reid Spencer · 19 years ago
- d29b8b8 Change an assert that mentions Packed Type -> Vector Type. by Reid Spencer · 19 years ago
- d6aeb4f For PR1195: Packed -> Vector. by Reid Spencer · 19 years ago
- 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 19 years ago
- 3cd4c89 isPhysRegUsed should be const. by Evan Cheng · 19 years ago
- d1172cc Should pass isKill and isDead to addRegOperand() as well. by Evan Cheng · 19 years ago
- 9d6565a For PR1195: by Reid Spencer · 19 years ago