2008-11-27 |
Nick Lewycky | Chris prefers icmp/select over udiv! |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nick Lewycky | Add a synthetic missed optimization. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nick Lewycky | Add a couple of missed optimizations on integer vectors... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | defensive patch: if CGP is merging a block with the... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | Fix PR3138: if we merge the entry block into another... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nick Lewycky | Silence a warning. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nuno Lopes | fix build on some machines. thanks buildbot |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nuno Lopes | fix my previous commit r60064: compare strings instead... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | switch InstCombine::visitLoadInst to use |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | improve const correctness. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | enhance FindAvailableLoadedValue to make use of AliasAn... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | move FindAvailableLoadedValue from JumpThreading to... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Bill Wendling | Get rid of bogus "control may reach end of non-void... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | simplify this code a bit. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | Use the new MergeBasicBlockIntoOnlyPred function. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Bill Wendling | XFAil test due to reverting of patch. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | rename ThreadBlock to ProcessBlock, since it does other... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Bill Wendling | Comment out code that isn't entirely correct. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Misha Brukman | Fixed HTML closing tag, cleaned up some spacing. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Sanjiv Gupta | Removing redundant semicolons. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | Make jump threading substantially more powerful, in... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Evan Cheng | Eliminate a compile time warning. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Evan Cheng | Avoid inserting noop's in the middle of a loop. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Evan Cheng | On x86 favors folding short immediate into some arithme... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Dale Johannesen | Add a missing case in visitADD. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Evan Cheng | Add -march=x86. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ted Kremenek | Add typedef to StringMapEntry. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Mikhail Glushenkov | Disallow multiple edges. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Bill Wendling | Add x86-specific test for add-with-overflow intrinsics. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Bill Wendling | Generate something sensible for an [SU]ADDO op when... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | Turn on my codegen prepare heuristic by default. It... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Bill Wendling | Small formatting change. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Bill Wendling | Update to explain how ssp and sspreq attributes overrid... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Evan Cheng | Cosmetic. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Duncan Sands | Check that running the DAG combiner between type |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Mikhail Glushenkov | Describe some more options in the man page. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nuno Lopes | ignore build dirs and generated files |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Sanjiv Gupta | Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Mikhail Glushenkov | Fix the -I option (llvmc -I dir1 -I dir2 didn't work). |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Mikhail Glushenkov | Refactor Tools.td to remove repetition. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Mikhail Glushenkov | Small fix: the error message was incorrect in some... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Sanjiv Gupta | Emit declaration for globals and externs. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dan Gohman | Fish kill flag annotations in PUSH instructions. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dan Gohman | LiveRanges are represented as half-open ranges. Fix... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | teach the new heuristic how to handle inline asm. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Devang Patel | Disable -loop-index-split for now. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Ted Kremenek | Add 'tell' method to raw_fd_ostream that clients can... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | Improve ValueAlreadyLiveAtInst with a cheap and dirty... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nick Lewycky | __fastcall and __stdcall are mingw extensions to gcc... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | Start rewroking a subpiece of the profitability heurist... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zhongxing Xu | Adjust indent. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | add a long-overdue AllocaInst::isStaticAlloca method. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Bill Wendling | Add test for rdar://6394879. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | add a comment, make save/restore logic more obvious. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | This adds in some code (currently disabled unless you... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Evan Cheng | Revert r60042. IndVarSimplify should check if APFloat... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | Teach CodeGenPrepare to look through Bitcast instructio... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | fix an over-reduced test. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Chris Lattner | this doesn't need EH |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nuno Lopes | ignore tests output |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nuno Lopes | change AnnotationManager to use 'const char*' instead... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Oscar Fuentes | CMake: Removed tools/llvmc2 directory hierarchy. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Oscar Fuentes | CMake: llvmc2 is now known as llvmc. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | Add a man page for llvmc. Really basic for now, will... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | Since the old llvmc was removed, rename llvmc2 to llvmc. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | Make -fsyntax-only, -include and -emit-llvm work for... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | docs: Add author info + fix incorrect code example. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | Small documentation update. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Mikhail Glushenkov | Document the plugin priority feature. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Bill Wendling | A simplification for checking whether the signs of... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Evan Cheng | convertToSignExtendedInteger should return opInvalidOp... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Dan Gohman | Suppress warnings. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | This method got renamed, thanks to Mattias Holm for... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nuno Lopes | add info about how to run the tests with valgrind |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Bill Wendling | Now with the correct type for the 0. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Bill Wendling | Get rid of unused variable. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Bill Wendling | Hacker's Delight says, "Signed integer overflow of... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | Teach MatchScaledValue to handle Scales by 1 with Match... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | significantly refactor all the addressing mode matching... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | refactor all the constantexpr/instruction handling... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | another minor tweak |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Chris Lattner | minor cleanups no functionality change. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Oscar Fuentes | CMake: Documented two cmake variables. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Scott Michel | CellSPU: Relax constraints on when to generate a X... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Scott Michel | CellSPU: test should use shlqby, not shlqbyi |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Bill Wendling | XFAIL this test. A recent CellSPU check-in broke it. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Dan Gohman | Initial support for anti-dependence breaking. Currently... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Scott Michel | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Bill Wendling | Testcase for constant CFStrings. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Chris Lattner | rearrange and tidy some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Chris Lattner | minor cleanups to debug code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Chris Lattner | reenable test |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Chris Lattner | reenable the right part of the code. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Bill Wendling | Temporarily XFAIL this test. r59976 and r59972 broke it. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Dan Gohman | Move the scheduler constructor functions to SchedulerRe... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Dan Gohman | Fix an unused-parameter warning. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Chris Lattner | revert an accidental commit, this fixes the regression... |
commit | commitdiff | tree | snapshot |
next |