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 |
2009-09-05 |
Daniel Dunbar | Eliminate uses of %prcontext. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | opt: Add -S option to print output as LLVM assembly. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Daniel Dunbar | Eliminate some Tclisms. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Benjamin Kramer | Delete unused #include. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Bob Wilson | Stabilize the order of live intervals in the priority_q... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Devang Patel | Detect VLAs. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Devang Patel | Ignore malformed global variable debug info. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Benjamin Kramer | Prune #includes. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Benjamin Kramer | Remove an unneeded call to c_str(). |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Kevin Enderby | Added AsmToken enum constants to MCAsmLexer.h for ... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Kevin Enderby | Added the AsmToken::Hash enum constant to MCAsmLexer... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Devang Patel | While replacing an MDNode elment, properly update MDNod... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Andreas Neustifter | Prevent warnings on compilers for which its not clear... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Lang Hames | Removed yet another std::ostream reference. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Lang Hames | Removed some junk and a std::ostream operator that... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Lang Hames | Replaces uses of unsigned for indexes in LiveInterval... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Dale Johannesen | Test for llvm-gcc commit 81037. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Andreas Neustifter | Updated tests to use ProfileVerifer to test ProfileLoad... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Andreas Neustifter | Cleaned up ProfileVerifierPass. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Andreas Neustifter | Converted MaximumSpanningTree algorithm to a generic... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Dan Gohman | Include optional subclass flags, such as inbounds,... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Duncan Sands | Use delete[] to match new[] (found by valgrind). |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Evan Cheng | Run branch folding if if-converter make some transforma... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Evan Cheng | Fix comment for consistency sake. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Remove stale greps. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Daniel Dunbar | Update lib deps. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Bob Wilson | Convert tests to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Jim Grosbach | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Eric Christopher | If there's a calling convention attach it to the rewind... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Bob Wilson | Convert a test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Evan Cheng | Funky indentation. |
commit | commitdiff | tree | snapshot |
next |