- a778ca5 Add support for printing pc-relative displacements of functions (as used in by Brian Gaeke · 21 years ago
- f7e44ef Add support for call instructions (0-ary only for now). by Brian Gaeke · 21 years ago
- 254bacd cleanup some long-dead code by Chris Lattner · 21 years ago
- ec42d98 Ignore configure produced files by Chris Lattner · 21 years ago
- 106dc52 Tweak libraries for scev changes by Chris Lattner · 21 years ago
- 9187ed5 new testcase by Chris Lattner · 21 years ago
- d18d9dc Comment out debugging printouts by Chris Lattner · 21 years ago
- 788aed9 New testcases for the indvars pass by Chris Lattner · 21 years ago
- 45a0a61 Tweak testcase to work with new indvars pass by Chris Lattner · 21 years ago
- 40bf8b4 Rewrite the indvars pass to use the ScalarEvolution analysis. by Chris Lattner · 21 years ago
- 53e677a Add a new analysis by Chris Lattner · 21 years ago
- 7aa773b Fix the obvious bug in my previous checkin by Chris Lattner · 21 years ago
- 147af6b Implement Transforms/SimplifyCFG/return-merge.ll by Chris Lattner · 21 years ago
- 512c248 New testcase by Chris Lattner · 21 years ago
- bee8a09 Clean up code a bit. by Alkis Evlogimenos · 21 years ago
- 79ee87b Only strip symbols if emitting bytecode to the assembly file. by Brian Gaeke · 21 years ago
- 142e22a Add support for constant select expressions. Clarify the assertion failure msg. by Brian Gaeke · 21 years ago
- fb4b96e Minor speedup by Chris Lattner · 21 years ago
- 1a66731 Fix type in comments by Alkis Evlogimenos · 21 years ago
- 13ce339 Fix type in instruction builder instantiation by Alkis Evlogimenos · 21 years ago
- fdc38c4 Make the verifier API more complete and useful. by Chris Lattner · 21 years ago
- 0e4271f Make the verifier API more complete and useful by Chris Lattner · 21 years ago
- 8b28b6d Add more ADC and SBB variants by Alkis Evlogimenos · 21 years ago
- 02bb481 minor formatting change by Chris Lattner · 21 years ago
- 5313f23 Fix two pretty serious bugs: by Chris Lattner · 21 years ago
- 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
- 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 21 years ago
- 76351aa Fix wonky header by Chris Lattner · 21 years ago
- 909f6cf Add new function by Chris Lattner · 21 years ago
- b234d46 Add new function, autoconf support required tho by Chris Lattner · 21 years ago
- 56d0f11 Bug fixed by Chris Lattner · 21 years ago
- c68bace Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx by Chris Lattner · 21 years ago
- 8b8ff16 New testcase for PR310 by Chris Lattner · 21 years ago
- 4edf6c0 Remove some assertions that are now bogus with the last patch I put in by Chris Lattner · 21 years ago
- 1869a46 Bug fixed by Chris Lattner · 21 years ago
- 4f303bd Fix PR306: Loop simplify incorrectly updates dominator information by Chris Lattner · 21 years ago
- afd5e2f New testcase for PR306 by Chris Lattner · 21 years ago
- c4b611a Fix grammar. by Misha Brukman · 21 years ago
- 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
- 0526f01 Simplify code by using the more powerful BuildMI forms. by Chris Lattner · 21 years ago
- f1ac50e Wrap at 80 cols by Chris Lattner · 21 years ago
- 024e91f Allow converting a builder to an iterator by Chris Lattner · 21 years ago
- 140385e Tests for fp cmov's that I forgot to check in earlier by Chris Lattner · 21 years ago
- 2974b5b Clear out all of the changes. Reset version numbers to 1.3 by Chris Lattner · 21 years ago
- da44b15 Add clear() forwarding method. by Brian Gaeke · 21 years ago
- 68626c2 Generate slightly smaller code, "test R, R" instead of "cmp R, 0" by Chris Lattner · 21 years ago
- 08bde18 The X86 backend no longer needs the select lowering pass. by Chris Lattner · 21 years ago
- 352eb48 Codegen FP select instructions into X86 conditional moves. Annoyingly enough by Chris Lattner · 21 years ago
- c1bab32 Add support for floating point conditional move instructions by Chris Lattner · 21 years ago
- 30b2f72 Add support for FP cmoves by Chris Lattner · 21 years ago
- 1c54a85 Add FP conditional move instructions, which annoyingly have special properties by Chris Lattner · 21 years ago
- 0e28eca Add warning by Chris Lattner · 21 years ago
- b4186e0 MBB::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
- 4f6410f MachineBasicBlock::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
- 0c58897 Improve description, add warning by Chris Lattner · 21 years ago
- 83706a5 MachineBasicBlock::remove should not change the iterator passed into it by Chris Lattner · 21 years ago
- 368c5da Factor out getStaticStackSize from InsertPrologCode(), so that I can more by Brian Gaeke · 21 years ago
- 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 21 years ago
- 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 21 years ago
- 1438102 Fix linking of constant expr casts due to type resolution changes. With by Chris Lattner · 21 years ago
- 4b2f08a Add support for constant expr casts by Chris Lattner · 21 years ago
- 1e490ba Add support for reading constantexpr select instructions by Chris Lattner · 21 years ago
- 92e8422 Fix a latent bug in select constantexpr handling that was broke 253.perlbmk by Chris Lattner · 21 years ago
- a8db01a Correctly update LiveVariables when an instruction changes by Alkis Evlogimenos · 21 years ago
- 307ecba Fold comparisons into select instructions, making much better code and by Chris Lattner · 21 years ago
- dd285ea Test folding comparisons into select instructions by Chris Lattner · 21 years ago
- 5192676 New testcase. This now codegens to: by Chris Lattner · 21 years ago
- 87d3bb5 Implement spill code folding for all of the conditional move instructions by Chris Lattner · 21 years ago
- 12d96a0 Add direct support for integer select instructions, though we still don't support by Chris Lattner · 21 years ago
- 3b68c20 New testcase for select instructions by Chris Lattner · 21 years ago
- bc280ab Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx by Chris Lattner · 21 years ago
- 982b279 New testcase that crashes the assembler by Chris Lattner · 21 years ago
- a5cdab7 Fix some serious bugs in the cmov descriptions, which didn't cause a problem because by Chris Lattner · 21 years ago
- 87fa610 Start cleaning up this pass so that I can debug it. by Brian Gaeke · 21 years ago
- 4971b72 Oops, actually USE the previously computed value by Chris Lattner · 21 years ago
- 5dd784a Test general value/value selection which we can do now that we use the by Chris Lattner · 21 years ago
- 552112f Now that all the code generators support the select instruction, and the instcombine by Chris Lattner · 21 years ago
- c32b30a Implement select.ll:test[3-6] by Chris Lattner · 21 years ago
- 6d09968 Add some testcases for select simplification by Chris Lattner · 21 years ago
- 6f2ab04 Fix a fairly major performance problem. If a PHI node had a constant as by Chris Lattner · 21 years ago
- 5abd61f Add the select lowering pass to get initial support for select instructions by Chris Lattner · 21 years ago
- 18bdbc3 Add a simple select instruction lowering pass by Chris Lattner · 21 years ago
- fc33d30 Add some new methods by Chris Lattner · 21 years ago
- eb8863d Don't warn about a null live range if the Value is a ConstantIntegral. by Brian Gaeke · 21 years ago
- 47b7164 Change how the beginnings and ends of MachineFunctions are printed. Get by Brian Gaeke · 21 years ago
- db81395 Adjust to new itf by Chris Lattner · 21 years ago
- 62fe9b5 Relax the interface a bit by Chris Lattner · 21 years ago
- d179961 Merged in RELEASE_12. by John Criswell · 21 years ago
- 8130a38 Merged in RELEASE_12. This fixes the zlib linking problems. by John Criswell · 21 years ago
- d25e3ec Handle -0.0 correctly by Chris Lattner · 21 years ago
- c50bbc9 Add a faq entry by Chris Lattner · 21 years ago
- 4dcb540 Add a bunch of methods that should have been added a long time ago. by Chris Lattner · 21 years ago
- 944cfaf Add another check by Chris Lattner · 21 years ago
- e83593b Fix an assertion Contributed by Reid Spencer by Chris Lattner · 21 years ago
- 11cad51 Make error message a bit nicer. Contributed by Reid Spencer by Chris Lattner · 21 years ago
- e3651f0 Add two methods which have been needed for a long time: Type::get(Un)signedVersion by Chris Lattner · 21 years ago
- 40bdfe55 Make sure to get the headers from zlib correctly by Chris Lattner · 21 years ago
- 4df1b8a X % -1 == X % 1 == 0 by Chris Lattner · 21 years ago
- ebd985c Two changes: by Chris Lattner · 21 years ago
- f6e5941 New testcase by Chris Lattner · 21 years ago