aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate a compile time warning.Evan Cheng2008-11-191-4/+6
* Eliminate a compile time warning.Evan Cheng2008-11-191-4/+6
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-1923-889/+1341
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-193-22/+23
* Convert SUnit's dump method into a print method and implementDan Gohman2008-11-192-6/+11
* CMake: Removed source file.Oscar Fuentes2008-11-191-1/+0
* Do not use separate utility to walk all instructions and remove dead dbg intr...Devang Patel2008-11-192-88/+0
* Let instcombiner remove redundant dbg intrinsics.Devang Patel2008-11-191-7/+1
* If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel2008-11-192-1/+60
* CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.Oscar Fuentes2008-11-191-1/+0
* CellSPU: Do not custom lower i1 stores, rely on type legalization to do theScott Michel2008-11-191-34/+11
* <rdar://problem/6351057>Stuart Hastings2008-11-191-10/+12
* ignore the -m elf_i386 directive used in the linux kernelAndrew Lenharth2008-11-191-0/+3
* Revert r59640. It broke this test for builds that aren'tDan Gohman2008-11-191-1/+1
* Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman2008-11-191-1/+1
* Temporary check-in for Duncan to demonstrate CellSPU store problem.Scott Michel2008-11-191-8/+41
* Fix compilation error on MSVC.Argyrios Kyrtzidis2008-11-191-1/+1
* Forgot to add this in the previous commit.Sanjiv Gupta2008-11-191-0/+62
* Fixed build warnings.Sanjiv Gupta2008-11-192-4/+6
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-1923-2307/+1579
* Use stripPointerCasts when checking for AllocaInsts for the stackprotector in...Bill Wendling2008-11-191-1/+1
* Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.Sanjiv Gupta2008-11-191-0/+9
* add a write method.Chris Lattner2008-11-191-0/+6
* - Move the stackprotector intrinsic to the general section.Bill Wendling2008-11-191-56/+39
* Add support for rematerialization in pre-alloc-splitting.Owen Anderson2008-11-192-4/+96
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-192-0/+6
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-192-0/+15
* Grammar.Daniel Dunbar2008-11-191-1/+1
* Rearrange code to reduce the nesting level. No functionality change.Dan Gohman2008-11-191-36/+36
* Use dyn_cast instead of cast.Bill Wendling2008-11-191-1/+1
* Match an element of the return type if it returns a structure.Bill Wendling2008-11-191-2/+12
* Remove unused variables.Devang Patel2008-11-191-12/+9
* Fix typo.Devang Patel2008-11-191-1/+1
* CMake: Support for building 32 bits shared libraries on 64 bits GNUOscar Fuentes2008-11-191-5/+5
* Fix debug printing of flagged SDNodes in SUnits so that theyDan Gohman2008-11-191-12/+12
* Make the same change to RegScavenger::backward.Evan Cheng2008-11-181-9/+28
* CMake: Option for enabling/disabling threads.Oscar Fuentes2008-11-182-2/+13
* Verify that the second parameter of the stacprotector intrinsic is an allocaBill Wendling2008-11-181-0/+5
* We also need to keep the operand index for two address check.Evan Cheng2008-11-181-9/+11
* Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng2008-11-182-23/+53
* Fix indentation.Evan Cheng2008-11-181-23/+22
* Documentation for the llvm.stackprotector intrinsic.Bill Wendling2008-11-181-17/+70
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-183-28/+59
* Don't set neverHasSideEffects on x86's divide instructions, sinceDan Gohman2008-11-182-3/+1
* Tidy up ScheduleNodeBottomUp methods, and make them moreDan Gohman2008-11-182-10/+8
* Update a comment to reflect the current code.Dan Gohman2008-11-181-3/+2
* Remove integer promotion support for FP_EXTENDDuncan Sands2008-11-182-16/+1
* Remove even more llvm.dbg variables.Devang Patel2008-11-181-33/+50
* CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes2008-11-181-3/+0
* Simplify code using helper routines. There is notDuncan Sands2008-11-182-67/+53