oota-llvm.git
2011-05-29 John McCallI didn't mean to commit these residues of a personal...
2011-05-29 Nick LewyckyAdd testcase for r132290, to check for the crasher...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 Nick LewyckyDon't crash owhen ComputeLoadResult can't compute the...
2011-05-29 Nick LewyckyObey the isVolatile bit on memory intrinsics when analy...
2011-05-29 Nadav RotemFix warnings due to 132263; Thanks rdivacky.
2011-05-29 Charles DavisWhen generating against the Win64 EH scheme, set the...
2011-05-29 Rafael EspindolaUse %rbp on a 64 bit test.
2011-05-29 Rafael EspindolaFix to match the dwarf register numbers that gdb uses.
2011-05-29 Rafael EspindolaDwarf register 0 is r0, remove incorrect entries.
2011-05-29 John McCallFix this to work correctly with phis; test case to...
2011-05-29 Rafael EspindolaRemove the dwarf numbers from the D registers. They...
2011-05-28 Cameron ZwarichFix ARM fast isel to correctly flag memory operands...
2011-05-28 Nadav RotemRefactor the type legalizer. Switch TargetLowering...
2011-05-28 Benjamin KramerErase instructions _after_ checking their type.
2011-05-28 Benjamin KramerMove ARM specific test into the ARM subdir.
2011-05-28 Benjamin KramerConstantFoldInstOperands doesn't like compares, hand...
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-28 Bruno Cardoso... Add support for ARM ldrexd/strexd intrinsics. They...
2011-05-28 Eric ChristopherThis actually starts at offset 0, not 1.
2011-05-28 Jakob Stoklund... Create two BlockInfo entries when a live range is disco...
2011-05-28 Jakob Stoklund... Add SplitAnalysis::getNumLiveBlocks().
2011-05-28 Akira HatanakaChange the set of callee-saved registers for non-MIPS32...
2011-05-28 Eric ChristopherImplement the 'M' output modifier for arm inline asm...
2011-05-28 Chad RosierAdd missing newlines.
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-28 Devang PatelSelect DW_AT_const_value size based on global variable...
2011-05-28 Rafael EspindolaAdd 132187 back now that the real problem is fixed.
2011-05-28 Chad RosierFix test cases that were previously using grep to use...
2011-05-28 Rafael EspindolaFix the root cause of the bootstrap failure:
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-27 Bruno Cardoso... ARM asm parser wasn't able to parse a "mov" instruction...
2011-05-27 Rafael EspindolaIt looks like 132187 might have broken the llvm-gcc...
2011-05-27 Eli FriedmanForce a triple to make this test pass on Darwin.
2011-05-27 Chad RosierClean out the 2.9 Release Notes. Mostly limited to...
2011-05-27 Cameron ZwarichAdd a GR32_NOREX_NOSP register class and fix a bug...
2011-05-27 Rafael EspindolaFix a regression I recently introduced by removing...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-27 Eli FriedmanAttempt to preserve debug line info in LICM; as the...
2011-05-27 Chad RosierTypo is test case
2011-05-27 Jakob Stoklund... Make room for register allocation to improve.
2011-05-27 Chad RosierAdd change of crc32 intrinsic to release notes
2011-05-27 Evan ChengDon't use movw / movt for iOS static codegen for now...
2011-05-27 Jakob Stoklund... Delete a test that is no longer relevant.
2011-05-27 Chad RosierCRC32 intrinsics were renamed at revision 132163. ...
2011-05-27 Devang PatelKeep this simple. Use DIType to get signness and size...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Evan ChengAdd iOS test
2011-05-27 Dan GohmanUpdate this comment.
2011-05-27 Eli FriedmanDon't sink or hoist debug info instrinsics; it isn...
2011-05-27 John McCallFix the inliner to maintain the current de facto invoke...
2011-05-27 Jakob Stoklund... Delete MethodBodies that only filtered reserved registers.
2011-05-27 Devang PatelHandle signed types gracefully.
2011-05-27 Eli FriedmanAnd fix the test in r132194.
2011-05-27 Eli FriedmanOops, wasn't intending to commit this. Partial revert...
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-27 Rafael EspindolaRemove DwarfRegNum from the individual bits of the...
2011-05-27 Rafael EspindolaRemove DwarfRegNum from CARRY. I should be encoded...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Rafael EspindolaRemove dwarf numbers from subregs. We should use DW_OP_...
2011-05-27 Benjamin KramerInstCombine: Make switch folding with equality compares...
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-27 Charles DavisAdd a test for Win64 EH unwind information emission.
2011-05-27 Eric ChristopherMake the branch encoding for tBcc more obvious that...
2011-05-27 Eric ChristopherFix comment.
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-27 Charles DavisAdd missing break statements. Align UNWIND_INFO and...
2011-05-27 Charles DavisMy attempt at fixing the leak reported by the valgrind...
2011-05-27 Charles DavisFix inverted conditional in SaveReg and SaveXMM. Err...
2011-05-27 Eli FriedmanOne more debug line number miss in instcombine (althoug...
2011-05-27 Dan GohmanFix copy+pastos.
2011-05-27 Eli FriedmanFinal step of instcombine debuginfo; switch a couple...
2011-05-26 Chandler CarruthFix warning about || and && without explicit grouping.
2011-05-26 Devang PatelDo not insert anything after terminator.
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Eric ChristopherComment cleanup.
2011-05-26 Devang PatelDo not move DBG_VALUE in middle of PHI nodes.
2011-05-26 Devang PatelIf llvm.dbg.value and the value instruction it refers...
2011-05-26 Devang PatelAdd comment.
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-26 Galina KistanovaMake few ExecutionEngine tests XFAIL for ARM, since...
2011-05-26 Rafael EspindolaFix LTO builds with xcode 4.
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-26 Eric ChristopherReorganize these slightly according to operand type.
2011-05-26 Akira HatanakaSet HasSetDirective to true.
2011-05-26 Eli FriedmanFix test on Windows.
2011-05-26 Charles DavisRevert r132111. I built Release (without Asserts),...
2011-05-26 Charles DavisFix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big...
2011-05-26 Charles DavisAlign Win64 EH Table sections to 4 bytes.
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Francois PichetFix MSVC warning regarding mkdir function usage.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
next