- 442c59f Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP by Lang Hames · 13 years ago
- 9609878 docs: Fix typo on front page by Sean Silva · 13 years ago
- 9d577c8 Implement methods that enable expansion of load immediate by Jack Carter · 13 years ago
- 34c6b7e docs: Sphinxify GoldPlugin document. by Sean Silva · 13 years ago
- 30116cd This patch is a partial implementation of mips .set assembler directive. Directive is defined as follows: by Jack Carter · 13 years ago
- 047d361 tblgen: Whitespace and 80-col cleanup. by Sean Silva · 13 years ago
- 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 13 years ago
- 72fd0a9 Enable -schedmodel, but prefer itineraries until we have more benchmark data. by Andrew Trick · 13 years ago
- 395c150 Fix PR13967. by Jakub Staszak · 13 years ago
- 10181ae Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 13 years ago
- 471b917 Clean up tailing whitespaces by Michael Liao · 13 years ago
- 1374526 Added instregex support to TableGen subtarget emitter. by Andrew Trick · 13 years ago
- 2062b12 TableGen subtarget emitter, nearly first class support for SchedAlias. by Andrew Trick · 13 years ago
- fe05d98 Cleanup TableGen subtarget emitter. by Andrew Trick · 13 years ago
- d494a3b [ms-inline asm] Default to the 'm' constraint. This matches the behavior of the by Chad Rosier · 13 years ago
- 34448ae [ms-inline asm] Add support in the X86AsmPrinter for printing memory references by Chad Rosier · 13 years ago
- 42faefc This patch moves from using a hard coded number (4) by Jack Carter · 13 years ago
- 3c09628 tblgen: Remove last traces of old TableGenMain API. by Sean Silva · 13 years ago
- 9e21138 tblgen: Migrate llvm-tblgen to new TableGenMain API. by Sean Silva · 13 years ago
- f42a674 tblgen: Put new TableGenMain API in place. by Sean Silva · 13 years ago
- ec7559d Add function to return return attributes. by Bill Wendling · 13 years ago
- 4c230b3 Update to use the predicate methods to query if an attribute exists. by Bill Wendling · 13 years ago
- 2e7d381 Fix a cycle in the DAG. In this code we replace multiple loads with a single load and by Nadav Rotem · 13 years ago
- 436eaa8 Use unsigned long long instead of uin64_t for OS where that matters. by Nick Kledzik · 13 years ago
- 7f74ead Typos. by Chad Rosier · 13 years ago
- e25de4a Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is not "unsigned long long". by Benjamin Kramer · 13 years ago
- 7a0f86f Add getAsUnsignedInteger test case that checks that known bad values are rejected by Nick Kledzik · 13 years ago
- 739dc6e No need to call functions which do the same thing as the default. by Bill Wendling · 13 years ago
- 3bd59a9 Remove assert that's too restrictive. by Bill Wendling · 13 years ago
- 847d165 Add methods which query for the specific attribute instead of using the by Bill Wendling · 13 years ago
- 565ebde Implement .rel relocation for R_ARM_ABS32 in MCJIT. by Tim Northover · 13 years ago
- fcf0628 This Patch corrects a problem whereby the optimization to use a faster divide by Preston Gurd · 13 years ago
- c653de6 A DAGCombine optimization for mergeing consecutive stores to memory. The optimization by Nadav Rotem · 13 years ago
- bfcb4aa Set up MCSchedModel after detecting the CPU type in X86SubTarget. by Preston Gurd · 13 years ago
- 6afc7cb tsan: update the test for new atomic enums by Dmitry Vyukov · 13 years ago
- 03fe214 tsan: update the test for new atomic enums by Dmitry Vyukov · 13 years ago
- 9a8c112 tsan: prepare for migration to new memory_order enum values (ABI compatible) by Dmitry Vyukov · 13 years ago
- 541a858 Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propagate through implicit defs. by Silviu Baranga · 13 years ago
- 322e9ba Fix an issue where we failed to adjust the alignment constraint on by Chandler Carruth · 13 years ago
- f710fb1 Try to use a better set of abstractions for computing the alignment by Chandler Carruth · 13 years ago
- 76ad43c Revert 165051-165049 while looking into the foreach.m failure in more detail. by Eric Christopher · 13 years ago
- 8e8f872 Fix doxygen comment to match function name. by Craig Topper · 13 years ago
- 3138659 Remove unused function that used to get itineraries from SubTargetFeatures. This is done from MCSubTargetInfo these days. by Craig Topper · 13 years ago
- 12d57c0 Fix 80-column violation by Craig Topper · 13 years ago
- 44a1fd4 test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. by NAKAMURA Takumi · 13 years ago
- de2fae4 Third try at fixing this. ;] Go back to using std::remove_if, which has by Chandler Carruth · 13 years ago
- 0d141f8 The early if conversion pass is ready to be used as an opt-in. by Jakob Stoklund Olesen · 13 years ago
- 75eac5f Switch the SetVector::remove_if implementation to use partition which by Chandler Carruth · 13 years ago
- 2b87e06 Fix a serious X86 instruction selection bug. In by Evan Cheng · 13 years ago
- 394820b Revert "Don't use a debug location for frame setup instructions in the" by Eric Christopher · 13 years ago
- f9e008b Revert 165057, per Jim's request. This requires further discussion. by Chad Rosier · 13 years ago
- 8e71e61 The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed by the assembler or through codegen direct object output to other variants based on the value of the immediate values of the operands. by Jack Carter · 13 years ago
- 5c5b3cf Teach the new SROA to handle cases where an alloca that has already been by Chandler Carruth · 13 years ago
- 5d37976 Clean up these doxygen comments to follow the proposed new style. This by Chandler Carruth · 13 years ago
- b09649b Make sure to put our sret argument into %rax on x86-64. Fixes PR13563! by Nick Lewycky · 13 years ago
- 6c0c6d6 Remove the old coalescer algorithm. by Jakob Stoklund Olesen · 13 years ago
- d4919a9 Handle reserved registers more accurately in handleMove(). by Jakob Stoklund Olesen · 13 years ago
- 95707c9 [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type by Chad Rosier · 13 years ago
- 27cb347 Make sure the whole live range is covered when values are pruned twice. by Jakob Stoklund Olesen · 13 years ago
- abe7043 Allow alternate instructions to silence bot. by Eric Christopher · 13 years ago
- 55c86c6 80-col. by Eric Christopher · 13 years ago
- 3f23cef Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 13 years ago
- 9fd3046 Don't use a debug location for frame setup instructions in the by Eric Christopher · 13 years ago
- 138f206 Use the existing DebugLoc. by Eric Christopher · 13 years ago
- 2d4d0f0 Make the location a parameter since we may not want the next one in the block. by Eric Christopher · 13 years ago
- 96bd441 Remove the SavePoint infrastructure from fast isel, replace by Eric Christopher · 13 years ago
- df5f0fb Set the 'build clang only' flag when we're building only clang. by Bill Wendling · 13 years ago
- 6e033d6 Improve overflow detection in StringRef::getAsUnsignedInteger(). by Nick Kledzik · 13 years ago
- fdb1585 Fix another crasher in SROA, reported by Joel. by Chandler Carruth · 13 years ago
- 7bbd6e3 Support for generating ELF objects on Windows. by Andrew Kaylor · 13 years ago
- a346f46 Fix a silly coding error on my part. The whole point of the speculator by Chandler Carruth · 13 years ago
- fba80d9 Fix broken tests. by Benjamin Kramer · 13 years ago
- 48da0be Fix PR13991: legalizing an overflowing multiplication operation is harder than by Duncan Sands · 13 years ago
- 9e36496 Add default JIT LIT variable. by James Molloy · 13 years ago
- 1fe4fae Turn the new SROA pass back on. Let's see if it sticks this time. =] by Chandler Carruth · 13 years ago
- c69bb70 Fix 80-column violations. Cleanup whitespace in generated code. by Chad Rosier · 13 years ago
- 2268587 [ms-inline asm] Add the convertToMapAndConstraints() function that is used to by Chad Rosier · 13 years ago
- 3fc42fd test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize. by NAKAMURA Takumi · 13 years ago
- b431602 MachO: direct-to-object attribute for data-in-code markers. by Jim Grosbach · 13 years ago
- 0585b38 checking test case for r164811. was an omission to not check this in. this was already approved by Reed Kotler · 13 years ago
- 17be8a5 [ms-inline asm] Expose the getReg() function in the base class. by Chad Rosier · 13 years ago
- 06d9981 [Docs] Update File Headers section to cover doxygen style file level docs. by Michael J. Spencer · 13 years ago
- 9208052 Re-enable support for --program-prefix. by Jordan Rose · 13 years ago
- 7744345 Forgot the SPIR test case. by Micah Villmow · 13 years ago
- e53d605 Add in support for SPIR to LLVM core. This adds a new target and two new calling conventions. by Micah Villmow · 13 years ago
- 3118937 Fix PR13899 by Michael Liao · 13 years ago
- f0070f2 Provide a shortcut for MCObjectStreamer when emitting fills. by Benjamin Kramer · 13 years ago
- cfb6529 Fix more misspellings found by Duncan during review. by Chandler Carruth · 13 years ago
- c7a4ca7 Make this plural. Spotted by Duncan in review (and a very old typo, this by Chandler Carruth · 13 years ago
- 0a7ca31 Prune some unnecessary includes. by Chandler Carruth · 13 years ago
- 673850a Fix several issues with alignment. We weren't always accounting for type by Chandler Carruth · 13 years ago
- 9001258 TargetData: s/uint32_t/unsigned/ per Kuba's request. by Benjamin Kramer · 13 years ago
- 64f27e7 SimplifyCFG: Don't crash when forming a switch bitmap with an undef default value. by Benjamin Kramer · 13 years ago
- 1e1b16c Factor the PHI and select speculation into a separate rewriter. This by Chandler Carruth · 13 years ago
- 363d1c3 Use constants for all return values in switch. Allows clang to optimize it into a lookup table. by Craig Topper · 13 years ago
- 77c1270 Refactor the PartitionUse structure to actually use the Use* instead of by Chandler Carruth · 13 years ago
- 554c676 Use dyn_cast instead of isa and cast. by Jakub Staszak · 13 years ago
- fdb9606 SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches), avoid it if possible. by Benjamin Kramer · 13 years ago
- 8bd5e35 RST docs: convert HTML escapes to plain text in code examples. by Dmitri Gribenko · 13 years ago
- 58c7ea7 Sphinx CSS: remove negative letter-spacing, it makes some fonts look really by Dmitri Gribenko · 13 years ago