summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-12
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-12
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-12
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier2013-04-11
* [ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier2013-04-11
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-11
* [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier2013-04-11
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-11
* Fix undefined behavior in AArch64David Majnemer2013-04-11
* Optimize icmp involving addition betterDavid Majnemer2013-04-11
* [mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka2013-04-11
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-11
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-11
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-11
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-11
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-11
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-11
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-11
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-11
* Whitespace.NAKAMURA Takumi2013-04-11
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-11
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-11
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-10
* No need to have this return a bool.Bill Wendling2013-04-10
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-10
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-10
* fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo2013-04-10
* In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd2013-04-10
* Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLocChad Rosier2013-04-10
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-10
* Remove unused variable.Chad Rosier2013-04-10
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-10
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-10
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-10
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-10
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-10
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-10
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-10
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-10