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 |
2007-02-13 |
Reid Spencer | Fix a compilation error that caused the nightly test... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Clean up spelling mistakes. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Fix an HTML validation error. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Make the draft notice more prominent. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | Add DeveloperPolicy.html |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Reid Spencer | First draft of the LLVM Developer Policy. This document... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Switch UnaryOperators to default to passing names up... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | add a setName variant that takes a null-terminated... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Use a SmallVector to reduce heap traffic. This speeds... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | fix a critical bug in smallvector, where it would destr... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | now that we can pass ranges into CallInst ctors, elimin... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate instruction ctors that take vectors. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate vector-related ctors |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate use of vector-related ctors |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | remove use of vector-related ctors |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate vector-related allocations |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate a bunch of vector-related heap traffic |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate use of vector ctors |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Eliminate use of ctors that take vectors. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | stop passing vector into ctors |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Evan Cheng | Allow any MachineBasicBlock (not just the entry block... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Fix switch lowering to order cases in zext order, which... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | new testcase for PR1197 |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | Add invokeinst and callinst ctors that don't take vectors. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | remove some dead methods. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Chris Lattner | eliminate use of methods that take vectors as args |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Andrew Lenharth | I love non-deturminism. Returning objects with referen... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | stop using me thods that take a vector |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | stop using methods that take vectors. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Zhou Sheng | 1. Make APInt::shl work correctly and more efficiently. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Jim Laskey | Wrong value type. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | avoid creating a temporary string when reading the... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | Add new setName accessor which doesn't require creating... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Lauro Ramos... | Fix build error on ARM. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Chris Lattner | Switch ValueSymbolTable to use StringMap<Value*> instea... |
commit | commitdiff | tree | snapshot |
next |