- 01930c4 Remove the InstrSched directory (moved to SparcV9) by Reid Spencer · 20 years ago
- d9a9925 Directory no long exists (moved to Targets/SparcV9). by Reid Spencer · 20 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 299b39d Fix assertion failure when calling or returning from a function which by Brian Gaeke · 20 years ago
- 85c0835 Implement eliminateCallFramePseudoInstr(). Wrap a long comment line. by Brian Gaeke · 20 years ago
- 9f0cecd Model calls as *both* using *and* killing O0..O5, because callees use the by Brian Gaeke · 20 years ago
- 50094ed Fix whitespace and wrap some long lines. by Brian Gaeke · 20 years ago
- f23fb9e Top level makefile for building LLVM with automake. by Reid Spencer · 20 years ago
- 2b6c038 Ensure timestamp on saved contents of configure.ac is not changed. by Reid Spencer · 20 years ago
- 8be8012 Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast by Chris Lattner · 20 years ago
- b3deddc New testcase that crashes -globalopt. I found this through inspection, not by Chris Lattner · 20 years ago
- c4d81b0 Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only by Chris Lattner · 20 years ago
- ba31f80 New testcase we were not handling before. by Chris Lattner · 20 years ago
- 031955d Avoid calling use_size() which could (in theory) be expensive if the global by Chris Lattner · 20 years ago
- cbb9812 bling bling! by Chris Lattner · 20 years ago
- 3de9848 A testcase that globalopt now handles by Chris Lattner · 20 years ago
- 9b34a61 Eliminate global pointers that are only stored a single value and null if by Chris Lattner · 20 years ago
- 83d72bc Instead of silently breaking, print notification of why this doesn't work. by Chris Lattner · 20 years ago
- ffd9cef Fix grammaro by Chris Lattner · 20 years ago
- dd27827 Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect by Chris Lattner · 20 years ago
- 9cfa0d9 It looks like we're not releasing 1.4 with llvm.org as the official domain by Chris Lattner · 20 years ago
- 03203b4 update according to tonight's info by Brian Gaeke · 20 years ago
- 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 20 years ago
- 930f475 Fix infinite loop due to iteration by Chris Lattner · 20 years ago
- a052f82 Implement sub.ll:test17, -X/C -> X/-C by Chris Lattner · 20 years ago
- 23e2563 New testcase by Chris Lattner · 20 years ago
- 1c1bb33 Add a check to avoid an assertion on malformed input by Chris Lattner · 20 years ago
- 222b86f The person who was planning to add SSE support isn't anymore, so disable by Chris Lattner · 20 years ago
- b0f4e38 Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, by Chris Lattner · 20 years ago
- 8f57e9c If we found a dead global, we should at least delete it... by Chris Lattner · 20 years ago
- a4be1dc * Pull out the meat of runOnModule into another function for clarity. by Chris Lattner · 20 years ago
- 5085403 New testcase by Chris Lattner · 20 years ago
- e40e2d1 We might as well delete the known-dead global sooner rather than later since by Chris Lattner · 20 years ago
- 6a134de Hyphenate target-(in)dependent for more tasty grammar goodness (tm) by Misha Brukman · 20 years ago
- 340a05f Temporarily disable a buggy transformation until it can be fixed. This fixes by Chris Lattner · 20 years ago
- 7ced638 Adjust paths due to moving InstrSched to lib/Target/SparcV9 by Misha Brukman · 20 years ago
- 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
- 6b68973 InstrSched has been moved to lib/Target/SparcV9 by Misha Brukman · 20 years ago
- c8e0491 InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ by Misha Brukman · 20 years ago
- 855ae5a Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
- 222c98b Build InstrSched as well, and all three subdirs can be built independently by Misha Brukman · 20 years ago
- 13e4f6e * Adjust for the move to lib/Target/SparcV9/InstrSched by Misha Brukman · 20 years ago
- 1481a5c Single-space instead of double-spacing in the Makefile by Misha Brukman · 20 years ago
- 83e9193 Remove unused variable. by Reid Spencer · 20 years ago
- 761e41b Make it so that positional parameters can have spaces in them. by Reid Spencer · 20 years ago
- 670c889 Implement SRA for global variables. This allows the other global variable by Chris Lattner · 20 years ago
- bb99fc4 New testcase by Chris Lattner · 20 years ago
- d04cd55 Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the by Chris Lattner · 20 years ago
- d4bcae9 New testcase. The setcc is only used by a select, but not as a condition: by Chris Lattner · 20 years ago
- cf4f810 Properly `quote' names, and don't forget to add the ending quote! by Misha Brukman · 20 years ago
- 6843e38 Add the --with-automake option to AutoRegen.sh and provide the automake by Reid Spencer · 20 years ago
- b99d6b1 Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27 by Chris Lattner · 20 years ago
- 8797f59 New testcase by Chris Lattner · 20 years ago
- 1f7e160 Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) by Chris Lattner · 20 years ago
- d74634a New testcase by Chris Lattner · 20 years ago
- bdf6984 Implement logical and with an immediate that consists of a contiguous block by Nate Begeman · 20 years ago
- ef7dd46 Fix usage description typo by Misha Brukman · 20 years ago
- 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
- 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
- 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
- b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
- cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 20 years ago
- 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
- cf4d2a5 Improve comments, no functionality changes by Chris Lattner · 20 years ago
- a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
- d151657 Get friendly with Type by Chris Lattner · 20 years ago
- a6b10b6 Unfortunately the fix for the previous bug introduced the previous by Chris Lattner · 20 years ago
- 485457f Change signature of this method again by Chris Lattner · 20 years ago
- b25ac34 These files now live in Transforms/GlobalOpt by Chris Lattner · 20 years ago
- 904697e Move these files from Transforms/GlobalConstifier by Chris Lattner · 20 years ago
- f464ab5 Fix a bug in my previous change. Unfortunately this reverts most of the by Chris Lattner · 20 years ago
- 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
- 3602549 Fix a bug in the safety analysis routine by Chris Lattner · 20 years ago
- bc53e5e Comment cleanups by Chris Lattner · 20 years ago
- 7a90b68 * Rename pass to globalopt, since we do more than just constify by Chris Lattner · 20 years ago
- 93a00e4 Rename pass by Chris Lattner · 20 years ago
- 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
- 69406b0 Add new testcase, rename pass by Chris Lattner · 20 years ago
- 6856912 Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. by Chris Lattner · 20 years ago
- 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
- e47ba74 Implement GlobalConstifier/trivialstore.llx, and also do some by Chris Lattner · 20 years ago
- 86900a4 New testcase by Chris Lattner · 20 years ago
- 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
- f5d9fa7 Undoxyfy internal method. by Misha Brukman · 20 years ago
- 0cbd1fb Doxygen-ify comments by Misha Brukman · 20 years ago
- b5c1670 Change Type::isAbstract to have better comments, a more correct name by Chris Lattner · 20 years ago
- df00115 Rename method, change comment, add argument by Chris Lattner · 20 years ago
- 7c348e1 Correct some typeos by Chris Lattner · 20 years ago
- 91ccc15 Instcombine: -(X sdiv C) -> (X sdiv -C), tested by sub.ll:test16 by Chris Lattner · 20 years ago
- 24c0532 New testcase by Chris Lattner · 20 years ago
- 09c750f Remove debugging code, fix encoding problem. This fixes the problems by Chris Lattner · 20 years ago
- 35b020d Turning on fsel code gen now that we can do so would be good. by Nate Begeman · 20 years ago
- 087d5d9 Implement floating point select for lt, gt, le, ge using the powerpc fsel by Nate Begeman · 20 years ago
- 2483f67 Codegen signed mod by 2 or -2 more efficiently. Instead of generating: by Chris Lattner · 20 years ago
- 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 20 years ago
- 3ffdff6 Fix a scary bug with signed division by a power of two. We used to generate: by Chris Lattner · 20 years ago
- 610f1e2 Codegen signed divides by 2 and -2 more efficiently. In particular instead of: by Chris Lattner · 20 years ago
- d93d3b0 Add some new instructions. Fix the asm string for sbb32rr by Chris Lattner · 20 years ago
- c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
- fe386c4 When tail duplicating these functions, the add instruction should not be by Chris Lattner · 20 years ago