- c73b7f7 Add file to CMakeLists (file added in r173505) by Dmitri Gribenko · 13 years ago
- 1eb5aea XFAIL close-stderr on win32 by Reid Kleckner · 13 years ago
- 2f67dc9 Set the +x bit on two batch scripts by Reid Kleckner · 13 years ago
- 66f1f30 Add parens to suppress an MSVC 2012 << precedence warning by Reid Kleckner · 13 years ago
- ce98f09 FileCheck-ify some grep tests by Reid Kleckner · 13 years ago
- 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 13 years ago
- a5597f0 In this patch, we teach X86_64TargetMachine that it has a ILP32 by Eli Bendersky · 13 years ago
- a326298 Add back a RUN line removed by mistake by a previous commit by Eli Bendersky · 13 years ago
- c47bd98 Add instruction encodings / disassembly support for l4r instructions. by Richard Osborne · 13 years ago
- c655c43 LoopVectorize: Refactor the code that vectorizes loads/stores to remove duplication. by Nadav Rotem · 13 years ago
- 8587564 Use the new 'getSlotIndex' method to retrieve the attribute's slot index. by Bill Wendling · 13 years ago
- 767295f Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, by Eli Bendersky · 13 years ago
- b74564a Use const reference instead of vector copying. by Jakub Staszak · 13 years ago
- e1f95db Add an accessor method to get the slot's index. This will limit the use of AttributeWithIndex. by Bill Wendling · 13 years ago
- 1f375e5 Use the correct format in the STW / SETPSC instruction names. by Richard Osborne · 13 years ago
- 0f1bced Fix order of operands for crc8_l4r by Richard Osborne · 13 years ago
- a965bac When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 13 years ago
- a506b00 This is no trule. by David Blaikie · 13 years ago
- 4f070b0 Improve the !add TableGen test case. by Hal Finkel · 13 years ago
- 939a4e8 Add command-line flags for DWARF dumping. by Eli Bendersky · 13 years ago
- 3b6a5ee Add instruction encodings / disassembly support for l5r instructions. by Richard Osborne · 13 years ago
- 0e3f426 Fixed typo. by Michael Gottesman · 13 years ago
- f5c3648 Fix order of operands for l5r instructions. by Richard Osborne · 13 years ago
- 907bfd7 Use correct mnemonic / instruction name for ldivu. by Richard Osborne · 13 years ago
- 5ac70a3 LoopVectorize: Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
- 3f16858 added ability to dynamically change the ExportList of an already by Pedro Artigas · 13 years ago
- 7e4aeba Added new section to the git-svn getting started section that provides a by Michael Gottesman · 13 years ago
- 1275708 LoopVectorizer: Refactor more code to use the IRBuilder. by Nadav Rotem · 13 years ago
- fe67b4e Use xcrun to find the right compiler when building llvmCore. <rdar://12801151> by Bob Wilson · 13 years ago
- f8c2f90 Refactor some code to use the IRBuilder. by Nadav Rotem · 13 years ago
- 172d597 Rename variable to be more comprehensible and follow naming convention by Eli Bendersky · 13 years ago
- bd7561e APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 13 years ago
- 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 13 years ago
- f86c932 Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit by Reid Kleckner · 13 years ago
- 94d1f5b [msan] A comment on ICmp handling logic. by Evgeniy Stepanov · 13 years ago
- 351f65d [msan] Implement exact shadow propagation for relational ICmp. by Evgeniy Stepanov · 13 years ago
- ea387fc This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, by Preston Gurd · 13 years ago
- 5928dea More cleanup of PPC register definitions. by Hal Finkel · 13 years ago
- d23a41c Add an addition operator to TableGen by Hal Finkel · 13 years ago
- 4a9256f Fixed the condition codes for the atomic64 min/umin code generation on ARM. If the sutraction of the higher 32 bit parts gives a 0 result, we need to do the store operation. by Silviu Baranga · 13 years ago
- a3bb665 Use the AttributeSet query instead of the Attribute query. by Bill Wendling · 13 years ago
- c855423 MIsched: Print block name. No functionality. by Andrew Trick · 13 years ago
- 3084979 MachineScheduler support for viewGraph. by Andrew Trick · 13 years ago
- c6ada8e ScheduleDAG: colorize the DOT graph and improve formatting. by Andrew Trick · 13 years ago
- a5a73ad ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case. by Andrew Trick · 13 years ago
- 988d06b SchedDFS: Complete support for nested subtrees. by Andrew Trick · 13 years ago
- 4e1fb18 MIsched: Improve the interface to SchedDFS analysis (subtrees). by Andrew Trick · 13 years ago
- 827de05 ArrayRef reverse iterators. by Andrew Trick · 13 years ago
- 2f0a4e1 whitespace by Andrew Trick · 13 years ago
- 52d4de9 lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible. by NAKAMURA Takumi · 13 years ago
- bfb8223 SchedDFS: Initial support for nested subtrees. by Andrew Trick · 13 years ago
- baf868b Switch this code away from Value::isUsedInBasicBlock. That code either by Chandler Carruth · 13 years ago
- 178f7d0 MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the by Andrew Trick · 13 years ago
- 801c583 This patch implements parsing the .word directive for the Mips assembler. by Jack Carter · 13 years ago
- d2047c6 [mips] Set flag neverHasSideEffects flag on some of the floating point instructions. by Akira Hatanaka · 13 years ago
- b12a771 SchedDFS: Refactor and tweak the subtree selection criteria. by Andrew Trick · 13 years ago
- 6d28299 SchedDFS: Constify interface. by Andrew Trick · 13 years ago
- dd4fc44 Avoid creating duplicate CFG edges in the IfConversion pass. by Jakob Stoklund Olesen · 13 years ago
- b3755e7 Moving Cost Tables up to share with other targets by Renato Golin · 13 years ago
- 7c24e61 Added comment to ObjCARC elaborating what is meant by the term 'Provenance' in 'Provenance Analysis'. by Michael Gottesman · 13 years ago
- 78e1057 Start cleanup of PPC register definitions using foreach loops. by Hal Finkel · 13 years ago
- ed7fcf4 [bugpoint] make tool selection messages unique by Saleem Abdulrasool · 13 years ago
- 78d3097 [bugpoint] set Message after tool configuration by Saleem Abdulrasool · 13 years ago
- d5a80c7 Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed. by Benjamin Kramer · 13 years ago
- e574246 ConstantFolding: Add a missing folding that leads to a miscompile. by Benjamin Kramer · 13 years ago
- 41d35a3 unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux. by NAKAMURA Takumi · 13 years ago
- 91e22b0 unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc. by NAKAMURA Takumi · 13 years ago
- 5bac013 lli/RecordingMemoryManager: Free allocated sections in the destructor to satisfy --vg-leak! by NAKAMURA Takumi · 13 years ago
- eacef32 Revert r173342 temporarily. It appears to cause a very late miscompile by Chandler Carruth · 13 years ago
- 1f25541 Plug TTI into the speculation logic, giving it a real cost interface by Chandler Carruth · 13 years ago
- 47d8f6d Address a large chunk of this FIXME by accumulating the cost for by Chandler Carruth · 13 years ago
- 681add7 Switch the constant expression speculation cost evaluation away from by Chandler Carruth · 13 years ago
- 2c107a8 Rephrase the speculating scan of the conditional BB to be phrased in by Chandler Carruth · 13 years ago
- 29f975f [asan] fix 32-bit builds by Kostya Serebryany · 13 years ago
- 0afa331 Simplify the PHI node operand rewriting. by Chandler Carruth · 13 years ago
- 63f0846 [asan] adaptive redzones for globals (the larger the global the larger is the redzone) by Kostya Serebryany · 13 years ago
- 6cf7a91 Give the basic block variables here names based on the if-then-end by Chandler Carruth · 13 years ago
- 9e62095 Lift a cheap early exit test above loops and other complex early exit by Chandler Carruth · 13 years ago
- c61bc7a Spiff up the comment on this method, making the example a bit more by Chandler Carruth · 13 years ago
- b3105b9 MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-uninitialized] by NAKAMURA Takumi · 13 years ago
- 00cdf60 MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
- d5a336c MipsISelLowering.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
- b57c292 Remove trailing whitespace. by Craig Topper · 13 years ago
- 0ac7e6f Add asserts to SmallVector so that calls to front() and back() only succeed by Richard Trieu · 13 years ago
- 8453b3f The next phase of Mips16 hard float implementation. by Reed Kotler · 13 years ago
- db41706 MachineScheduler: enable biasCriticalPath for all DAGs. by Andrew Trick · 13 years ago
- 66658dd MIsched: Added biasCriticalPath. by Andrew Trick · 13 years ago
- e35bada [ELF] Add R_X86_64_IRELATIVE. by Michael J. Spencer · 13 years ago
- bb08593 Add a profile for uniquifying the AttributeSet with the AttributeSetNodes. by Bill Wendling · 13 years ago
- 8b1f2f3 Cleanup the AttributeSetNodes that we create. by Bill Wendling · 13 years ago
- 3467e30 Create a new class: AttributeSetNode. by Bill Wendling · 13 years ago
- a8ab5fc Push down the conversion of the alignment from the bit mask to a real number into the attribute implementation class. by Bill Wendling · 13 years ago
- 2915a69 Remove dead methods. by Bill Wendling · 13 years ago
- 98202c0 Fix small typo by Eli Bendersky · 13 years ago
- 254a83e R600: Add a llvm.R600.store.swizzle intrinsics by Tom Stellard · 13 years ago
- 2a3e0d7 R600: Simplify stream outputs intrinsic by Tom Stellard · 13 years ago
- 1094b41 ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not the index type. by Benjamin Kramer · 13 years ago
- b4d201ec ConstantFolding: Evaluate GEP indices in the index type. by Benjamin Kramer · 13 years ago
- 9e6a5a3 Add instruction encodings / disassembly support for l6r instructions. by Richard Osborne · 13 years ago
- b09350d Initialize SSPBufferSize. PR14999. Patch by Vinson Lee. by Chad Rosier · 13 years ago