- b0be4d2 eliminate support for "ops" in the input/output list of an by Chris Lattner · 15 years ago
- 09a2769 use ins/outs by Chris Lattner · 15 years ago
- 6784bdf use ins/outs. by Chris Lattner · 15 years ago
- cedef1c remove some code that was working around old sparc v9 backend bugs. by Chris Lattner · 15 years ago
- 34b8a88 outs come before ins. by Chris Lattner · 15 years ago
- 07754c2 Make fast-isel understand llvm.stackprotector. by Eric Christopher · 15 years ago
- 9580832 Refactor NEON ld/st instructions to hardcode class arguments that are constants. by Bob Wilson · 15 years ago
- 1814cf0 lit: Tweak example tests config. by Daniel Dunbar · 15 years ago
- f98bc63 MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a by Daniel Dunbar · 15 years ago
- 8cc9c0c MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, by Daniel Dunbar · 15 years ago
- 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
- debbef2 offsetof always has type size_t. by Dan Gohman · 15 years ago
- 40b037e Simplify this code. by Dan Gohman · 15 years ago
- d720712 Fix a name clash that was breaking MSVC builds. by Benjamin Kramer · 15 years ago
- aea1b50 Explicitly cast std::min's arguments to avoid type mismatches. by Dan Gohman · 15 years ago
- fe7bb05 another one by Gabor Greif · 15 years ago
- 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
- 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
- d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
- 74cdc75 Fix a bug found by inspection; in the __GNUC__ code, the alignment by Dan Gohman · 15 years ago
- 8bba4dd Nick wants these alphabetized by Andrew Lenharth · 15 years ago
- 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
- 1584390 Add explicit braces to avoid ambiguous ‘else’. by Dan Gohman · 15 years ago
- e10038e callq is pcrelative by Chris Lattner · 15 years ago
- 35ee7d6 Check if function names start with "llvm." before trying to lookup them up as by Bob Wilson · 15 years ago
- 1ac2429 Fix comment. by Devang Patel · 15 years ago
- c93b4cf Add the ability to "intern" FoldingSetNodeID data into a by Dan Gohman · 15 years ago
- 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
- 3f0cc8c CMake: Add options for using static runtime on MSVC++ build. by Oscar Fuentes · 15 years ago
- e7e891f Add an extra newline to separate PP directives from the contents by Kovarththanan Rajaratnam · 15 years ago
- 7c97ed7 Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to format a size_t. by Benjamin Kramer · 15 years ago
- fd49430 Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running by Jeffrey Yasskin · 15 years ago
- bdc652b Turning off post-ra scheduling for x86. It isn't a consistent win. by Evan Cheng · 15 years ago
- b5f6feb add a couple blurbs back by Chris Lattner · 15 years ago
- f9e6472 Reapply r98755 with a thinko which miscompiled gengtype fixed. by Dan Gohman · 15 years ago
- 9a1d200 MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. by Daniel Dunbar · 15 years ago
- daf9733 Add MCSymbol::isInSection. by Daniel Dunbar · 15 years ago
- 0682951 MC/Darwin: Add a new target hook for whether the target uses "reliable" symbol differences, basically whether the assembler should attempt to understand atoms when using scattered symbols. by Daniel Dunbar · 15 years ago
- ec1176a Revert "Change coalescer complexity from N^2 to N logN by changing one letter." by Jakob Stoklund Olesen · 15 years ago
- f3caa52 X86 address mode matching code MatchAddressRecursively does some aggressive hack which require doing a RAUW. It may end up deleting some SDNode up stream. It should avoid referencing deleted nodes. by Evan Cheng · 15 years ago
- c3188ce Debug info intrinsic does not intefer during tail call optimization. by Devang Patel · 15 years ago
- 6c8648b Revert 98745 with respect to the addition of NEONFrm subformats for disassembly. by Johnny Chen · 15 years ago
- 0427b2a Change coalescer complexity from N^2 to N logN by changing one letter. by Jakob Stoklund Olesen · 15 years ago
- b675e25 Fixed a bug in the IT mask printing where T means the cond bit in the mask by Johnny Chen · 15 years ago
- 77bdc48 Refines 98745 so that it only contains the patch related to the output of the by Johnny Chen · 15 years ago
- e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
- e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
- 11cb87c Use llvm-gcc to build ARM when it's available by Jim Grosbach · 15 years ago
- 87949d4 Clean up whitespace. by Bob Wilson · 15 years ago
- 89ef7b7 Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f by Bob Wilson · 15 years ago
- e5636a3 Initialize Size member to appease valgrind. by Benjamin Kramer · 15 years ago
- ebf78f1 Revert 98755, which may be causing trouble. by Dan Gohman · 15 years ago
- f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
- 0afc29c Change SCEVNAryExpr's operand array from a SmallVector to a plain by Dan Gohman · 15 years ago
- f9cf8b3 Remove an unnecessary (and misspelled) typedef. Tweak whitespace. by Bob Wilson · 15 years ago
- 7e1b037 missing include by Andrew Lenharth · 15 years ago
- e6f8387 98745 contains something unrelated to the patch. by Johnny Chen · 15 years ago
- f04bdc5 notes from evan by Chris Lattner · 15 years ago
- 9e08876 Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm by Johnny Chen · 15 years ago
- b0a72ec Testcase for r98728. by Stuart Hastings · 15 years ago
- 5b33f31 Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*. by Devang Patel · 15 years ago
- 477a1fd several updates by Chris Lattner · 15 years ago
- b5e9770 Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's by Jeffrey Yasskin · 15 years ago
- b34500f Fixed spelling errors. by John Criswell · 15 years ago
- b7ccf75 Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because by Jeffrey Yasskin · 15 years ago
- 15a0611 combiner-aa too, what's its status? by Chris Lattner · 15 years ago
- dc91008 more chris scribble. by Chris Lattner · 15 years ago
- 77e7694 fix GetOrCreateTemporarySymbol to require a name, clients by Chris Lattner · 15 years ago
- c66bfef add a bunch of random and unformatted notes as I am reading by Chris Lattner · 15 years ago
- 0e464a9 add logo, comment out project info, they need to send updates to get reincluded. by Chris Lattner · 15 years ago
- b095ba4 remove dead variable, patch by Nathan Howell! by Chris Lattner · 15 years ago
- b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago
- a1bdfc3 Remove a check that can no longer be true, after r84803. by Bob Wilson · 15 years ago
- a43e6bf Revert 98683. It is breaking something in the disassembler. by Bob Wilson · 15 years ago
- 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
- bb6c77e Remove redundant writeback flag from ARM address mode 6. Also remove the by Bob Wilson · 15 years ago
- 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
- 2b0272e Disambiguate the *_UPD and * variants by specifying the writeback flag as 1. by Johnny Chen · 15 years ago
- 94c484d add asmprinter suport for unions, fixing Feature/unions.ll to actually by Chris Lattner · 15 years ago
- cbe1e31 Ignore debug value instructions while analyzing BB for tail duplication. by Devang Patel · 15 years ago
- ab7f107 Revert r98666 too; it's checkin-without-testing day! by Daniel Dunbar · 15 years ago
- 2d7186a str[r]chr returns its pointer argument so we cannot mark it as nocapture. Thanks to Duncan for spotting my mistake. by Benjamin Kramer · 15 years ago
- 7df6ecf temporarily xfail by Chris Lattner · 15 years ago
- 4446b04 Mark str[r]chr readonly. by Benjamin Kramer · 15 years ago
- b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
- 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
- eb2693e Add an rdar number to this test. by Dan Gohman · 15 years ago
- 730f743 work around an MSVC2010 bug, PR6504 by Chris Lattner · 15 years ago
- c221bc7 Chris pointed out that producing undef here is wrong in general. by Duncan Sands · 15 years ago
- 2d357f6 Remove redundant writeback flag in ARM addressing mode 5. by Bob Wilson · 15 years ago
- ab34605 Remove the writeback flag from ARM's address mode 4. Now that we have separate by Bob Wilson · 15 years ago
- 9e54b6a Fix unused variable warnings. by Bob Wilson · 15 years ago
- 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
- d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
- ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
- abf657f more BranchInst tests by Gabor Greif · 15 years ago
- c613969 NNT: Add -nouname option, so machine uniquing can occur across physical machines. by Daniel Dunbar · 15 years ago
- d165e1a add BranchInst tests by Gabor Greif · 15 years ago
- 642c066 appease valgrind testers by Gabor Greif · 15 years ago
- 984751e Check that P is not zero initialized. by Duncan Sands · 15 years ago