- fad649a Add higher-level API for dealing with bundled MachineInstrs. by Jakob Stoklund Olesen · 13 years ago
- f3c0c77 [mips] Delete nodes and instructions for dynamic alloca that are no longer in by Akira Hatanaka · 13 years ago
- 249330e [mips] Shorten predicate name. by Akira Hatanaka · 13 years ago
- 64ed8e9 [mips] Delete unused sub-target features. by Akira Hatanaka · 13 years ago
- ab9705f [mips] Remove unnecessary predicates. by Akira Hatanaka · 13 years ago
- 70d3beb Add support to ValueTracking for determining that a pointer is non-null by Chandler Carruth · 13 years ago
- b02ed5b Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new constructor. by Ted Kremenek · 13 years ago
- 4a0ed9f Makefile.common: Update a description, s/Source/SOURCES/ , according to MakefileGuide.html#control-variables . by NAKAMURA Takumi · 13 years ago
- d33d221 unittest/googletest/Makefile: Unbreak out-of-tree build. by NAKAMURA Takumi · 13 years ago
- 105fdbb Add convenience accessor to Triple for OS == NaCl by Eli Bendersky · 13 years ago
- e40aecf Try to unbreak makefile build by excluding gtest-all.cc source by Alexey Samsonov · 13 years ago
- c4e8ddf Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we by Matt Beaumont-Gay · 13 years ago
- 57f7daf Modify the LLVM checkout of googletest: by Alexey Samsonov · 13 years ago
- 873a1dd fixed valgrind issues of prior commit, this change applies r169456 changes back to the tree with fixes. on darwin no valgrind issues exist in the tests that used to fail. by Pedro Artigas · 13 years ago
- 5b4af8b Remove unused field. by Jakub Staszak · 13 years ago
- 582088c Remove trailing spaces. by Jakub Staszak · 13 years ago
- 00e97c2 Fix typos in CHECK lines. by Dmitri Gribenko · 13 years ago
- b553f89 Documentation: fix typos and formatting. by Dmitri Gribenko · 13 years ago
- 091508d Revert "Allow modifying an ImmutableMap without canonicalizing it immediately." by Ted Kremenek · 13 years ago
- 2766a47 Replace r169459 with something safer. Rather than having computeMaskedBits to by Evan Cheng · 13 years ago
- d3a0563 Remove unneeded function, since PR8156 was fixed over a year ago. by Jakub Staszak · 13 years ago
- 972f087 Allow modifying an ImmutableMap without canonicalizing it immediately. by Jordan Rose · 13 years ago
- b2af3a0 Simplify code. by Jakub Staszak · 13 years ago
- dde785c Fix a bug in the code that merges consecutive stores. Previously we did not by Nadav Rotem · 13 years ago
- 67b9928 MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
- 7baaee3 [msan] Fix a typo in a comment. by Evgeniy Stepanov · 13 years ago
- 4031b19 [msan] Do not store origin for clean values. by Evgeniy Stepanov · 13 years ago
- 6afe478 s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the more natural check first in the if-then statement. by Bill Wendling · 13 years ago
- 222c2fd Handle non-default array bounds. by Bill Wendling · 13 years ago
- da92646 Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing to the normal instructions. by Craig Topper · 13 years ago
- ab69b25 Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as neverHasSideEffects. by Craig Topper · 13 years ago
- 824ec7d Properly fix the tes. by Evan Cheng · 13 years ago
- e1ab8e3 llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I guess Chad expects fastisel here. by NAKAMURA Takumi · 13 years ago
- c707892 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 13 years ago
- c9758b1 [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment. by Chad Rosier · 13 years ago
- 8a7186d Let targets provide hooks that compute known zero and ones for any_extend by Evan Cheng · 13 years ago
- 486a7ad by Pedro Artigas · 13 years ago
- 1c21164 Set the 'MadeChange' variable if we are deleting blocks. by Bill Wendling · 13 years ago
- 85893f4 Have CannotBeNegativeZero() be aware of the nsz fast-math flag by Michael Ilseman · 13 years ago
- 6e34113 Taking ownership of indvars/lsr. by Andrew Trick · 13 years ago
- c15e5b0 PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! by Richard Smith · 13 years ago
- 22af4bc RegPressureTracker::dump(): Remove unnecessary argument. by Andrew Trick · 13 years ago
- 00fb9c4 PR10867. lit would interpret by Richard Smith · 13 years ago
- c4c14a7 Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both by Akira Hatanaka · 13 years ago
- 1246700 Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. by Michael J. Spencer · 13 years ago
- 5c10f50 Change std::vector to SmallVector<4> and remove some unused methods. by Eli Bendersky · 13 years ago
- 5807fd4 Define new-value store instructions with base+immediate addressing mode by Jyotsna Verma · 13 years ago
- 46defa5 Fix name. The array is unboundED. by Bill Wendling · 13 years ago
- f3329c4 RegisterPressureTracker: fix findUseBetween to handle DebugValue by Andrew Trick · 13 years ago
- f54f615 RegisterPressureTracker: unify virtual registers and physical regunits. by Andrew Trick · 13 years ago
- 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 13 years ago
- 0602bb4 Cost Model: change the default cost of control flow instructions (br / ret / ...) to zero. by Nadav Rotem · 13 years ago
- f2a1c83 Correct ARM NOP encoding by David Sehr · 13 years ago
- fa8de24 Remove unused methods by Eli Bendersky · 13 years ago
- 2f10861 [NVPTX] Fix crash with unnamed struct arguments by Justin Holewinski · 13 years ago
- eef7b62 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
- 717a142 Updates to Win64EH.h structures. by Michael J. Spencer · 13 years ago
- d224f28 Test commit. by David Sehr · 13 years ago
- 61b632d Use multiclass to define store instructions with base+immediate offset by Jyotsna Verma · 13 years ago
- a7e29c8 Remove the non-const getInst accessor. It wasn't being used, and isn't very by Eli Bendersky · 13 years ago
- e1fd317 Adjust JIT target triple on OS X to match the current architecture. by Bob Wilson · 13 years ago
- 73714ea Fix misplaced closing brace. by Matthew Curtis · 13 years ago
- a59ed5b Remove two dead functions resulting from a bad rebase. by Andrew Trick · 13 years ago
- d979153 Try to unbreak the build on hosts that don't transitively pull in a definition for int64_t. by Benjamin Kramer · 13 years ago
- b47a4f7 Remove unused MachineInstr constructors. by Jakob Stoklund Olesen · 13 years ago
- 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 13 years ago
- d1abec3 by Pedro Artigas · 13 years ago
- 1e3b656 [msan] Instrument bswap intrinsic. by Evgeniy Stepanov · 13 years ago
- 1b3fcf9 [msan] Initialize callbacks in runOnFunction as opposed to doInitialization. by Evgeniy Stepanov · 13 years ago
- 61cac06 [msan] Change linkage type of __msan_track_origins. by Evgeniy Stepanov · 13 years ago
- 226e0e6 Simplified BLEND pattern matching for shuffles. by Elena Demikhovsky · 13 years ago
- eca1fcf RegisterPressure API. Add support for physical register units. by Andrew Trick · 13 years ago
- 17cf535 Added RegisterPressureTracker::dump() for debugging. by Andrew Trick · 13 years ago
- 83dbce2 Comment formatting. by Andrew Trick · 13 years ago
- b63ae85 docs: Explain plain preformatted text by Sean Silva · 13 years ago
- 00fab97 fix a typo by Shuxin Yang · 13 years ago
- 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago
- ee47edf docs: Sphinxify `docs/tutorial/` by Sean Silva · 13 years ago
- 4e54480 Add x86 isel lowering logic to form bit test with inverted condition. e.g. by Evan Cheng · 13 years ago
- 105ab4f Appease GCC's -Wparentheses. by Matt Beaumont-Gay · 13 years ago
- e01b81b Split up the ParseOptionalAttrs method into three different methods for each by Bill Wendling · 13 years ago
- 46c5f79 LoopVectorizer: Increase the number of pointers that can be tested at runtime. If we cant prove statically that the pointers are disjoint then we add the runtime check. by Nadav Rotem · 13 years ago
- dc5eff5 Enable if-conversion during vectorization. by Nadav Rotem · 13 years ago
- c8e7045 ARM custom lower ctpop for vector types. Patch by Pete Couperus. by Evan Cheng · 13 years ago
- e570dee Fix a bug in vectorization of if-converted reduction variables. If the by Nadav Rotem · 13 years ago
- f7999fe Speed up the AllocationOrder class a bit. by Jakob Stoklund Olesen · 13 years ago
- a09e18f For rdar://12329730, last piece. by Shuxin Yang · 13 years ago
- 836cfc4 Comment change made in r169304 as requested by Eric Christopher. by David Blaikie · 13 years ago
- e198626 Define store instructions with base+register offset addressing mode by Jyotsna Verma · 13 years ago
- 9493dae Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 13 years ago
- 91b9763 docs: Begin Sphinxification of docs/tutorial/ by Sean Silva · 13 years ago
- 1693583 docs: fixup legacy HTML link by Sean Silva · 13 years ago
- b36c531 Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB by David Blaikie · 13 years ago
- 8181827 Remove a URL from code by Eli Bendersky · 13 years ago
- f659c0d Make NaCl naming consistent. The triple OSType is called NaCl and is represented by Eli Bendersky · 13 years ago
- f6088d1 Add support for reduction variables when IF-conversion is enabled. by Nadav Rotem · 13 years ago
- 4b3aafb Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading zeros) by Jyotsna Verma · 13 years ago
- 9ee1ec6 Add constant extender support to ALU32 instructions for V2. by Jyotsna Verma · 13 years ago
- a790bc1 A test in thid directory was not being run because lit.local.cfg didn't by Eli Bendersky · 13 years ago
- a39504d Fix comment typo. by Duncan Sands · 13 years ago