aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PGO: create metadata for switch only if it has more than one targets.Manman Ren2012-10-111-1/+1
* Remove extra semicolon.Chad Rosier2012-10-111-1/+1
* Remove extra semicolons.Chad Rosier2012-10-111-2/+2
* Fix some typos 165739, spotted by Duncan.Jan Wen Voung2012-10-112-2/+2
* Revert 165732 for further review.Micah Villmow2012-10-1140-188/+109
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-115-91/+236
* Adds Phabricator documentation. This is a first step that answers many questi...Manuel Klimek2012-10-112-0/+100
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-1140-109/+188
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-113-8/+40
* This patch addresses PR13947.Bill Schmidt2012-10-112-0/+105
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-112-0/+141
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-112-0/+67
* llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().NAKAMURA Takumi2012-10-111-3/+3
* dependence analysisSebastian Pop2012-10-1123-0/+10207
* Follow the same routine to add target float expansion hookMichael Liao2012-10-111-26/+24
* misched: Handle "transient" non-instructions.Andrew Trick2012-10-112-17/+25
* Don't crash when !tbaa.struct contents is invalid.Nick Lewycky2012-10-112-6/+27
* Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."NAKAMURA Takumi2012-10-112-56/+0
* GettingStarted.rst: s/&amp;/&/gNAKAMURA Takumi2012-10-111-2/+2
* GettingStarted.rst: Fix the label to DeveloperPolicy.html.NAKAMURA Takumi2012-10-111-1/+1
* Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling2012-10-112-2/+2
* Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling2012-10-112-0/+4
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-112-0/+7
* Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng2012-10-112-9/+15
* Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng2012-10-102-0/+26
* Add getters for the MIPS TargetTransform classesNadav Rotem2012-10-101-0/+7
* Remove unused member variable introduced in r165665.David Blaikie2012-10-101-1/+0
* Formatting and 80-col.Eric Christopher2012-10-101-11/+11
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-101-3/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-1043-317/+811
* XFAIL for all targets pending investigationBill Schmidt2012-10-101-2/+3
* Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem2012-10-102-0/+56
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-102-6/+31
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-103-6/+29
* Add in support for expansion of all of the comparison operations to the absol...Micah Villmow2012-10-101-17/+62
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-104-0/+8
* Remove unnecessary RTTI from the build.Sean Silva2012-10-104-8/+0
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-104-6/+0
* tblgen: Move mini Type hierarchy to LLVM-style RTTI.Sean Silva2012-10-101-4/+22
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-1011-78/+57
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-1015-192/+192
* tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva2012-10-101-20/+118
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-101-0/+16
* Remove dead variable.Bill Wendling2012-10-101-1/+0
* Specify CPU model to avoid breaking ATOM buildsMichael Liao2012-10-102-4/+4
* Remove unused argument.Bill Wendling2012-10-101-1/+1
* docs: Propagate fix from r165632 to other docs.Sean Silva2012-10-101-2/+2
* docs: Attempt to fix PR14053.Sean Silva2012-10-101-29/+29
* Add support for FP_ROUND from v2f64 to v2f32Michael Liao2012-10-106-15/+121
* Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao2012-10-104-90/+26