2008-06-07 |
Evan Cheng | Revert r52046. It broke cbe on x86 / Mac OS X. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Dan Gohman | CodeGen support for insertvalue and extractvalue, and... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Owen Anderson | Connect successors before creating the DAG node for... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Gabor Greif | get rid of ExtractValueInst::init's Value argument... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Gabor Greif | make ExtractValueInst derived from UnaryInstruction |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Evan Cheng | Enable stack coloring by default. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Evan Cheng | PPC preferred loop alignment is 16. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Devang Patel | LoopSimplify preserves AA. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Devang Patel | Print debug message only if there are dead passes. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Owen Anderson | Include loop deletion and the ADCE rewrite in the relea... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Anton Korobeynikov | Testcase for PR2418 |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Anton Korobeynikov | Handle assembler identifiers specially in CBE. This... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Duncan Sands | Tighten up the abstraction slightly. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Duncan Sands | Wrap MVT::ValueType in a struct to get type safety |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Zhou Sheng | As Chris suggested, handle the situation if ShAmt large... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Evan Cheng | Refine stack slot interval weight computation. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Anton Korobeynikov | Turn stdout into binary mode during bitcode emission. |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Anton Korobeynikov | Provide hooks for libgcc symbols' address resolution... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Bruno Cardoso... | Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Bruno Cardoso... | Added custom SELECT_CC lowering |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Revert 52002. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | Expose a public interface to this pass. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | Let libcall semantics decide whether it knows about... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Evan Cheng | Warn of potential violations of strict aliasing rules. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Evan Cheng | Don't break strict aliasing. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Devang Patel | Describe loop index split. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Wording fixes. Thanks Bill! |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Owen Anderson | Remove debugging code. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Gabor Greif | fix typos, tweak stuff, make it to validate |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Owen Anderson | Use the newly created helper on LiveIntervals. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Owen Anderson | Add a helper for constructing new live ranges that... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Move i128 on x86-64 from the codegen section to the... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Add a note about improved alignment detection. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Add a note mentioning --view-sunit-dags improvements. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Dan Gohman | Expand the bullet item about i128 support and APInt... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zhou Sheng | Add a test case for opt -instcombine bug fix in revisio... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zhou Sheng | If BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Change the Verifier to support returning first class... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zhou Sheng | Add a test case for APInt bug fix in r51999. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Zhou Sheng | As comments said, for negative value, the arithmetic |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Nick Lewycky | Escape "$#". |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Learn ScalarReplAggregrates how stores and loads of... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Gordon Henriksen | Move this to the proper section. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Gordon Henriksen | Adding release notes for bindings improvements. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Let StructRetPromotion check if all if its users are... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Let StructRetPromotion check if it's users are really... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Use use_iterator::getOperandNo instead of CallSite... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | * Make CallSite::hasArgument const and let it take... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | more updates and random notes, including changes up... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Update comments and documentation to reflect that GCSE... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Bill Wendling | Cast because I think I know what I'm doing. There are... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Matthijs Kooijman | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Bill Wendling | Remove unused parameter. Some clients might use -Werror... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | add llvmc2 notes, stack realignment. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | various status updates. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Chris Lattner | Start adding 2.3 content. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Fix a memcpy lowering bug. Even though the memcpy align... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Owen Anderson | Remove unneeded #include. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Chris Lattner | Fix inst_iterator example. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Oops. Should not be enabled by default. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Chris Lattner | Rewrite a bunch of the CBE's inline asm code, giving... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Owen Anderson | Correctly construct live intervals for the copies we... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Revert this. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matthijs Kooijman | Replace two manual loops with calls to CallSite::hasArg... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matthijs Kooijman | Add CallSite::hasArgument to allow for seeing if a... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matthijs Kooijman | Add a Name parameter to two of the init methods of... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matthijs Kooijman | Fix example to be valid LLVM assembly. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matthijs Kooijman | Implement the two constructors in InsertValueInst and... |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Add a stack slot coloring pass. Not yet enabled. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | LowerSubregs should not clobber any analysis. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Move #include to right place. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | Register if-converter pass for -debug-pass. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Evan Cheng | More pass manager debugging outputs. |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Duncan Sands | Change packed struct layout so that field sizes |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Chris Lattner | Add #includes required by GCC 4.3, thanks for Zhongxing Xu |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Bruno Cardoso... | Some Mips minor fixes |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Owen Anderson | We need to subtract one from this index because live... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Scott Michel | Fix spellnig error |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Owen Anderson | Testcase for LoopIndexSplit and DomFrontier. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Owen Anderson | LoopIndexSplit can sometimes result in cases where... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dale Johannesen | Expand documentation of StringConstantPrefix. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dale Johannesen | Prevent a crash in debug dumps. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dale Johannesen | Add StringConstantPrefix to control what the |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Scott Michel | Find a better place to output hex constants correspondi... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Bruno Cardoso... | Fixed bug in bad behavior in calculateFrameObjectOffsets, |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Evan Cheng | Do not run loop-aligner at -fast (e.g. -O0). |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Scott Michel | Revert this patch |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dan Gohman | nounwindify. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Devang Patel | "Unable to schedule <A> required by <B>" is more helpfu... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Devang Patel | Add debugging aid. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dan Gohman | Fix whitespace in whitespace-significant pseudocode... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Dan Gohman | Constant folding for insertvalue and extractvalue. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Devang Patel | Update dom tree. Fix PR 2372. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Dan Gohman | Fold adds and subtracts of zero immediately, instead... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Scott Michel | Minor cosmetic patch so that the hex equivalent of... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Scott Michel | Add necessary 64-bit support so that gcc frontend compi... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Dan Gohman | Implement CBE support for first-class structs and array... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Dan Gohman | Update the polygen grammer for the new insertvalue... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Chris Lattner | Remove unneeded code I added. |
commit | commitdiff | tree | snapshot |
next |