aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-121-4/+7
* Add debug prints.Nadav Rotem2013-04-121-1/+5
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-121-44/+277
* [ms-inline asm] Move this logic into a static function as it's only applicableChad Rosier2013-04-121-63/+67
* [ms-inline asm] Address the FIXME for ImmDisp before brackets. ThisChad Rosier2013-04-121-18/+29
* [ms-inline asm] Have the [ Symbol ] case fall into the more general logic. ThisChad Rosier2013-04-121-46/+24
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-124-26/+57
* [ms-inline asm] Add support for operands that include both a symbol and anChad Rosier2013-04-121-41/+103
* PPC: Remove (broken) nested implicit definition listsHal Finkel2013-04-122-94/+153
* Add a comment about the PPC Interpretation64Bit bitHal Finkel2013-04-121-0/+5
* Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma2013-04-122-22/+21
* Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma2013-04-122-21/+21
* Simplify (A & ~B) in icmp if A is a power of 2David Majnemer2013-04-121-0/+9
* [ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier2013-04-121-3/+5
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-121-2/+0
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-16/+16
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-123-20/+20
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-1/+1
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-125-416/+670
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-121-8/+6
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+14
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-8/+44
* [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier2013-04-111-2/+11
* [ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier2013-04-111-3/+6
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+136
* [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier2013-04-111-15/+15
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-112-10/+11
* Fix undefined behavior in AArch64David Majnemer2013-04-111-7/+11
* Optimize icmp involving addition betterDavid Majnemer2013-04-111-0/+49
* [mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka2013-04-112-64/+4
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-113-13/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-44/+8
* Print more information about relocations.Rafael Espindola2013-04-111-8/+44
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+4
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-112-0/+40
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-1/+2
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-111-4/+4
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-112-4/+5
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+45
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-115-34/+56
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-111-6/+35
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-111-0/+1
* Whitespace.NAKAMURA Takumi2013-04-111-2/+1
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-0/+6
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-111-16/+8
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-103-9/+21
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-101-0/+8
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-101-3/+3
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-102-6/+11