Age | Commit message (Expand) | Author |
2013-10-30 | Move global FlagSfi variables to common module | Petar Jovanovic |
2013-09-06 | Emit MachineMoves for ARM floating point callee-saved registers | Derek Schuff |
2013-08-30 | Revert some ARM byval localmods since byval+varargs are not in stable pexes. | Jan Voung |
2013-08-19 | Remove FlagNaClUseM23ArmAbi since M23 was a long time ago. | Jan Voung |
2013-07-22 | Cherrypick upstream ARM FastISel ext patches | JF Bastien |
2013-07-19 | Clean up a debug printout left in by mistake during the 3.3 merge | Eli Bendersky |
2013-07-17 | Fixed constpool pattern matching problem that made the crtbeginS build | Eli Bendersky |
2013-07-17 | Remove unnecessary debug printout | Eli Bendersky |
2013-07-16 | Fixing make check errors... | Eli Bendersky |
2013-07-16 | Make it compile | Eli Bendersky |
2013-07-15 | Trying to get the thing to copmile... | Eli Bendersky |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-07-11 | Fix ARM paired GPR COPY lowering | JF Bastien |
2013-07-11 | Sandbox ARM load/store exclusive dual | JF Bastien |
2013-07-10 | Fix ARM LDMIA MI. | JF Bastien |
2013-06-25 | Revert "Apply upstream r183551, r183601, r183624 and r183794" | Jan Voung |
2013-06-17 | PNaCl: Turn on ABI verifier by default in sandboxed translator | Mark Seaborn |
2013-06-11 | Apply upstream r183551, r183601, r183624 and r183794 | JF Bastien |
2013-05-31 | Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl | JF Bastien |
2013-05-29 | Apply LLVM upstream: r182175 - Support unaligned load/store on more ARM targets | JF Bastien |
2013-05-15 | Merging r181842: | Bill Wendling |
2013-05-10 | LLVM: Add ELF Note section to NaCl object files identifying them as such to gold | Derek Schuff |
2013-05-08 | Add dependency on NaClTransforms to lib/Target/ARM. | Jan Voung |
2013-05-08 | Insert denominator zero checks for NaCl | David Sehr |
2013-05-05 | ARM AnalyzeBranch should conservatively return true when it sees a predicated | Evan Cheng |
2013-05-05 | For ARM backend, fixed "byval" attribute support. | Stepan Dyatkovskiy |
2013-05-05 | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko |
2013-05-03 | Revert r181009. | Amara Emerson |
2013-05-03 | Add support for reading ARM ELF build attributes. | Amara Emerson |
2013-04-30 | Text files should not be marked executable. | Rafael Espindola |
2013-04-30 | s tightens up the encoding description for ARM post-indexed ldr instructions.... | Mihai Popa |
2013-04-30 | Refactoring patch. | Stepan Dyatkovskiy |
2013-04-26 | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet |
2013-04-26 | ARM/NEON: Pattern match vector integer abs to vabs. | Benjamin Kramer |
2013-04-25 | ARM cost model: Integer div and rem is lowered to a function call | Arnold Schwaighofer |
2013-04-23 | Add more tests for r179925 to verify correct handling of signext/zeroext; str... | Stephen Lin |
2013-04-23 | Lowercase "is" boolean variable prefix for consistency within function, no fu... | Stephen Lin |
2013-04-22 | No really, don't store anything to this since it's unconditionally | Eric Christopher |
2013-04-22 | Remove variable store that is never read. | Eric Christopher |
2013-04-22 | Fix for 5.5 Parameter Passing --> Stage C: | Stepan Dyatkovskiy |
2013-04-21 | Legalize vector truncates by parts rather than just splitting. | Jim Grosbach |
2013-04-21 | ARM: Use ldrd/strd to spill 64-bit pairs when available. | Tim Northover |
2013-04-20 | ARM: don't add FrameIndex offset for LDMIA (has no immediate) | Tim Northover |
2013-04-20 | Remove unused ShouldFoldAtomicFences flag. | Tim Northover |
2013-04-20 | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover |
2013-04-20 | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin |
2013-04-20 | Test commit | Stephen Lin |
2013-04-19 | Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm | Eli Bendersky |
2013-04-19 | ArrayRefize getMachineNode(). No functionality change. | Michael Liao |
2013-04-19 | ARM: Permit "sp" in ARM variant of STREXD instructions | Tim Northover |