2004-12-13 |
Reid Spencer | Make the size() method const |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:\ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Add LLVMGCCDIR for path lookup |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make the OpenAndLoad functions have an ErrorMessage... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Completely rewrite the interface to be class based |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:\ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:Remove the file type checking methods (now... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Get LLVMGCCDIR into the #defines |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Brian Gaeke | Add V8 SPEC status. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Change indentation of a whole bunch of code, no real... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | More substantial simplifications and speedups. This... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | More minor microoptimizations |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Remove some more set operations |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Reduce number of set operations. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Optimize div/rem + select combinations more. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Add testcases for simple things we can handle that... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Dejagnu doesn't work if you do TESTSUITE=.../ |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | New testcase that the PPC backend miscompiles. It... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | CSE calls to getTypeSize. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Properly implement copying of a global, fixing the... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Simplify code and do not invalidate iterators. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Use the target triple to pick this target. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Get rid of subbullets for all of the "known problems... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Complete the list of MultiSource failures. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Do not internalize a module if -link-as-library is... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | hbd should be working now. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Finally enable the setcc-branch folding code. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Add (currently disabled) code for canFoldSetCC |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Though the previous xform applies to literally dozens... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Add stubs for setcc-branch folding support. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | If a variable can only hold two values, and is not... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | New testcase. Shrinking the variable to a bool allows... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | If one side of and/or is known to be 0/-1, it doesn... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New testcase. If one side of and/or is known to be... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Print llvm code one function at a time. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Check in the file I forgot last night, to solve all... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | JIT should print LLVM each function before selecting... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Rename Path::get -> Path::toString |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Update test |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Only cound if we actually made a change. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | The split bb is really the exit of the old function |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | A little cleanup on this file. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New feature |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Two bug fixes: |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Do not delete the entry block to a function. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Bools are *also* not ints. Sigh. Furthermore, most... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Look for many more moves to fold (previously, we only |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Make GEPs not suck so much: |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Update lists of failing benchmarks, including info... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New testcase that ipsccp should handle. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Fix some minor spellos and grammaros. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Revert the last patch. We really do need SimplyCFG. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Fix a bug where we could delete dead invoke instruction... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Path::get -> Path::toString |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Remove this pass as its no longer needed. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | This pass is no longer needed. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Implement SCCP/ipsccp-conditional.ll, by totally deleti... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Get rid of warning from flex. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix SCCP/2004-12-10-UndefBranchBug.ll |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Add missing accessor. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Make sure to link the target-triple as well, so it... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase that SCCP miscompiles. Luckily this is... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Fix output for Flexing to not print full path of source. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Check in the right test |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase for a bug exposed by the ipsccp pass,... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
2004-12-10 |
John Criswell | Merged in RELEASE_14 changes. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Move -lowerselect later in the chain; some select instr... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Add the rest of the multiply instructions. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Support binary operations with immediates for <= cInt. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Update lists of failing benchmarks (except C++...someth... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Turn on ipsccp by default instead of simple IPCP |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | This is the initial implementation of IPSCCP, as reques... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New prototype |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Emit correct prototype for __builtin_alloca on V8. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Alkis Evlogimenos | Fix writer to properly quote label names when they... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Alkis Evlogimenos | Do not allow empty label names. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Alkis Evlogimenos | Update testcase |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Implement test/Feature/escaped_label.ll |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Simple testcase for quoted label. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Link V8 backend into llc. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Add SparcV8 target back into the build |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Adjust paths: Sparc/V8 --> SparcV8 |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Make this file self-contained. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | Update list of failing MultiSource benchmarks. It works... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Brian Gaeke | When FpMOVDs appeared in pairs, we were mistakenly... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | Missed moving bugpoint link over to CommandGuide/html/ |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | Generated HTML documentation is now back in CommandGuid... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Chris Lattner | Rip out the guts of this document to prepare it for... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Chris Lattner | Clean up this man page |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Chris Lattner | Add new pseudo target |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | The textual description is gone from this manpage,... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | * Straighten a comment to a single line |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | We now have a real Bugpoint doc, not just a huge man... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Misha Brukman | Convert from being a copy of the man page to a full... |
commit | commitdiff | tree | snapshot |
next |