aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-19Move the code for printing a graph node label for an SUnit intoDan Gohman
2008-11-19Convert SUnit's dump method into a print method and implementDan Gohman
2008-11-19CMake: Removed source file.Oscar Fuentes
2008-11-19Do not use separate utility to walk all instructions and remove dead dbg intr...Devang Patel
2008-11-19Let instcombiner remove redundant dbg intrinsics.Devang Patel
2008-11-19If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel
2008-11-19CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.Oscar Fuentes
2008-11-19CellSPU: Do not custom lower i1 stores, rely on type legalization to do theScott Michel
2008-11-19<rdar://problem/6351057>Stuart Hastings
2008-11-19ignore the -m elf_i386 directive used in the linux kernelAndrew Lenharth
2008-11-19Revert r59640. It broke this test for builds that aren'tDan Gohman
2008-11-19Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman
2008-11-19Temporary check-in for Duncan to demonstrate CellSPU store problem.Scott Michel
2008-11-19Fix compilation error on MSVC.Argyrios Kyrtzidis
2008-11-19Forgot to add this in the previous commit.Sanjiv Gupta
2008-11-19Fixed build warnings.Sanjiv Gupta
2008-11-19Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta
2008-11-19Use stripPointerCasts when checking for AllocaInsts for the stackprotector in...Bill Wendling
2008-11-19Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.Sanjiv Gupta
2008-11-19add a write method.Chris Lattner
2008-11-19- Move the stackprotector intrinsic to the general section.Bill Wendling
2008-11-19Add support for rematerialization in pre-alloc-splitting.Owen Anderson
2008-11-19LLVMC2: -emit-llvm stops compilation.Daniel Dunbar
2008-11-19LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar
2008-11-19Grammar.Daniel Dunbar
2008-11-19Rearrange code to reduce the nesting level. No functionality change.Dan Gohman
2008-11-19Use dyn_cast instead of cast.Bill Wendling
2008-11-19Match an element of the return type if it returns a structure.Bill Wendling
2008-11-19Remove unused variables.Devang Patel
2008-11-19Fix typo.Devang Patel
2008-11-19CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes
2008-11-19Fix debug printing of flagged SDNodes in SUnits so that theyDan Gohman
2008-11-18Make the same change to RegScavenger::backward.Evan Cheng
2008-11-18CMake: Option for enabling/disabling threads.Oscar Fuentes
2008-11-18Verify that the second parameter of the stacprotector intrinsic is an allocaBill Wendling
2008-11-18We also need to keep the operand index for two address check.Evan Cheng
2008-11-18Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng
2008-11-18Fix indentation.Evan Cheng
2008-11-18Documentation for the llvm.stackprotector intrinsic.Bill Wendling
2008-11-18Add new helper pass that strips all symbol names except debugging information.Devang Patel
2008-11-18Don't set neverHasSideEffects on x86's divide instructions, sinceDan Gohman
2008-11-18Tidy up ScheduleNodeBottomUp methods, and make them moreDan Gohman
2008-11-18Update a comment to reflect the current code.Dan Gohman
2008-11-18Remove integer promotion support for FP_EXTENDDuncan Sands
2008-11-18Remove even more llvm.dbg variables.Devang Patel
2008-11-18CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes
2008-11-18Simplify code using helper routines. There is notDuncan Sands
2008-11-18Fix a bug introduced by my previous patch. With this change, SPEC is now cle...Owen Anderson
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-11-18Make some methods const.Dan Gohman