oota-llvm.git
2011-05-31 Jakob Stoklund... Ignore Vim swap files
2011-05-31 Galina KistanovaReverted r132135 per Xerxes request. These tests are...
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-31 Jakob Stoklund... Simplify the eviction policy by making the failsafe...
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-05-31 Bruno Cardoso... Fix uninitialized variables and silence warnings
2011-05-31 Eli FriedmanAdd a minor missing -verify check. Found by inspection.
2011-05-31 Nick LewyckyAlso remove -lLTO which should have been in r132349...
2011-05-31 Stuart HastingsRevert to pacify a buildbot. rdar://problem/6501862
2011-05-31 Nick LewyckyMake the gold plugin build on Cygwin as well as Linux...
2011-05-31 Stuart HastingsFollowup to 132316; accept arbitrary constants, add...
2011-05-31 Devang PatelFix html formatting.
2011-05-31 Devang PatelClarify documentation and remove guarantees that are...
2011-05-31 Richard OsborneFix 80 column violations.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Richard OsborneConvert test to FileCheck.
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...
2011-05-31 Bruno Cardoso... Fix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-31 Bruno Cardoso... This patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso... This patch implements the thread local storage. Impleme...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Stuart Hastings(1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero...
2011-05-30 Rafael EspindolaSplit ppc dwarf regnums into ppc64 and ppc32 flavours.
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-30 Rafael EspindolaMark the 32 bit registers as invalid in 64 bit mode...
2011-05-30 Rafael EspindolaRemove the DwarfNumbers from the subregisters. They...
2011-05-30 Chris Lattnerreplace the intro tutorial from 2004 with a more recent...
2011-05-30 Jakob Stoklund... Reapply r132245 with a fix for the bug that broke the...
2011-05-30 John McCallAdd the test case for phis in the outer landing pad...
2011-05-30 Charles DavisEmit the handler's data area. For GCC-style exceptions...
2011-05-29 Jakob Stoklund... Revert r132245, "Create two BlockInfo entries when...
2011-05-29 Jakob Stoklund... Fix PR10046 by updating LiveVariables kill info when...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 John McCall...this is not a good commit day for me.
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:
next