2010-03-18 |
Chris Lattner | rewrite this to not artificially force concat the ins... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | fix some buggy ops concatentation |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | eliminate support for "ops" in the input/output list... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | use ins/outs |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | use ins/outs. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | remove some code that was working around old sparc... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | outs come before ins. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Eric Christopher | Make fast-isel understand llvm.stackprotector. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Refactor NEON ld/st instructions to hardcode class... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | lit: Tweak example tests config. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MC/X86/AsmMatcher: Use the new instruction cleanup... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MC/AsmMatcher: Add support for target specific "instruc... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | fix an x86-64 encoding bug Daniel found. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | offsetof always has type size_t. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Benjamin Kramer | Fix a name clash that was breaking MSVC builds. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Explicitly cast std::min's arguments to avoid type... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Gabor Greif | another one |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Define placement new wrappers for BumpPtrAllocator and |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Make this test more lenient; with SmallVector now using... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Fix pr6543: svn r88806 changed MachineJumpTableInfo... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Fix a bug found by inspection; in the __GNUC__ code... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Andrew Lenharth | Nick wants these alphabetized |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | add a special relocation type for movq loads for object |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Add explicit braces to avoid ambiguous ‘else’. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | callq is pcrelative |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bob Wilson | Check if function names start with "llvm." before tryin... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Add the ability to "intern" FoldingSetNodeID data into a |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Wesley Peck | Adding MicroBlaze as an experimental backend in the... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Oscar Fuentes | CMake: Add options for using static runtime on MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Kovarththanan... | Add an extra newline to separate PP directives from... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Benjamin Kramer | Try to fix a valgrind error on 32 bit platforms: use... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Jeffrey Yasskin | Avoid a problem in libc_freeres() seen on a linux-i686... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Evan Cheng | Turning off post-ra scheduling for x86. It isn't a... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Chris Lattner | add a couple blurbs back |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Dan Gohman | Reapply r98755 with a thinko which miscompiled gengtype... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MCValue: Change to holding MCSymbolRefExprs instead... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | Add MCSymbol::isInSection. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Daniel Dunbar | MC/Darwin: Add a new target hook for whether the target... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Jakob Stoklund... | Revert "Change coalescer complexity from N^2 to N logN... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Evan Cheng | X86 address mode matching code MatchAddressRecursively... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Devang Patel | Debug info intrinsic does not intefer during tail call... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Johnny Chen | Revert 98745 with respect to the addition of NEONFrm... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jakob Stoklund... | Change coalescer complexity from N^2 to N logN by chang... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Johnny Chen | Fixed a bug in the IT mask printing where T means the... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Johnny Chen | Refines 98745 so that it only contains the patch relate... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Sean Callanan | Changed install_name for libEnhancedDisassembly.dylib on |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jim Grosbach | remove arm mode workaround for ARM host |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jim Grosbach | Use llvm-gcc to build ARM when it's available |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Bob Wilson | Clean up whitespace. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Bob Wilson | Increase format field from 5 to 6 bits. ARMII::FormMas... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Benjamin Kramer | Initialize Size member to appease valgrind. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Dan Gohman | Revert 98755, which may be causing trouble. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Gabor Greif | feedback from Nick |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Dan Gohman | Change SCEVNAryExpr's operand array from a SmallVector... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Bob Wilson | Remove an unnecessary (and misspelled) typedef. Tweak... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Andrew Lenharth | missing include |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Johnny Chen | 98745 contains something unrelated to the patch. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | notes from evan |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Johnny Chen | Added sub-formats to the NeonI/NeonXI instructions... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stuart Hastings | Testcase for r98728. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Devang Patel | Fix EmitSectionOffset incorrect argument. DwarfDebug... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | several updates |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jeffrey Yasskin | Make lit pay attention to --vg for tcl tests too, which... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
John Criswell | Fixed spelling errors. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jeffrey Yasskin | Fix a false-positive memory leak in code using RemoveFi... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | combiner-aa too, what's its status? |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | more chris scribble. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | add a bunch of random and unformatted notes as I am... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | add logo, comment out project info, they need to send... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Lattner | remove dead variable, patch by Nathan Howell! |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jeffrey Yasskin | Fix death tests in -Asserts builds. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Remove a check that can no longer be true, after r84803. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Revert 98683. It is breaking something in the disassem... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Evan Cheng | Fix liveintervals handling of dbg_value instructions. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Remove redundant writeback flag from ARM address mode... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | reapply r98656 unmodified, which exposed the asmprinter not |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Johnny Chen | Disambiguate the *_UPD and * variants by specifying... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | add asmprinter suport for unions, fixing Feature/unions... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Devang Patel | Ignore debug value instructions while analyzing BB... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Daniel Dunbar | Revert r98666 too; it's checkin-without-testing day! |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Benjamin Kramer | str[r]chr returns its pointer argument so we cannot... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | temporarily xfail |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Benjamin Kramer | Mark str[r]chr readonly. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Daniel Dunbar | Revert r98656, its breaking all over the place. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | improve support for uniontype and ConstantUnion, patch... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Dan Gohman | Add an rdar number to this test. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | work around an MSVC2010 bug, PR6504 |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Duncan Sands | Chris pointed out that producing undef here is wrong in |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Remove redundant writeback flag in ARM addressing mode 5. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Remove the writeback flag from ARM's address mode 4... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | --- Reverse-merging r98637 into '.': |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Johnny Chen | Initial ARM/Thumb disassembler check-in. It consists... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Stop using the old pre-UAL syntax for LDM/STM instructi... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Gabor Greif | more BranchInst tests |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Daniel Dunbar | NNT: Add -nouname option, so machine uniquing can occur... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Gabor Greif | add BranchInst tests |
commit | commitdiff | tree | snapshot |
next |