aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion in the scheduler. PR11386. No testcase included because it...Eli Friedman2011-12-071-3/+2
* Define base class for WrapperPICPat.Akira Hatanaka2011-12-071-7/+7
* Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka2011-12-072-52/+68
* Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY.Chad Rosier2011-12-071-0/+6
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-074-1/+85
* These global variables aren't thread-safe, STATISTIC is. Andy Trick tells meNick Lewycky2011-12-071-66/+12
* Have cmake build llvm-cov. Patch by arrowdodger.Duncan Sands2011-12-071-0/+1
* ValueEnumerator - debug dump().Chad Rosier2011-12-072-1/+43
* Fix comment.Akira Hatanaka2011-12-071-2/+1
* Fix comment.Akira Hatanaka2011-12-071-1/+1
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-074-6/+60
* Nuke inadvertant debugging commit.Jim Grosbach2011-12-071-3/+0
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-075-2/+16
* Remove unneeded semicolon.Jakub Staszak2011-12-071-3/+3
* Thumb2 alias for long-form pop and friends.Jim Grosbach2011-12-072-0/+14
* Also pass in correct initializer here.Bill Wendling2011-12-071-1/+1
* ARM support the .arm and .thumb directives for assembly mode switching.Jim Grosbach2011-12-072-3/+30
* Correct initializer in example.Bill Wendling2011-12-071-1/+1
* ARM NEON VCLT(register) is a pseudo aliasing VCGT(register).Jim Grosbach2011-12-072-0/+64
* Tidy up. Move MachO tests to MachO directory.Jim Grosbach2011-12-077-0/+0
* Remove unused include.Duncan Sands2011-12-071-1/+0
* When doing "opt -O2" verify the bitcode like is done forDuncan Sands2011-12-071-0/+2
* Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not...Craig Topper2011-12-071-68/+46
* Adjust the stack by one pointer size for all frameless stacks.Bill Wendling2011-12-071-1/+2
* Fix off-by-one error when encoding the stack size for a frameless stack.Bill Wendling2011-12-071-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-0769-353/+595
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-072-0/+4
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-076-12/+39
* make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel2011-12-071-8/+13
* set mayStore and mayLoad on CR pseudosHal Finkel2011-12-071-2/+4
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-071-3/+3
* Eliminate delta argument from AdjustBBOffsetsAfter.Jakob Stoklund Olesen2011-12-071-24/+15
* Compute some alignment information for each basic block.Jakob Stoklund Olesen2011-12-071-14/+48
* Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...Eli Friedman2011-12-071-1/+1
* ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach2011-12-073-426/+23
* Move common expression into a method.Jakob Stoklund Olesen2011-12-071-10/+10
* ARM Implement ARM ARM Table A7-3 via TokenAlias.Jim Grosbach2011-12-071-0/+20
* Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.Jakob Stoklund Olesen2011-12-071-74/+78
* Add missing check.Jakob Stoklund Olesen2011-12-071-1/+1
* ARM: NEON SHLL instruction immediate operand range checking.Jim Grosbach2011-12-074-11/+96
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-072-2/+29
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-0710-48/+50
* Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen2011-12-072-6/+44
* Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman2011-12-072-13/+35
* Remove unneeded type.Jakub Staszak2011-12-071-2/+0
* ARM: Parameterize the immediate operand type for NEON VSHLL.Jim Grosbach2011-12-071-10/+10
* - Remove unneeded #includes.Jakub Staszak2011-12-061-25/+4
* Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach2011-12-062-28/+46
* Make Release Notes HTML 4.01 Strict.Jakub Staszak2011-12-061-6/+6
* llvm-build: Don't generate duplicate dependencies when LLVMBuild files defineDaniel Dunbar2011-12-061-2/+8