aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XCore] Add bru instruction.Richard Osborne2013-04-042-0/+6
* [XCore] The RRegs register class is a superset of GRRegs.Richard Osborne2013-04-045-34/+94
* Missing wordEli Bendersky2013-04-041-2/+2
* Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen2013-04-042-46/+134
* FormattingEli Bendersky2013-04-041-2/+2
* Revert r178713Evan Cheng2013-04-046-29/+13
* New-password-test commit.Stepan Dyatkovskiy2013-04-041-1/+1
* R600: Use a mask for offsets when encoding instructionsVincent Lejeune2013-04-041-2/+5
* R600: Fix wrong address when substituting ENDIFVincent Lejeune2013-04-041-1/+1
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-042-0/+54
* Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2013-04-042-0/+10
* Document the return value of SmallSet insert.Nadav Rotem2013-04-041-0/+1
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-045-5/+57
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-041-0/+3
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-044-3/+7
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-043-4/+15
* Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...Michael Gottesman2013-04-031-25/+45
* Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...Michael Gottesman2013-04-031-18/+32
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-036-13/+29
* Small cleanups.Michael Gottesman2013-04-031-14/+14
* Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...Michael Gottesman2013-04-031-22/+33
* Removed an old comment.Michael Gottesman2013-04-031-7/+0
* Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman2013-04-031-58/+46
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-035-2/+772
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-034-20/+85
* [XCore] Check disassembly of the st8 instruction.Richard Osborne2013-04-031-0/+3
* [XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne2013-04-031-6/+6
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0334-521/+3928
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-032-3/+13
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-032-0/+17
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-032-2/+852
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-031-1/+2
* Cleanup PPC reciprocal-estimate functionalityHal Finkel2013-04-032-61/+47
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-034-2/+6
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-031-2/+2
* R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizerVincent Lejeune2013-04-031-20/+21
* R600: Consider KILLGT as an ALU instructionVincent Lejeune2013-04-032-3/+4
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-032-4/+13
* PPC: Enable FRES and FRSQRTE on the default PPC64 descriptionHal Finkel2013-04-031-1/+2
* PPC: Add a FIXME regarding the non-working fma+fneg Altivec patternHal Finkel2013-04-031-0/+2
* Remove some obsolete PowerPC/README entriesHal Finkel2013-04-031-20/+0
* More direct types in PowerPC AltiVec intrinsics.Ulrich Weigand2013-04-031-47/+29
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-034-0/+28
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-035-0/+2090
* Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+25
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-031-2/+5
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-033-49/+42
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-031-503/+492
* Fix grammar.Eric Christopher2013-04-031-1/+1