summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Implement the 'M' output modifier for arm inline asm. This is fairlyEric Christopher2011-05-28
* Add missing newlines.Chad Rosier2011-05-28
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Select DW_AT_const_value size based on global variable size.Devang Patel2011-05-28
* Add 132187 back now that the real problem is fixed.Rafael Espindola2011-05-28
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-28
* Fix the root cause of the bootstrap failure:Rafael Espindola2011-05-28
* Fix the remaining atomic intrinsics to use the right register classes on Thumb2,Cameron Zwarich2011-05-27
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* ARM asm parser wasn't able to parse a "mov" instruction while in ThumbBruno Cardoso Lopes2011-05-27
* It looks like 132187 might have broken the llvm-gcc bootstrap. Revert while I...Rafael Espindola2011-05-27
* Force a triple to make this test pass on Darwin.Eli Friedman2011-05-27
* Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVMChad Rosier2011-05-27
* Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...Cameron Zwarich2011-05-27
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-27
* Make size computation less brittle.Rafael Espindola2011-05-27
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem2011-05-27
* Attempt to preserve debug line info in LICM; as the comment in the code says,...Eli Friedman2011-05-27
* Typo is test caseChad Rosier2011-05-27
* Make room for register allocation to improve.Jakob Stoklund Olesen2011-05-27
* Add change of crc32 intrinsic to release notesChad Rosier2011-05-27
* Don't use movw / movt for iOS static codegen for now to workaround some tools...Evan Cheng2011-05-27
* Delete a test that is no longer relevant.Jakob Stoklund Olesen2011-05-27
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-27
* Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel2011-05-27
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Add iOS testEvan Cheng2011-05-27
* Update this comment.Dan Gohman2011-05-27
* Don't sink or hoist debug info instrinsics; it isn't useful. This also preve...Eli Friedman2011-05-27
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-27
* Delete MethodBodies that only filtered reserved registers.Jakob Stoklund Olesen2011-05-27
* Handle signed types gracefully.Devang Patel2011-05-27
* And fix the test in r132194.Eli Friedman2011-05-27
* Oops, wasn't intending to commit this. Partial revert of r132194.Eli Friedman2011-05-27
* Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman2011-05-27
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-27
* Remove DwarfRegNum from the individual bits of the condition register.Rafael Espindola2011-05-27
* Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.Rafael Espindola2011-05-27
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-27
* Remove dwarf numbers from subregs. We should use DW_OP_bit_piece toRafael Espindola2011-05-27
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-27
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-27
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-27
* Make the branch encoding for tBcc more obvious that it's a 4-byte opcodeEric Christopher2011-05-27
* Fix comment.Eric Christopher2011-05-27
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-27
* Add missing break statements. Align UNWIND_INFO and RUNTIME_FUNCTION structsCharles Davis2011-05-27
* My attempt at fixing the leak reported by the valgrind buildbots. Valgrind willCharles Davis2011-05-27
* Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer isCharles Davis2011-05-27