2005-11-14 |
Chris Lattner | regenearte |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | add malloc_zone_statistics, remove mstats |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | Teach -track-memory to work on darwin. Looking at... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | add some stuff for mstats on darwin |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Duraid Madina | add FP select. next up - divide! |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Add some dummy method impls |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Shrink derived types by 8 bytes each by not having... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Move some methods around. Refactor the parts of TypeMa... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Refactor some code, moving methods and data around... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | typeo |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Split the type refinement case completely out of the... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Separate the type-became-concrete case from the type... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | enable LSR by default on alpha |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | fix more regressions |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | fix READCYCLECOUNTER |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | this is no apparently passing on alpha |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | trivial cleanup |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Fix reading LLVM 1.3 bc files. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | refactor grammar to eliminate shift-reduce conflict... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Shrink the Type class from 32 to 28 bytes on Darwin... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | remove a dead method |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Unswitch a loop, add more assertions, eliminate use... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Tiny speedup, improve comments and code organization. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Describe section name encoding |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Read and write section info from/to .bc files |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Wrap long line. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Fix VC++ warning that bools cannot be ORed. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Fix operator precedence bug caught by VC++. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | document sections |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | add a token |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Parse section info |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | print section info |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Add support for putting globals in a particular section |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | fix yet more regressions |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | generate chain result |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | added a chain output |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | Fix a bunch more alpha regressions |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | prevent cse of readcyclecounter |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | continued readcyclecounter support |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | Add support for a cycle counter intrinsic. As basicall... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Jeff Cohen | Fix some typos. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Jeff Cohen | Add new file to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Fix the optimized code handling of user asm strings |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Make BB and CPI labels use the function number, not... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | speedup the common case where nothing needs to be quoted |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Allow per-character control over what target assemblers... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | do not allow '.' in symbol names |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Allow per-character control over what target assemblers... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | the pain isn't gone unless the phinodes are spilled too |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Darwin supports quoted labels. This implements: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Check that this compiles to a label with a space in it. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Add a new option for targets that accept quoted labels. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Remove M, which is dead. Eliminate a dead typedef... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | remove the M instance var |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | This method is no longer static |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Call this method with the object we have |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | nuke blank line |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Make this more efficient of the common case where we... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | minor interface changes. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Get rid of casts by #including the right header |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Make the aix asm printer interface properly with the... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Compile C strings to: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | add support for .asciz, and enable it by default. ... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | add support for .asciz, and enable it by default. ... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | this works with backedges to the existing entry block... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | fix a bunch of regressions |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | needs to go here to apparently. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | The pass everyone has been waiting for! |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Packed elements must be a power of two in size |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Force vectors to be a power of two in size |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Force packed vectors to be a power of two in length. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Switch the allnodes list from a vector of pointers... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Switch the allnodes list from a vector of pointers... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Refactor intrinsic lowering stuff out of visitCall |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Andrew Lenharth | whatever. Intermediate patch to see what breaks. ... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Handle the trivial (but common) two-op case more effici... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Nuke noop copies. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Fix CodeGen/X86/shift-folding.ll:test3 on X86 |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Disable some overly-aggressive checking code. This... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Avoid creating a token factor node in trivially redunda... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Chris Lattner | Handle GEP's a bit more intelligently. Fold constant... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Allocate the right amount of memory for this vector... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Change the ValueList array for each node to be shared... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Change the ValueList array for each node to be shared... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Switch the operandlist/valuelist from being vectors... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Switch the operandlist/valuelist from being vectors... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Explicitly initialize some instance vars |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Rip out 1.6ness, bump version # to 1.7cvs |
commit | commitdiff | tree | snapshot |
2005-11-08 |
John Criswell | Updated version to 1.7cvs. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
John Criswell | Merged from RELEASE_16. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | adjust itf |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Clean up RemoveDeadNodes significantly, by eliminating... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new option to indicate we want the code generator... |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new -fast option, which generates code quickly. |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Chris Lattner | Add a new option to indicate we want the code generator... |
commit | commitdiff | tree | snapshot |
next |