aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-2647-957/+1924
* some mips and some sparc compilers apparently Chris Lattner2009-08-261-0/+5
* test commitVenkatraman Govindaraju2009-08-261-1/+1
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-262-11/+11
* fix some funky indentationChris Lattner2009-08-261-7/+7
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-264-43/+286
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-265-21/+191
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-2610-4/+18
* Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel2009-08-262-5/+6
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-263-11/+332
* Remove unused variables.Dan Gohman2009-08-262-5/+0
* llvm-mc: Add MCSection::isDefined()Daniel Dunbar2009-08-261-1/+8
* Fix the InsertAtEnd form of ShuffleVectorInst constructor to useDan Gohman2009-08-251-4/+6
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-2510-155/+149
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-253-20/+0
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-252-19/+64
* Use covariant return types for Instruction::clone, and eliminateDan Gohman2009-08-253-33/+26
* Get rid of this horrible "benign race" by exploiting ManagedStatic to initializeOwen Anderson2009-08-251-7/+14
* This should use isIndenticalToWhenDefined.Dan Gohman2009-08-251-2/+2
* Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman2009-08-2510-157/+176
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-253-9/+0
* re-committing yesterday's r79938.Gabor Greif2009-08-257-18/+63
* llvm-mc: Add statistic for number of fragments emitted by the assembler.Daniel Dunbar2009-08-251-0/+6
* Add the #include here.Bill Wendling2009-08-251-0/+1
* remove some dead lines.Chris Lattner2009-08-251-7/+0
* Comment formatting. Removing of unused #include and type forwarding.Bill Wendling2009-08-251-53/+50
* convert to filecheck styleChris Lattner2009-08-251-22/+47
* convert to filecheckChris Lattner2009-08-251-10/+15
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-253-19/+21
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-256-148/+1
* Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff fromSanjiv Gupta2009-08-253-12/+58
* Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar2009-08-251-166/+7973
* Don't assume that two identical instructions that read from memoryDan Gohman2009-08-251-1/+1
* Remove some unused SDNode definitions.Bob Wilson2009-08-251-27/+0
* Teach ScalarEvolution about GlobalAliases.Dan Gohman2009-08-251-0/+3
* Delete some unnecessary flushes.Dan Gohman2009-08-252-4/+0
* Use X86II::MO_NO_FLAG.Dan Gohman2009-08-251-2/+3
* Expose the instruction contraint string as an argument to the NLdSt class.Bob Wilson2009-08-252-24/+20
* Special-case static allocas in IndVarSimplify's loop invariantDan Gohman2009-08-252-0/+36
* Comment-ify.Owen Anderson2009-08-251-0/+3
* Switch to SmallVector.Owen Anderson2009-08-251-2/+2
* Pull out this predicate loop into a helper function.Owen Anderson2009-08-251-11/+15
* Fixup register kills after scheduling.David Goodwin2009-08-254-21/+203
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-253-1/+42
* Remove target triple from this test, it fails on x86-64 withTorok Edwin2009-08-251-1/+0
* Allocate the basic types inside the LLVMContextImpl instance,Dan Gohman2009-08-252-65/+42
* Update documentation for the -f change.Dan Gohman2009-08-259-35/+37
* Fix a few typos from the removal of -f.Dan Gohman2009-08-251-2/+2
* Remove obsolete -f flags.Dan Gohman2009-08-25369-406/+406
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-2522-72/+48