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 |
2009-09-03 |
Daniel Dunbar | Revert "--- Reverse-merging r80908 into '.':", I alread... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Revert 80959. It isn't sufficient to solve the full... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Erick Tryzelaar | Replace ocamlc tests with ocamlopt tests since they... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Bill Wendling | --- Reverse-merging r80908 into '.': |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Add test for PR4873, which works for me. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | LLVM currently represents floating-point negation as... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
David Goodwin | Don't crash when target has no itineraries. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Bill Wendling | If we've pushed registers onto the stack, but aren... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Remove the API for creating ConstantExprs with the... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
David Goodwin | Create our own block initializer for kill fixups as... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
David Goodwin | Calls clobber FPSCR. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Ted Kremenek | Make ImmutableMap/ImmutableSet quicker by only canonica... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Disable some parts of the profiling-tool-chain test... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Remove dead greps. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Bob Wilson | Overhaul the TwoAddressInstructionPass to simplify... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Smallvectorize switchExitBlocks. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Devang Patel | There is not any need to copy metadata while merging... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Recognize more opportunities to use SSE min and max... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Mon P Wang | Test cases for vector shifts changes r80935 |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Mon P Wang | Fixed a few problems with vector shifts |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Add a -disable-16bit flag and associated support for... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Devang Patel | Use WeakVH to hold dead mdnodes. Check use_empty()... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Make bugpoint use ParseIRFile instead of doing the... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Add a verifyAnalysis to LoopInfo, LoopSimplify, and... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Remove some unnecessary -f options. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Move getUniqueExitBlocks from LoopBase to Loop, since... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Use IRReader.h in opt, to support reading of LLVM Assem... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Change PHINode::hasConstantValue to have a DominatorTre... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Don't try to verify a LoopPass analysis if the loop... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Remove references to expression "handles", which are... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Duncan Sands | Keep track of how many memmove calls were turned into |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Andreas Neustifter | Fix build warning. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Filter out -fno-rtti from CXXFLAGS as well (in an expen... |
commit | commitdiff | tree | snapshot |
next |