- e0e7696 simplify some code that was not llvm_shutdown safe by Chris Lattner · 18 years ago
- bb9a041 remove reoptimizer-specific passes by Chris Lattner · 18 years ago
- 0963ad5 remove some dead passes and stuff specific to the reoptimizer. by Chris Lattner · 18 years ago
- a9a23d8 remove some passes by Chris Lattner · 18 years ago
- f00c6ad remove dead method by Chris Lattner · 18 years ago
- 667089d Dead code. by Evan Cheng · 18 years ago
- 58866f4 How the heck did I forget patterns for llvm.x86.sse2.cmp.sd? by Evan Cheng · 18 years ago
- de15194 Add a section on the target datalayout syntax and describe the defaults by Reid Spencer · 18 years ago
- 4ecd9ee Simplify some code by moving variable declarations into the only block that by Reid Spencer · 18 years ago
- f734ea2 Implement support for non-standard integer bit widths of any size. The by Reid Spencer · 18 years ago
- 85f0008 Added test case for PR1207. by Evan Cheng · 18 years ago
- b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 18 years ago
- d1b2c5b Fix test case. by Evan Cheng · 18 years ago
- 96c2f34 this passes now by Chris Lattner · 18 years ago
- f9021ff llvm-gcc issue fixed, revert reversal :) by Chris Lattner · 18 years ago
- da304d0 remove warning by Chris Lattner · 18 years ago
- e02e5e4 Temporarily reverting the patch. It's breaking llvm-gcc build. by Evan Cheng · 18 years ago
- c552ff2 Add a FIXME for unwritten code. by Reid Spencer · 18 years ago
- d932aab Corrected typo. by Bill Wendling · 18 years ago
- cb069bb Some minor tweaks and grammar cleanup. by Reid Spencer · 18 years ago
- 3298069 remove dead methods by Chris Lattner · 18 years ago
- 00f59da remove use of deprecated apis by Chris Lattner · 18 years ago
- ec1f752 eliminate use of deprecated apis by Chris Lattner · 18 years ago
- 4227bdb remove use of deprecated api by Chris Lattner · 18 years ago
- df7490a add alternate version of constant ctors that don't take a vector. For now by Chris Lattner · 18 years ago
- 64113a5 fix validation by Chris Lattner · 18 years ago
- 0cca50c more wording changes and some minor additions by Chris Lattner · 18 years ago
- 2ae49dd add the definite article by Chris Lattner · 18 years ago
- 793aa38 rename section to Copyright, License, and Patents by Chris Lattner · 18 years ago
- d0742ce wording changes by Chris Lattner · 18 years ago
- b87fb2a add strong words about patents by Chris Lattner · 18 years ago
- 1ff20cd incremental changes to own section, protosection on patents by Chris Lattner · 18 years ago
- 8bb16ff fix TOC, clarify bullet in incremental dev by Chris Lattner · 18 years ago
- 1653fec refactor the top-level 'patches' section into a subsection of General Policies. by Chris Lattner · 18 years ago
- 1acdc95 minor changes by Chris Lattner · 18 years ago
- 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 · 18 years ago
- 263a98e update symtab section to reflect recent changes. by Chris Lattner · 18 years ago
- fadb3f7 fix build by Andrew Lenharth · 18 years ago
- c909605 This was done recently by Andrew Lenharth · 18 years ago
- 4c3a5f8 test commit (blank line) by Dale Johannesen · 18 years ago
- bb5493d make mayWriteToMemory a non-virtual function by Chris Lattner · 18 years ago
- 535014f convert more vectors to smallvectors, 2.8% speedup by Chris Lattner · 18 years ago
- 72588fc change some vectors to smallvectors. This speeds up instcombine on 447.dealII by Chris Lattner · 18 years ago
- b3ff6b7 Update by Evan Cheng · 18 years ago
- 1f43787 For PR1195: PACKED_ALIGN -> VECTOR_ALIGN by Reid Spencer · 18 years ago
- addccfd Add myself to the credits. by Dan Gohman · 18 years ago