2007-04-14 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Chris Lattner | in addition to merging, constantmerge should also delet... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Chris Lattner | Implement PR1201 and test/Transforms/InstCombine/malloc... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Chris Lattner | testcase for PR1201 |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Chris Lattner | use an accessor to simplify code. |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Chris Lattner | add GetElementPtrInst::hasAllZeroIndices, a long-overdu... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Reid Spencer | We want the number of bits needed, not the power of 2. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Dale Johannesen | tests for struct/union as input operands to asm. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Jeff Cohen | Silence VC++ warning. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Reid Spencer | Add the SCCP regression tests for APInt expressions... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | xfail this for now |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | Now that codegen prepare isn't defeating me, I can... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | new lsr testcase |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | Completely rewrite addressing-mode related sinking... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Reid Spencer | Implement a getBitsNeeded method to determine how many... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Devang Patel | Remove use of SlowOperationInformer. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Devang Patel | Undo previous check-in. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Devang Patel | Hello uses LLVMSupport.a (SlowerOperationInformer) |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Dan Gohman | Rename Value::getValueType to getValueID, to avoid... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Anton Korobeynikov | Fix PR1323 : we haven't updated phi nodes in good manner :) |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | arm has r+r*s and r+i addr modes, but no r+i+r*s addr... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Zhou Sheng | Make the apint construction more effective. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Chris Lattner | CSE simple binary expressions when they are inserted... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Tanya Lattner | Adding target triplet to be passed to database. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Implement review feedback .. don't double search a... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Make sure intrinsics that are lowered to functions... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Dale Johannesen | testcases for function linkage |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Provide support for intrinsics that lower themselves... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Lauro Ramos... | update documentation |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Lauro Ramos... | update documentation |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Lauro Ramos... | Implement Thread Local Storage (TLS) in CBackend. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Lauro Ramos... | Implement the "thread_local" keyword. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | vector compares aren't allowed. It doesn't make sense... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | make this really work on linux :) |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | make this happier on linux hosts |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Fix bugs in generated code for part_select and part_set... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Fix a bug in PartSet. The replacement value needs to... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | the result of an inline asm copy can be an arbitrary... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | fold noop vbitconvert instructions |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | Fix weirdness handling single element vectors. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | Fix mmx paddq, add support for the 'y' register class... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Make the shlibext and llvmlibsdir variables accessible. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | For PR1284: |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | The hello pass actually requires a function to chew on! |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Reid Spencer | Fix extra argument in part_set examples. Thanks Zhiru. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Chris Lattner | improve the patch for PR1318 to also support grouped... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Devang Patel | New test case for PR 1321. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Missing end tag. Thanks, Nick. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | new testcase. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Put period inside the paragraph! |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Document the part_set intrinsic. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix a guard that is supposed to guard against mistakes... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | The "Hello" message is written on stderr so make sure... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Add Scott's note about GCC 4.1.2 on OpenSUSE. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Add a test case for PR1318. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Build Hello by default so it can be used in test cases. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Use the new %link variable to make this test portable. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Make new variables available: compile_c, compile_cxx... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | The "implementation" keyword is no more! |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Make the llvm-runtest function much more amenable by... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Add a test case for testing basic IR features via llvm2... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Make sure upgrade doesn't fail on this. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Update the way llvm2cpp tests are done: |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Upgrade this file completely instead of downgrading... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | fix an infinite loop compiling ldecod, notice by JeffC. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Fix incorrect fall-throughs in addr mode code. This... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | this got better |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | adjust test |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Fix Transforms/ScalarRepl/union-pointer.ll |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Fix PR1318 by reacting appropriately to a mutating... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | change test name. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix a bug where ICmpInst objects instantiated directly... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Make the generated code for ConstantInt nicer. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix an approximate calculation in an assertion not... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Make sure this test uses llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Teach llvm2cpp about packed structure types. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix several bugs relating to changes in the LLVM IR... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix a crash-by-unknown-exception caused by attempting... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix to not give false positives. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Fix some issues with param attrs. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Reid Spencer | Add support for parameter attributes. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | sext of compares. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Turn stuff like: |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Simplify some comparisons to arithmetic, this implements: |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Fix this harder. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | don't create shifts by zero, fix some problems with... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | canonicalize (x <u 2147483648) -> (x >s -1) and (x... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | fix a miscompilation of: |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | done |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Teach the codegen to turn [aez]ext (setcc) -> selectcc... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | Codegen integer abs more efficiently using the trick... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Chris Lattner | new testcases for integer abs function |
commit | commitdiff | tree | snapshot |
next |