2006-10-03 |
Evan Cheng | Revert previous patch. Still breaking things. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Bill Wendling | Fix for PR929. The PHI nodes were being gone through... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritE... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | New testcase for PR932 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Evan Cheng | These don't have immediate operands. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Chris Lattner | Move DominatorTree to immediately follow DominatorTreeBase |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Rafael Espindola | fix the names of the 64bit fp register |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Reid Spencer | Don't build the runtime library if LLVMGCC is not confi... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Chris Lattner | fix misleading warning |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Chris Lattner | Fix misleading warning message |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Debugging kruft |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Update documentaion of node annotation (coloring) in... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jim Laskey | Add ability to annotate (color) nodes in a viewGraph. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Fixme is already done |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Teach globalsmodref-aa to track scalar pointer global... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | Fix a bug from r1.391 of this file, where we checked... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Chris Lattner | new testcase, malloc should be promoted to [2 x double]. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Fix debug output |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Implement SRA of heap allocations. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Override use_back in instruction/basicblock to provide... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Add a version of the globalvariable ctor that inserts... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Add some ifdef'd out debug info |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Chris Lattner | Stacker doesn't build universal right. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Evan Cheng | Not needed. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Rafael Espindola | add floating point registers |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Move CompileCommonOpts to the end of the list so that... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Define this in the correct n/s |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Chris Lattner | Adjust this to the wonky syntax that GCC expects. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Jim Laskey | Wrong directory. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Now that ConstantBool::True/False are gone, we can... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Eliminate ConstantBool::True and ConstantBool::False... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | update comments |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Simplify some code, reformat break's |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Owen Anderson | Another attempt at making ArgPromotion smarter. This... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | simplify code |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Use the -emit-llvm switch to generate LLVM assembly... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Add a test case for PR902. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Shift amounts are always 32-bits, even in 64-bit mode... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Fix PR902: |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Testcase for PR924 |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Evan Cheng | TargetRegisterClass specifies the desired spill alignme... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Jim Laskey | Fix search file for -release. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Jim Laskey | Add support for -release-asserts. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Reid Spencer | Provide a gdb usage fix provided by Zhongzing Xu. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Bill Wendling | "Once more into the breach, dear friends, once more... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | refactor critical edge breaking out into the SplitCritE... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | add a note about a general improvement to the code... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | remove reference to dead method |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | remove dead method |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Use the new ManagedStatic class to explicitly manage... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | new helper class to provide more explicit management... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | re-re-revert this, back to the right revision. It... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Evan Cheng | PEI now place callee save spills closest to the address... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Evan Cheng | - Added a hook processFunctionBeforeCalleeSaveScn(... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | re-revert this patch, bisort and mst are still broken... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Bill Wendling | Reapplying this patch. With the newest commits, the... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | silence warnings in release build |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Devang Patel | Fix DFS walk. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Temporarily revert this. This breaks Olden/bisort... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Jim Laskey | Make sure C++ protection shows up in debug info |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | This: |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Bill Wendling | PR878: Instead of calculating the vreg to PHI use count... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | set DEBUG_TYPE right |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Devang Patel | Add llvm.org/bugs/show_bug.cgi?id=923 test case. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Use abstract private/comment directives, to increase... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Add support for ${:private} which prints "L" on darwin. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for ${:comment}, which expands to the curre... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Actually, name the method PrintSpecial to match other... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for ${:foo} syntax, where "foo" is passed... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Evan Cheng | Rename function. It's determining which callee-save... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Andrew Lenharth | Comments on JumpTableness |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Load chain check is not needed |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Chain can be any operand |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Wrong size for load |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Can't move a load node if it's chain is not used. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Various random and minor code cleanups. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | test that the no_dead_strip directive is emitted on... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | print the preds of each MBB |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for targets that want to do something with... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Chris Lattner | order this properly to avoid warnings in TargetAsmInfo... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Accidental enable of bad code |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Fix chain dropping in load and drop unused stores in... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
John Criswell | Regression test for PR#922. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Core antialiasing for load and store. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Andrew Lenharth | Fix |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | Fix jump tables to match gcc (and the ABI and whatnot) |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | Add support for other relocation bases to jump tables... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | basic jump table test |
commit | commitdiff | tree | snapshot |
next |