aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid hoisting spills when looking at a copy from another register that is alsoJakob Stoklund Olesen2011-05-111-7/+16
* Reduced test case. rdar://problem/9416774Stuart Hastings2011-05-111-36/+36
* Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.Owen Anderson2011-05-112-4/+10
* Typo and missing checkin from r131186.Andrew Trick2011-05-112-2/+3
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-116-11/+33
* And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings2011-05-111-0/+60
* Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem2011-05-115-12/+29
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-113-4/+10
* Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem2011-05-113-11/+222
* Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola2011-05-114-296/+10
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-115-7/+7
* Fix comment.Bill Wendling2011-05-111-4/+4
* Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng2011-05-114-10/+296
* Optimize atomic lock or that doesn't use the result value.Eric Christopher2011-05-102-1/+83
* Add triple.Rafael Espindola2011-05-101-1/+1
* Fix cmake again.Rafael Espindola2011-05-101-1/+0
* Remove empty file.Nick Lewycky2011-05-101-0/+0
* Avoid a gcc warning.Rafael Espindola2011-05-101-1/+2
* Fix cmake build.Rafael Espindola2011-05-101-0/+1
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-103-655/+150
* Initialize moveTypeModule.Rafael Espindola2011-05-101-2/+2
* Disable my little CopyToReg argument hack with fast-isel. rdar://problem/941...Eli Friedman2011-05-101-2/+3
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-103-150/+655
* Correctly walk through nested and adjacent CALLSEQ_START nodes. NoStuart Hastings2011-05-101-1/+2
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-105-75/+8
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-102-8/+55
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-104-8/+8
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-102-2/+20
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-105-10/+45
* Refactor lock versions of binary operators to be a little lessEric Christopher2011-05-101-73/+83
* First cut at getting debugging support for ARM/MC/ELF/.oJason W Kim2011-05-101-1/+0
* Downgrade a tablegen warning to an error.Jakob Stoklund Olesen2011-05-101-3/+2
* Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen2011-05-104-4/+8
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-102-9/+9
* PTX: add test cases for cvt, fneg, and selpJustin Holewinski2011-05-103-0/+274
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-102-0/+20
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-102-0/+4
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-105-47/+111
* Small cleanups.Rafael Espindola2011-05-101-8/+5
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-105-6/+14
* Remove unused argument.Rafael Espindola2011-05-101-12/+4
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-103-1/+47
* Preserve line number information.Devang Patel2011-05-101-0/+1
* Do not ignore InlinedAt while walking up scope chain to find subprogram node. Devang Patel2011-05-091-1/+8
* Tidy up. 80-column and whitespace.Jim Grosbach2011-05-093-72/+73
* Look through struct wrapped types for inline asm statments.Eric Christopher2011-05-092-0/+12
* Change a few std::maps to DenseMaps.Dan Gohman2011-05-092-7/+7
* Fix td file comments for Mips.Eric Christopher2011-05-093-3/+7
* Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...Mon P Wang2011-05-095-2/+61
* Indent properly, no functionality change.Duncan Sands2011-05-091-12/+12