aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Simplify stream outputs intrinsicTom Stellard2013-01-235-47/+13
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-231-18/+15
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-232-5/+33
* Add instruction encodings / disassembly support for l6r instructions.Richard Osborne2013-01-234-6/+39
* Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier2013-01-231-4/+4
* Remove unused methods and ivars.Bill Wendling2013-01-231-11/+0
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-232-1/+22
* InstCombine: Clean up weird code that talks about a modulus that's long gone.Benjamin Kramer2013-01-231-6/+1
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-231-2/+3
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-237-16/+15
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-231-3/+5
* Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov2013-01-231-3/+17
* [asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...Kostya Serebryany2013-01-231-4/+15
* Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands2013-01-231-1/+2
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-234-6/+11
* IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi2013-01-231-0/+2
* IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi2013-01-231-0/+1
* IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi2013-01-231-2/+2
* IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi2013-01-231-6/+8
* Untabify.NAKAMURA Takumi2013-01-231-5/+5
* Whitespace.NAKAMURA Takumi2013-01-231-1/+1
* DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi2013-01-231-0/+9
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-233-38/+2635
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-2314-44/+856
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-2310-59/+93
* docs: Update title of external tutorial.Sean Silva2013-01-231-1/+1
* R600: rework handling of the constantsTom Stellard2013-01-2316-104/+483
* R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard2013-01-233-1/+12
* R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard2013-01-231-45/+65
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-234-7/+277
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-239-23/+59
* [Support][ErrorOr] Don't use nullptr :(Michael J. Spencer2013-01-231-6/+6
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-233-16/+25
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-232-1/+109
* Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne2013-01-223-12/+36
* [Support][ErrorOr] Make old gcc happy.Michael J. Spencer2013-01-221-1/+1
* Fixed typo.Michael Gottesman2013-01-221-2/+1
* [ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...Michael Gottesman2013-01-221-153/+198
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-223-3/+118
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-222-0/+118
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-225-7/+31
* More encapsulation work.Bill Wendling2013-01-227-63/+69
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-222-2/+12
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-222-21/+14
* Add forgotten test case for the x32 commitEli Bendersky2013-01-221-0/+24
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-222-1/+62
* Initial patch for x32 ABI support.Eli Bendersky2013-01-226-5/+34
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-221-1/+1
* llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-224-288/+381
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-221-0/+3