aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make size computation less brittle.Rafael Espindola2011-05-2710-82/+27
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-273-6/+61
* Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem2011-05-275-92/+84
* Attempt to preserve debug line info in LICM; as the comment in the code says,...Eli Friedman2011-05-271-4/+14
* Typo is test caseChad Rosier2011-05-271-2/+2
* Make room for register allocation to improve.Jakob Stoklund Olesen2011-05-271-1/+1
* Add change of crc32 intrinsic to release notesChad Rosier2011-05-271-0/+6
* Don't use movw / movt for iOS static codegen for now to workaround some tools...Evan Cheng2011-05-272-5/+6
* Delete a test that is no longer relevant.Jakob Stoklund Olesen2011-05-271-52/+0
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-273-5/+21
* Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel2011-05-271-18/+13
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-276-22/+60
* Add iOS testEvan Cheng2011-05-271-10/+29
* Update this comment.Dan Gohman2011-05-271-1/+3
* Don't sink or hoist debug info instrinsics; it isn't useful. This also preve...Eli Friedman2011-05-271-3/+6
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-272-42/+258
* Delete MethodBodies that only filtered reserved registers.Jakob Stoklund Olesen2011-05-271-111/+0
* Handle signed types gracefully.Devang Patel2011-05-271-9/+21
* And fix the test in r132194.Eli Friedman2011-05-271-1/+1
* Oops, wasn't intending to commit this. Partial revert of r132194.Eli Friedman2011-05-271-6/+9
* Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman2011-05-273-9/+17
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-274-5/+44
* Remove DwarfRegNum from the individual bits of the condition register.Rafael Espindola2011-05-271-32/+32
* Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.Rafael Espindola2011-05-271-1/+1
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-272-20/+42
* Remove dwarf numbers from subregs. We should use DW_OP_bit_piece toRafael Espindola2011-05-271-45/+45
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-272-15/+94
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-272-2/+58
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-271-0/+51
* Make the branch encoding for tBcc more obvious that it's a 4-byte opcodeEric Christopher2011-05-272-1/+5
* Fix comment.Eric Christopher2011-05-271-1/+1
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-273-32/+50
* Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structsCharles Davis2011-05-271-0/+6
* My attempt at fixing the leak reported by the valgrind buildbots. Valgrind willCharles Davis2011-05-271-2/+4
* Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer isCharles Davis2011-05-271-3/+7
* One more debug line number miss in instcombine (although the code in question...Eli Friedman2011-05-271-5/+1
* Fix copy+pastos.Dan Gohman2011-05-271-2/+2
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-275-16/+34
* Fix warning about || and && without explicit grouping.Chandler Carruth2011-05-261-2/+2
* Do not insert anything after terminator.Devang Patel2011-05-261-1/+2
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-268-48/+96
* Comment cleanup.Eric Christopher2011-05-261-2/+2
* Do not move DBG_VALUE in middle of PHI nodes.Devang Patel2011-05-261-1/+4
* If llvm.dbg.value and the value instruction it refers to are far apart then i...Devang Patel2011-05-261-1/+13
* Add comment.Devang Patel2011-05-261-0/+3
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-262-0/+105
* Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check ifAkira Hatanaka2011-05-263-10/+2
* Fix some dwarf register numbers.Rafael Espindola2011-05-263-3/+3
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-2615-0/+31
* Fix LTO builds with xcode 4.Rafael Espindola2011-05-261-1/+11