2007-02-17 |
Reid Spencer | Fix bugs introduced by constructor parameter order... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Chris Lattner | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Chris Lattner | testcase for recent targetdata regression |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Reid Spencer | Remove an unnecessary predicate. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Reid Spencer | Review changes: |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Chris Lattner | simplify some code, ensure that packed structures get... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Chris Lattner | fix incorrect encoding of vminsw. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Reid Spencer | Regenerate for getrlimit/setrlimit. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Anton Korobeynikov | Add possibility to set memory limit for binaries run... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Evan Cheng | Print <dead> def operands. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Evan Cheng | Add live-ins to every BB. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Reid Spencer | Add missing break statements! |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Chris Lattner | update symtab section to reflect recent changes. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Andrew Lenharth | fix build |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Andrew Lenharth | This was done recently |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Dale Johannesen | test commit (blank line) |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | make mayWriteToMemory a non-virtual function |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | convert more vectors to smallvectors, 2.8% speedup |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | change some vectors to smallvectors. This speeds up... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Update |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Dan Gohman | Add myself to the credits. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Proper fix for the off-by-one bug in clear_unused_bits(). |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Update this test to compile properly and check against... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Fix an off-by-one bug in computing the index of the... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Make sure Capacity gets initialized too. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | rewrite Value::takeName to take advantage of the new... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | switch an std::set to a SmallPtr set, this speeds up... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Missing a ; |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | the lengths of the strings are known, just use memcmp |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | BitVector::reference operator=(const reference& rhs... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Remove unnecessary checks. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | Implement Function::getIntrinsicID without it needing... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | operator== returns false when two bitvectors have diffe... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Merges two resize() variants. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Clear no longer deleting the bits to avoid mallocs. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | BitVector::count() bugs. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Eliminate a redundent ctor; eliminate one more potentia... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | 1 -> 1L since BitWord has type unsigned long. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Eliminate new[0], just set Bits to NULL. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | Add a new Value::getNameStr method, which is preferred... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Inverted the condition by accident. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1202: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | Apply B Scott Michel's patch for PR1184, which improves... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Bug fixes: assignment operator forgot to copy over... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Zhou Sheng | Fix some buges: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Use BitVector instead of vector<bool> which can be... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Add a BitVector class. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Change an assert that mentions Packed Type -> Vector... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | isPhysRegUsed should be const. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Evan Cheng | Should pass isKill and isDead to addRegOperand() as... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | For PR1195: |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Fixed packed structure breakage from earlier TargetData... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Reid Spencer | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Chris Lattner | update to new t-d strings. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Add feedback from Vikram Adve. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Synchronize TOC headings with actual headings. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Fix the table of contents to match the document body. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Fix a grammaro. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | A few changes: |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Drop a policy. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Some more minor tweaks. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Fix word usage. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Add a missing . |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Incorporate Chris Lattner's second round of feedback. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | fix validation bug |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | now that llvm-gcc3 is gone, life is significantly simpl... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | remove an obsolete question |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | remove obsolete path |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | fix a warning |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | remove obsolete warning |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | There is no circular dependency between llvm and llvm... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Incorporate Chris' first round of comments. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | Refix CodeGen/Generic/switch-lower.ll. In contrast... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | From Dan Gohman: |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Chris Lattner | Generalize TargetData strings, to support more interest... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Reid Spencer | Use brute-force algorithm for to_string. It doesn't... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | sanity check for *basic* i128 arithmetic on all hosts. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | better support for i128. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | implement expand of truncate. This allows truncates... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Fix PR1198, by adding initial i128 support. Patch... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | new testcase, by Dan Gohman |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Andrew Lenharth | Well this isn't as ugly and it works better. At least... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Make some minor improvements to APInt: |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Add missing closing parenthesis. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | revert my previous switch lowering change, which miscom... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | Add space between // and the comment. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | Add ABI information to ARM subtarget. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | Add a space between // and the comment. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | Add comment about original function argument alignment. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Fix tow grammaros that Bill Wendling noticed. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | According to ARM EABI, 8-bytes function arguments must... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Lauro Ramos... | Add "original alignment" to function arguments flags. |
commit | commitdiff | tree | snapshot |
next |