- d657c42 Start NextMBBNumber out at zero. by Brian Gaeke · 21 years ago
- 0bcb1ad Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 21 years ago
- f460f16 Add a NextMBBNumber field w/ incrementing accessor method, for by Brian Gaeke · 21 years ago
- c07d8d8 Add a Number field w/ accessor method, for function-level unique numbering by Brian Gaeke · 21 years ago
- 5f4d473 Make the subsubsections stand out a bit more by Chris Lattner · 21 years ago
- 54dfb2a These images have been moved to img/ by Misha Brukman · 21 years ago
- e849a1a Use the images in the img/ directory. by Misha Brukman · 21 years ago
- b9e41eb Finally, switch to a stylesheet that makes the documentation easier on the eyes by Misha Brukman · 21 years ago
- db8d5b2 Centralize images in this dir; add lines.gif from website for consistent by Misha Brukman · 21 years ago
- f6a0407 Make file use stylesheets and be HTML-4.01 (Strict)-compliant. by Misha Brukman · 21 years ago
- 3669299 Made document HTML-4.01 (Strict)-compliant. by Misha Brukman · 21 years ago
- b9be2bf Make file standard-compliant once again. by Misha Brukman · 21 years ago
- 8287373 Made file comply with HTML-4.01 (Strict) by Misha Brukman · 21 years ago
- 7507c29 Turn the block extractor on by default now that it basically works, eliminating the option. by Chris Lattner · 21 years ago
- 836db50 Made file HTML-4.01 (Strict)-compliant. by Misha Brukman · 21 years ago
- 6a2b310 Made to be HTML-4.01 (Strict)-compliant. by Misha Brukman · 21 years ago
- c53aefb Made to be HTML-4.01 (Strict) -compliant. by Misha Brukman · 21 years ago
- 6c16c4b Add proper footer since this file is HTML-4.01 compliant. by Misha Brukman · 21 years ago
- 85234ac Make document HTML-4.01 (Strict) compliant. by Misha Brukman · 21 years ago
- f6acb51 Fix grammar: remove `the' before LLVM. by Misha Brukman · 21 years ago
- b69715e * Make the document format follow the stringent purple standards (like the rest by Misha Brukman · 21 years ago
- 2b10b08 Pass boolean constants into function calls more efficiently, generating: by Chris Lattner · 21 years ago
- 5879927 Do not pass in the same argument to the extracted function more than once, and by Chris Lattner · 21 years ago
- 68bee93 Check to see if all blocks are extractible first. by Chris Lattner · 21 years ago
- d99e1d3 Implement support for code extracting basic blocks that have a return by Chris Lattner · 21 years ago
- e746ad5 Implement splitting of PHI nodes, allowing block extraction of BB's that have by Chris Lattner · 21 years ago
- bf74936 * Pull some code out into the definedInRegion/definedInCaller methods by Chris Lattner · 21 years ago
- 346be7f Generate substantially better code when there are a limited number of exits by Chris Lattner · 21 years ago
- 5b01e29 Two minor improvements: by Chris Lattner · 21 years ago
- b83c0f3 Don't leave dead bytecode.output files around if the optimizer/block extractor crashes. by Chris Lattner · 21 years ago
- b584c5d This file has been superseded by docs/index.html . by Misha Brukman · 21 years ago
- 2290e75 Implement the final missing bits for block extractor support. Now bugpoint by Chris Lattner · 21 years ago
- 300e74b Add link to Valgrind. by Misha Brukman · 21 years ago
- 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
- 1c2f686 A class that is meant to be a base class should have a virtual destructor by Chris Lattner · 21 years ago
- 8436c21 Add a note to make sure the program is memory correct by Chris Lattner · 21 years ago
- 19fa3f5 Added obsequi. by John Criswell · 21 years ago
- 379b380 Use inttypes.h, which exists on all of Linux, Solaris and Darwin. by Brian Gaeke · 21 years ago
- 3528a4b Unbreak the build on X86. by Chris Lattner · 21 years ago
- a7750fc Squash warnings on Solaris/sparc... the test suite is not working for me so I by Brian Gaeke · 21 years ago
- 2928a16 Do not hardcode the name of gcc, because its full pathname may have been by Brian Gaeke · 21 years ago
- 8c603ef Do not depend on the path to bash by Brian Gaeke · 21 years ago
- c66d8b0 Include <sys/types.h> to get the definition of int64_t on Solaris. by Brian Gaeke · 21 years ago
- 8abf693 Switch this from using an std::map to using a DenseMap. This speeds up by Chris Lattner · 21 years ago
- 80e20eb Use a new VRegPHIUseCount to compute uses of PHI values by other phi values by Chris Lattner · 21 years ago
- 791f896 Now that we use an ilist of machine instructions, iterators are more robust by Chris Lattner · 21 years ago
- c81e6ba Fix a fairly serious pessimizaion that was preventing us from efficiently by Chris Lattner · 21 years ago
- 3699e05 Bug fixed by Chris Lattner · 21 years ago
- 6d3848d Patch to fix PR337. Make sure to mark all aliased physical registers as used by Chris Lattner · 21 years ago
- 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 21 years ago
- 44ff57a Bug 178 Fixed by Reid Spencer · 21 years ago
- dc8e6b5 Changes to make the Stacker Stack use 64 bit values. This *should* get by Reid Spencer · 21 years ago
- 9984fd0 Fix some comments, avoid sign extending booleans when zero extend works fine by Chris Lattner · 21 years ago
- 96e3b42 Generate more efficient code for casting booleans to integers (no sign extension required) by Chris Lattner · 21 years ago
- cb3ad01 syntactically loopify natural loops so that the GCC loop optimizer can find them. This should *dramatically* improve the performance of CBE compiled code on targets that depend on GCC's loop optimizations (like PPC) by Chris Lattner · 21 years ago
- 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
- 0555ed8 Fine grainify namespacification by Chris Lattner · 21 years ago
- 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
- b0fd761 Bug fixed. Rewrite portability intro. by Brian Gaeke · 21 years ago
- c242143 Get this looking more like a function pass. by Chris Lattner · 21 years ago
- 0979ca7 Implement the AddPrototypes method by Chris Lattner · 21 years ago
- 43c81f1 Add support for inserting all prototypes up-front by Chris Lattner · 21 years ago
- a05e0ec Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 21 years ago
- be97b4e Fix stupid bug in my checkin yesterday by Chris Lattner · 21 years ago
- b4b2e9d Fixed up sched graph. by Tanya Lattner · 21 years ago
- 5a75c91 Registering the ModuloScheduling pass. by Tanya Lattner · 21 years ago
- e5abfd2 Changed CPUResource to allow access to max num users for a resource. by Tanya Lattner · 21 years ago
- 6b16050 Changed CPUResource to allow access to maxnum users. by Tanya Lattner · 21 years ago
- 73e3e2e Updating my versions of ModuloScheduling in cvs. Still not complete. by Tanya Lattner · 21 years ago
- 429022b Add support for widening integral casts. by Brian Gaeke · 21 years ago
- 59dbff7 Add a bunch more branches by Brian Gaeke · 21 years ago
- 9f56482 Flesh out GEP support by Brian Gaeke · 21 years ago
- 6b1d2fa Add ADD with immediate by Brian Gaeke · 21 years ago
- c3e9701 Add forms of CMP, SUBCC, and a few branches, and some comments. by Brian Gaeke · 21 years ago
- 532e60c Add stub support for GEPs. by Brian Gaeke · 21 years ago
- 880e8e4 Add required header by Alkis Evlogimenos · 21 years ago
- feab248 Remove unneeded header by Alkis Evlogimenos · 21 years ago
- 620ce14 Implement folding of GEP's like: by Chris Lattner · 21 years ago
- 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 21 years ago
- e302a7e Add support for copying bool constants to registers. by Brian Gaeke · 21 years ago
- e7a31c9 Codegen floating point stores of constants into integer instructions. This by Chris Lattner · 21 years ago
- 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 21 years ago
- 260195d Make comparisons against the null pointer as efficient as integer comparisons by Chris Lattner · 21 years ago
- add68af PR implemented by Chris Lattner · 21 years ago
- 581dc80 Bug fixed by Chris Lattner · 21 years ago
- da4230e New testcase by Chris Lattner · 21 years ago
- 13b29f6 New testcase for PR336 by Chris Lattner · 21 years ago
- 546516c Fix PR336: The instcombine pass asserts when visiting load instruction by Chris Lattner · 21 years ago
- 3a386d4 Regression test for PR#330. by John Criswell · 21 years ago
- 2944bca Add the enum corresponding to the source change I made earlier by Chris Lattner · 21 years ago
- 4d8d49f Bug fixed. by John Criswell · 21 years ago
- 8cb23da Don't call getForwardedType() twice, as recommended by Chris. by John Criswell · 21 years ago
- 60083e2 Use the new commandline flag to allow us to call bugpoint like this: by Chris Lattner · 21 years ago
- bf455c2 Implement the new cl::PositionalEatsArgs flag, refactor code a bit by Chris Lattner · 21 years ago
- be801bf Add a new cl::PositionalEatsArgs flag by Chris Lattner · 21 years ago
- 7775c1f Fix for PR#330. by John Criswell · 21 years ago
- 817d8d3 Remove a really old comment by Chris Lattner · 21 years ago
- 857ceab Just testing the "Reid has CVS commit access" system by Reid Spencer · 21 years ago
- b7206e7 Give props to Vladimir Prus for the inst_iterator patch. by Misha Brukman · 21 years ago
- a19eede numeric_limits::infinity() apparently does not work on all systems. As a by Chris Lattner · 21 years ago