- 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 23 years ago
- e68bf61 Changes to work with Statistics rework by Chris Lattner · 23 years ago
- a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
- 6ee6bbe Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
- 249be91 Build subdirs in parallel by Chris Lattner · 23 years ago
- 96ef1b9 - Rework Statistics: by Chris Lattner · 23 years ago
- 1c7ce2c Initial checkin of Steensgaards context insensitive flow insensitive by Chris Lattner · 23 years ago
- fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
- 57b062a Make sure to use the TimerGroup that we created! by Chris Lattner · 23 years ago
- ccc7bef Make sure not to count the PassManager wrapers by Chris Lattner · 23 years ago
- f1da555 Factor timer code out of PassManager implementation, into a generic interface by Chris Lattner · 23 years ago
- 6c38a79 Checkin generic interval timer support by Chris Lattner · 23 years ago
- c3dd2af Fixed to properly escape quotes in strings. by Nick Hildenbrandt · 23 years ago
- c8f25d9 Minor tweak by Chris Lattner · 23 years ago
- aebdbe6 Bug fix in folding getElementPtr instructions: don't fold one into by Vikram S. Adve · 23 years ago
- 3f00ef9 Fix a problem that was caused by stale analyses being in CurrentAnalyses by Chris Lattner · 23 years ago
- b461373 Fix bug in LICM that caused the previous big win. :( by Chris Lattner · 23 years ago
- 952eaee Hoist the contents of Loops in depth first order in the dominator tree, by Chris Lattner · 23 years ago
- b1f8aeb Fix printing of loop information by Chris Lattner · 23 years ago
- 4d7a75a Improve printing of dominator sets by Chris Lattner · 23 years ago
- 4d01892 Fix major bugs in dominator set & tree information updating by Chris Lattner · 23 years ago
- 4117459 Convert DIRS to PARALLEL_DIRS. They can be built independently. by Vikram S. Adve · 23 years ago
- 1c397aa Added a couple of helper methods for live range construction. by Vikram S. Adve · 23 years ago
- 9d67cd1 Live ranges for Return value and return address of a Call are now by Vikram S. Adve · 23 years ago
- f425884 Fixed method getReturnValue(): it should return NULL if the by Vikram S. Adve · 23 years ago
- ad9c978 Fixed incorrect assertion: spill code for function ptr should be by Vikram S. Adve · 23 years ago
- ac67006 Return address register should be marked as "result" for the JMPL instruction by Vikram S. Adve · 23 years ago
- 8781765 Live ranges for Return value and return address of a Call are no longer by Vikram S. Adve · 23 years ago
- 106604e Simplified code that handles call args and rets, so it no longer by Vikram S. Adve · 23 years ago
- 4a8bb2b Simplify Call translation slightly. by Vikram S. Adve · 23 years ago
- 94c4081 Overhaul integer conversions to match C++ ISO standard. by Vikram S. Adve · 23 years ago
- 5cedede Modify operand order for Create{Sign,Zero}ExtensionInstructions. by Vikram S. Adve · 23 years ago
- 7e5167a Bug fix: some redundant copies were not being deleted after detection :-|. by Vikram S. Adve · 23 years ago
- 1c10f17 Sign-extend integer constants from original type size to 64 bits! by Vikram S. Adve · 23 years ago
- e9cb735 Decompose FP-to-UInt casts into FP-to-ULong-toUInt. by Vikram S. Adve · 23 years ago
- 009cc3d First try at implementing the AliasSetTracker class. I'm sure it will need by Chris Lattner · 23 years ago
- 99a5721 - Further cleanups of LICM pass, remove extra work from previous implementation by Chris Lattner · 23 years ago
- 9417059 Improve comments, doxygenize more by Chris Lattner · 23 years ago
- 9646e6b Clean up LICM significantly now that it is guaranteed to have loop preheaders by Chris Lattner · 23 years ago
- 0bd3616 Change pass name to something sane by Chris Lattner · 23 years ago
- eb53ae4 Loop invariant code motion now depends on the LoopPreheader pass. Dead code by Chris Lattner · 23 years ago
- c178d94 - Cleanup break-crit-edges pass by making SplitCriticalEdge a member method. by Chris Lattner · 23 years ago
- 38acf9e Checkin new loop-preheader insertion pass. by Chris Lattner · 23 years ago
- fce46ef Fix printing of loop information by Chris Lattner · 23 years ago
- d74472e - Add methods to ImmediateDominators & DominatorTree to allow updates by Chris Lattner · 23 years ago
- 699b305 by Chris Lattner · 23 years ago
- 0a1a874 - Add new ctor to BasicBlock to allow insertion before any BB, not just at by Chris Lattner · 23 years ago
- 3a15d70 by Chris Lattner · 23 years ago
- 3b2106f by Chris Lattner · 23 years ago
- aa31ad0 Convert TargetData to be an ImmutablePass by Chris Lattner · 23 years ago
- c3a3881 Convert BasicVN to be an ImmutablePass by Chris Lattner · 23 years ago
- 6ffa0a7 * Fix ugly bug in previous checkin where I reused the name 'i' one too many times by Chris Lattner · 23 years ago
- 70b4f3e Add support for ImmutablePasses, which are not run, and cannot be invalidated. by Chris Lattner · 23 years ago
- e548f00 Strings now handled correctly. by Nick Hildenbrandt · 23 years ago
- 112e97d - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll by Chris Lattner · 23 years ago
- 2ada19e Eliminate extraneous #include by Chris Lattner · 23 years ago
- 929b2c6 Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll by Chris Lattner · 23 years ago
- f03cafc - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 23 years ago
- eb0456c - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 23 years ago
- 16e7a52 Correlated Exprs pass now requires BCE pass instead of doing it manually by Chris Lattner · 23 years ago
- 6de302b - Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by Chris Lattner · 23 years ago
- 3abb95d Minor cleanups by Chris Lattner · 23 years ago
- d76efa0 by Chris Lattner · 23 years ago
- 5057b00 Make users of FindUsedTypes not have problems with linkage. This fixes Cwriter. by Chris Lattner · 23 years ago
- d06451f Optimize away cases like: by Chris Lattner · 23 years ago
- e4314ed Fix: ConstantMerge/2002-09-23-CPR-Update.ll by Chris Lattner · 23 years ago
- c14ded4 Parenthesis are now added to casts of type array. by Nick Hildenbrandt · 23 years ago
- c017d91 * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll by Chris Lattner · 23 years ago
- d149c05 Insert resolved constants into the global map so they are reused correctly. by Chris Lattner · 23 years ago
- 1b5710a Put intermediate source files in a subdirectory here instead of with by Vikram S. Adve · 23 years ago
- c308aef Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 23 years ago
- bdccb00 Don't insert a PHI node to merge "returns" from an inlined function if there by Chris Lattner · 23 years ago
- c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 23 years ago
- 33db9ba Initial version: it adds 2 empty slots at the top of stack by Anand Shukla · 23 years ago
- d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 23 years ago
- 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 23 years ago
- 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 23 years ago
- 590df88 Added checking threshold by Anand Shukla · 23 years ago
- 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 23 years ago
- 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 23 years ago
- 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 23 years ago
- 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 23 years ago
- a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 23 years ago
- 0efb507 Add method IGNode::getCombinedDegree to count the sum of the degrees by Vikram S. Adve · 23 years ago
- 57e14bd Add PostOpts/ and rename PreSelection/ to PreOpts/. by Vikram S. Adve · 23 years ago
- e5b2565 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 23 years ago
- d55697c Added class MachineOptInfo as interface to target-specific by Vikram S. Adve · 23 years ago
- e8b57ef Add method MachineInstr::replace to rewrite a machine instruction in place. by Vikram S. Adve · 23 years ago
- 32f81a3 Allow copy coalescing in more cases: if sum of node degrees is more than by Vikram S. Adve · 23 years ago
- 25d80cd Peephole optimization pass on final machine code. by Vikram S. Adve · 23 years ago
- fafda59 Files moved to CodeGen/PreOpts. by Vikram S. Adve · 23 years ago
- abf055c Moving these files from Code/PreSelection to here. by Vikram S. Adve · 23 years ago
- 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 23 years ago
- 3e1f144 Make sure that we abort if an error happens as early as neccesary. Before by Chris Lattner · 23 years ago
- 6689b06 split retracing into a separate file by Anand Shukla · 23 years ago
- ec9962e Compile sub-directories in parallel, because they don't have interdependencies by Chris Lattner · 23 years ago
- bfb4724 Removed unnecessary #includes. by Misha Brukman · 23 years ago
- 5f41748 Fixed typo. by Misha Brukman · 23 years ago
- 5fda997 Don't put default parameter values into .cpp files, it breaks 3.x compilers by Chris Lattner · 23 years ago
- cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 23 years ago