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 |
2010-03-16 |
Gabor Greif | appease valgrind testers |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Duncan Sands | Check that P is not zero initialized. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Gabor Greif | add single return tests |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Gabor Greif | fix PR6589 |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Gabor Greif | begin humbly with a repro of PR6589 |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | add support for bugpointing the integrated assembler... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | fix the same bug on the x86-64 side of the fence. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | fix the encoding of TAILJMPd. This fixes Benchmarks... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Jeffrey Yasskin | Avoid a memory leak in JITDebugRegisterer. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Add a testcase for the change in r98586. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bill Wendling | Use getFirstTerminator(). |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bill Wendling | Forgot testcase for r98599. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bill Wendling | When checking if something's killed, don't rely simply... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | don't form a RecordChild or CheckChildType for child... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Bob Wilson | Wrap a long line and add some parens to be consistent. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Chris Lattner | Fix the third (and last known) case of code update... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC: Allow modifiers in MCSymbolRefExpr, and eliminate... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Dan Gohman | Recognize code for doing vector gather/scatter index... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Bob Wilson | Translate "cc" clobber in ARM inline assembly to ARM... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Skip debug info intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC/Mach-O/x86_64: Temporary labels in cstring sections... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC/Mach-O: Add MCSectionMachO::getType() |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Skip debug info intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Bill Wendling | Now that the default for Darwin platforms is to place... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | Implement support for the case when a reference to... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | use Mang->getSymbol() |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | use Mang->getSymbol() more. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Douglas Gregor | Extend MemoryBuffer::getFile() to take an optional... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Create SDDbgValue for dbg_value intrinsics and remember... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | Fix the case when a reference to an address taken BB... |
commit | commitdiff | tree | snapshot |
next |