2009-09-08 |
Chris Lattner | another typo |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Evan Cheng | Do not specify -mmacosx-version-min if building for... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | remove an extremely dubious instcombine transformation of |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | Trim unnecessary declarations. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | Change these tests to feed the assembly files to opt... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Fix may-be-used-uninitialized warning. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | llvm-as is no longer needed here, now that opt can... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | Re-apply r80926, with fixes: keep the domtree informed... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anton Korobeynikov | Add NEON 'laned' operations. This fixes another bunch... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | fix a couple typos pointed out by edwin and duncan |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | Unbreak these tests. Chris, please verify that these... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Richard Pennington | Add source debug information to the Sparc code generator. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Nicolas Geoffray | When emitting a label for a PostCall safe point, the... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Nicolas Geoffray | Also emit a label for TargetInstrInfo::GC_LABEL. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Anton Korobeynikov | Unbreak |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Evan Cheng | When remat'ing and destination virtual register has... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | Print "X-42" instead of "X+-42". |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | make formatting of expressions more closely match the... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | tidy whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | disable some irrelevant eh emission |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | add support for some missing modifiers on jumptable... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | add a bunch more evil lowering code to work around... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | lit needs bash for tcl-as-sh execution, we use set... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | ADd support for "lowering" the X86::MOVZX16rr8/X86... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | add a hack to lower MOV16r0 to MOV32r0 in MCInstLower... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Fix typo that worked on python 2.6. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Nick Lewycky | Hoist out the test+insert to CheckedTypes. This doesn... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Fix a refactoro. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Add 'lit' support for llvm tests. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Daniel Dunbar | Add 'lit' testing tool. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | llvm::cerr is gone. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | update this to use raw_ostream |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | fix PR4767, a crash because fp stackifier visited blocks in |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | remove a turd |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | instcombine transforms vector loads that are only used by |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | fix pasto |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | add getVectorOperand/getIndexOperand accessors to Extra... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Nick Lewycky | Simplify from my last change. Assert1 is a macro that... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Dan Gohman | Fix an abort on a store of an empty struct member.... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Nick Lewycky | Verify types. Invalid types can be constructed when... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | fix PR4915, a crash in -debug mode. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | Fix PR4882, by making MemCpyOpt not dereference removed... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | fix ComputeMaskedBits handling of zext/sext/trunc to... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Chris Lattner | add some comments to describe the invariants. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Reappy r80998, now that the GlobalOpt bug that it expos... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Fix a thinko: When lowering fneg with xor, bitcast... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Chris Lattner | add some more notes. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Add a testcase for the GlobalOpt inbounds fix. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Chris Lattner | describe undef semantics in some more detail. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Add inbounds to these getelementptrs, now that GlobalOp... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Don't commit stores with addresses that have indices... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Don't commit addresses of aggregate values. This avoids... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Fix GlobalOpt to avoid committing a store if the addres... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Preserve the InBounds flag when evaluating a getelement... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Dan Gohman | Simplify this code by using hasDefinitiveInitializer(). |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Chris Lattner | tighten test. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Chris Lattner | tweak test, add PR# |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Nick Lewycky | Express this in the canonical way. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Nick Lewycky | Homogenize whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Use -output-prefix in bugpoint tests so that outputs... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Add -output-prefix option to bugpoint (to change the... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Don't depend on Tcl behavior of redirecting stderr... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Avoid Tcl substitution, introduced %llvmgcc_only for... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Duncan Sands | Using a signal handler that does nothing should be |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Update unittests for MDNode uniquing disable. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Disable MDNode uniquing. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Daniel Dunbar | Document opt -S argument. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Anton Korobeynikov | Do not create calls via PLT in compilation callback... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Do not try to override non-virtual methods, especially |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove a left over bit of code with no effect. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Avoid warnings if assertions are off. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove unreachable code. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Simplify. Testing shows that this is not equivalent... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Avoid an unused variable warning when assertions are |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Change "const static" to "static const", as warned... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Mark more constants unsigned, as warned about by icc... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove some not-really-used variables, as warned |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Benjamin Kramer | More MSVC warning fixes: |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove strange 'const' qualifiers, as warned about... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Benjamin Kramer | It's a bool, so treat it like one. Fixes a MSVC warning. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Mark constants as unsigned, as pointed out by icc |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Tweak code into an equivalent form for which icc |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Benjamin Kramer | Fix an integer truncation noticed by MSVC. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Benjamin Kramer | Remove splint hints to silence warnings from ICC and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Public and private corrections, warned about by icc... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove some unused variables and methods warned about by |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Duncan Sands | Remove unneeded declaration, as warned about by |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Fix a possible crash call setIsInBounds. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Simplify, now that gtest supports raw_ostream directly. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Evan Cheng | Revert r80926. It causes loop unswitch assertion and... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Revert "Include optional subclass flags, such as inboun... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Daniel Dunbar | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Nick Lewycky | Now that googletest can print ConstantRange, use EXPECT... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Jeffrey Yasskin | Teach googletest to use raw_ostream instead of just... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Quote another '%S' in a test. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Rename %S metavar to %M (clang uses %S for the basename... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Temporary test files should use %t. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Don't depend on arch specific global prefix. |
commit | commitdiff | tree | snapshot |
next |