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