aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25Set the +x bit on two batch scriptsReid Kleckner
2013-01-25Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner
2013-01-25FileCheck-ify some grep testsReid Kleckner
2013-01-25Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky
2013-01-25In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky
2013-01-25Add back a RUN line removed by mistake by a previous commitEli Bendersky
2013-01-25Add instruction encodings / disassembly support for l4r instructions.Richard Osborne
2013-01-25LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-25Use const reference instead of vector copying.Jakub Staszak
2013-01-25Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling
2013-01-25Use the correct format in the STW / SETPSC instruction names.Richard Osborne
2013-01-25Fix order of operands for crc8_l4rRichard Osborne
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky
2013-01-25This is no trule.David Blaikie
2013-01-25Improve the !add TableGen test case.Hal Finkel
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Add instruction encodings / disassembly support for l5r instructions.Richard Osborne
2013-01-25Fixed typo.Michael Gottesman
2013-01-25Fix order of operands for l5r instructions.Richard Osborne
2013-01-25Use correct mnemonic / instruction name for ldivu.Richard Osborne
2013-01-25LoopVectorize: Simplify code. No functionality change.Benjamin Kramer
2013-01-25added ability to dynamically change the ExportList of an alreadyPedro Artigas
2013-01-25Added new section to the git-svn getting started section that provides aMichael Gottesman
2013-01-25LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem
2013-01-25Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>Bob Wilson
2013-01-25Refactor some code to use the IRBuilder.Nadav Rotem
2013-01-25Rename variable to be more comprehensible and follow naming conventionEli Bendersky
2013-01-25APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer
2013-01-25Disable MSVC's warning about noreturn destructorsReid Kleckner
2013-01-25Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner
2013-01-25[msan] A comment on ICmp handling logic.Evgeniy Stepanov
2013-01-25[msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov
2013-01-25This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,Preston Gurd
2013-01-25More cleanup of PPC register definitions.Hal Finkel
2013-01-25Add an addition operator to TableGenHal Finkel
2013-01-25Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga
2013-01-25Use the AttributeSet query instead of the Attribute query.Bill Wendling
2013-01-25MIsched: Print block name. No functionality.Andrew Trick
2013-01-25MachineScheduler support for viewGraph.Andrew Trick
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-25ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick
2013-01-25SchedDFS: Complete support for nested subtrees.Andrew Trick
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
2013-01-25ArrayRef reverse iterators.Andrew Trick
2013-01-25whitespaceAndrew Trick
2013-01-25lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi
2013-01-25SchedDFS: Initial support for nested subtrees.Andrew Trick
2013-01-25Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth