aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-251-0/+1
* XFAIL close-stderr on win32Reid Kleckner2013-01-251-0/+3
* Set the +x bit on two batch scriptsReid Kleckner2013-01-252-0/+0
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-251-1/+1
* FileCheck-ify some grep testsReid Kleckner2013-01-253-7/+10
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-252-0/+54
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-256-22/+82
* Add back a RUN line removed by mistake by a previous commitEli Bendersky2013-01-251-0/+1
* Add instruction encodings / disassembly support for l4r instructions.Richard Osborne2013-01-254-18/+94
* LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem2013-01-251-145/+113
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-256-8/+8
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-2541-45/+44
* Use const reference instead of vector copying.Jakub Staszak2013-01-251-1/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-254-12/+25
* Use the correct format in the STW / SETPSC instruction names.Richard Osborne2013-01-253-9/+9
* Fix order of operands for crc8_l4rRichard Osborne2013-01-254-27/+48
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-252-1/+8
* This is no trule.David Blaikie2013-01-251-1/+1
* Improve the !add TableGen test case.Hal Finkel2013-01-251-0/+3
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-255-65/+131
* Add instruction encodings / disassembly support for l5r instructions.Richard Osborne2013-01-254-12/+66
* Fixed typo.Michael Gottesman2013-01-251-2/+2
* Fix order of operands for l5r instructions.Richard Osborne2013-01-252-18/+22
* Use correct mnemonic / instruction name for ldivu.Richard Osborne2013-01-251-4/+3
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-01-251-26/+17
* added ability to dynamically change the ExportList of an alreadyPedro Artigas2013-01-251-0/+10
* Added new section to the git-svn getting started section that provides aMichael Gottesman2013-01-251-0/+28
* LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem2013-01-251-24/+25
* Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>Bob Wilson2013-01-251-0/+3
* Refactor some code to use the IRBuilder.Nadav Rotem2013-01-251-20/+21
* Rename variable to be more comprehensible and follow naming conventionEli Bendersky2013-01-251-4/+4
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-252-0/+32
* Disable MSVC's warning about noreturn destructorsReid Kleckner2013-01-251-0/+1
* Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner2013-01-251-2/+2
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-251-0/+3
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-252-3/+101
* This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,Preston Gurd2013-01-252-9/+9
* More cleanup of PPC register definitions.Hal Finkel2013-01-251-64/+8
* Add an addition operator to TableGenHal Finkel2013-01-257-3/+26
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-252-4/+4
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-251-2/+2
* MIsched: Print block name. No functionality.Andrew Trick2013-01-251-1/+2
* MachineScheduler support for viewGraph.Andrew Trick2013-01-253-3/+93
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-257-3/+40
* ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick2013-01-252-8/+31
* SchedDFS: Complete support for nested subtrees.Andrew Trick2013-01-252-42/+109
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-256-47/+61
* ArrayRef reverse iterators.Andrew Trick2013-01-251-0/+5
* whitespaceAndrew Trick2013-01-251-12/+12
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-251-8/+1