summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-24
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-24
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-24
* Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth2013-01-24
* [asan] fix 32-bit buildsKostya Serebryany2013-01-24
* Simplify the PHI node operand rewriting.Chandler Carruth2013-01-24
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-24
* Give the basic block variables here names based on the if-then-endChandler Carruth2013-01-24
* Lift a cheap early exit test above loops and other complex early exitChandler Carruth2013-01-24
* Spiff up the comment on this method, making the example a bit moreChandler Carruth2013-01-24
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* Remove trailing whitespace.Craig Topper2013-01-24
* Add asserts to SmallVector so that calls to front() and back() only succeedRichard Trieu2013-01-24
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-24
* MIsched: Added biasCriticalPath.Andrew Trick2013-01-24
* [ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer2013-01-24
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-24
* Cleanup the AttributeSetNodes that we create.Bill Wendling2013-01-24
* Create a new class: AttributeSetNode.Bill Wendling2013-01-24
* Push down the conversion of the alignment from the bit mask to a real number ...Bill Wendling2013-01-23
* Remove dead methods.Bill Wendling2013-01-23
* Fix small typoEli Bendersky2013-01-23
* R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard2013-01-23
* R600: Simplify stream outputs intrinsicTom Stellard2013-01-23
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-23
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-23
* Add instruction encodings / disassembly support for l6r instructions.Richard Osborne2013-01-23
* Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier2013-01-23
* Remove unused methods and ivars.Bill Wendling2013-01-23
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-23
* InstCombine: Clean up weird code that talks about a modulus that's long gone.Benjamin Kramer2013-01-23
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-23
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-23
* Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov2013-01-23
* [asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...Kostya Serebryany2013-01-23
* Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands2013-01-23
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-23
* IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi2013-01-23
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-23
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-23
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-23
* Untabify.NAKAMURA Takumi2013-01-23
* Whitespace.NAKAMURA Takumi2013-01-23
* DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi2013-01-23