Age | Commit message (Expand) | Author |
2009-08-26 | CMake: Removed outdated TODO. | Oscar Fuentes |
2009-08-26 | Generate section for bss and enable weak symbols | Venkatraman Govindaraju |
2009-08-26 | Alter 79292 to produce output that actually assembles. | Dale Johannesen |
2009-08-26 | Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations. | Bob Wilson |
2009-08-26 | Unbreak FP128 stuff in cbe | Anton Korobeynikov |
2009-08-26 | Expand scalar_to_vector - we don't have any isel logic for it now | Anton Korobeynikov |
2009-08-26 | Add comments detailing a known bug, so that people writing other | Dan Gohman |
2009-08-26 | Don't use INSERT_SUBREG to model anyext operations on x86-64, as it | Dan Gohman |
2009-08-26 | Add dummy inline asm handling for 'r' constraint. This fixes PR4778 | Anton Korobeynikov |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-26 | test commit | Venkatraman Govindaraju |
2009-08-26 | Add an 'inline hint' attribute to represent source | Dale Johannesen |
2009-08-25 | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel |
2009-08-25 | Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from | Sanjiv Gupta |
2009-08-25 | Remove some unused SDNode definitions. | Bob Wilson |
2009-08-25 | Use X86II::MO_NO_FLAG. | Dan Gohman |
2009-08-25 | Expose the instruction contraint string as an argument to the NLdSt class. | Bob Wilson |
2009-08-25 | Provide dynamic_stackalloc lowering for MSP430. | Anton Korobeynikov |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-25 | Fix PR 4751, another difficulty with %a modifier on x86. | Dale Johannesen |
2009-08-24 | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel |
2009-08-24 | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel |
2009-08-24 | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel |
2009-08-24 | eliminate a #include. | Chris Lattner |
2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
2009-08-24 | Make linkerprivate work for ARM and PPC. Testcase covers | Dale Johannesen |
2009-08-23 | remove the last uses of Config/alloca.h | Chris Lattner |
2009-08-23 | Switch SubtargetFeature off of ostreams | Chris Lattner |
2009-08-23 | Remove Streams.h from the targets. | Benjamin Kramer |
2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | eliminate the last DOUTs from the targets. | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-23 | remove various std::ostream version of printing methods from | Chris Lattner |
2009-08-22 | Forgot to update some CMakeLists. | Benjamin Kramer |
2009-08-22 | Update CMake build, unbreak linux build. | Benjamin Kramer |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner |
2009-08-22 | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner |
2009-08-22 | revert 79764, my dependencies failed me again. | Chris Lattner |
2009-08-22 | remove dead member. | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
2009-08-22 | Some dummy cost model for s390x: | Anton Korobeynikov |
2009-08-22 | Make x86 test actually test x86 code generation. Fix the | Eli Friedman |
2009-08-21 | Revert r79563 | Chris Lattner |
2009-08-21 | revert r79562 + r79563 | Chris Lattner |
2009-08-21 | revert r79631 | Chris Lattner |
2009-08-21 | revert 79631 | Chris Lattner |