2014-04-03 |
Tim Northover | ARM: skip cmpxchg failure barrier if ordering is monotonic. |
tree | commitdiff |
2014-04-03 |
Tim Northover | ARM: expand atomic ldrex/strex loops in IR |
tree | commitdiff |
2014-04-03 |
Stepan Dyatkovskiy | PR19320: |
tree | commitdiff |
2014-04-03 |
Silviu Baranga | [ARM] When generating a vpaddl node the input lane... |
tree | commitdiff |
2014-04-03 |
Oliver Stannard | ARM: Use __STACK_LIMIT symbol for segmented stacks |
tree | commitdiff |
2014-04-02 |
Saleem Abdulrasool | ARM: update subtarget information for Windows on ARM |
tree | commitdiff |
2014-04-02 |
Jim Grosbach | Simplify resolveFrameIndex() signature. |
tree | commitdiff |
2014-04-02 |
Jim Grosbach | ARM: cortex-m0 doesn't support unaligned memory access. |
tree | commitdiff |
2014-04-02 |
Oliver Stannard | ARM: Add support for segmented stacks |
tree | commitdiff |
2014-04-02 |
Renato Golin | Remove duplicated DMB instructions |
tree | commitdiff |
2014-04-01 |
Christian Pirker | ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble... |
tree | commitdiff |
2014-04-01 |
Tim Northover | ARM: teach LLVM that Cortex-A7 is very similar to A8. |
tree | commitdiff |
2014-04-01 |
Tim Northover | ARM: add cyclone CPU with ZeroCycleZeroing feature. |
tree | commitdiff |
2014-03-31 |
Saleem Abdulrasool | ARM: fix typo |
tree | commitdiff |
2014-03-31 |
Christian Pirker | ARM: change parameter names of the ELFARMAsmBackend... |
tree | commitdiff |
2014-03-29 |
Stepan Dyatkovskiy | Recommitted fix for PR18931, with extended tests set. |
tree | commitdiff |
2014-03-29 |
Rafael Espindola | Completely rewrite ELFObjectWriter::RecordRelocation. |
tree | commitdiff |
2014-03-28 |
Rafael Espindola | Add const. |
tree | commitdiff |
2014-03-28 |
Christian Pirker | Add ARM big endian Target (armeb, thumbeb) |
tree | commitdiff |
2014-03-27 |
Rafael Espindola | Remove another unused argument. |
tree | commitdiff |
2014-03-27 |
Rafael Espindola | Remove unused argument. |
tree | commitdiff |
2014-03-27 |
Stepan Dyatkovskiy | Rejected r204899 and r204900 due to remaining test... |
tree | commitdiff |
2014-03-27 |
Stepan Dyatkovskiy | Fix for pr18931: Crash using integrated assembler with... |
tree | commitdiff |
2014-03-27 |
Jiangning Liu | ARM: raise error message when complex SO expressions... |
tree | commitdiff |
2014-03-26 |
Kevin Enderby | Fix a problem with the ARM assembler incorrectly matching a |
tree | commitdiff |
2014-03-26 |
Kevin Enderby | Fix the ARM VST4 (single 4-element structure from one... |
tree | commitdiff |
2014-03-26 |
Tim Northover | ARM: add intrinsics for the v8 ldaex/stlex |
tree | commitdiff |
2014-03-26 |
Renato Golin | Change @llvm.clear_cache default to call rt-lib |
tree | commitdiff |
2014-03-26 |
Renato Golin | Add @llvm.clear_cache builtin |
tree | commitdiff |
2014-03-25 |
Kevin Enderby | Fix crashes when assembler directives are used that... |
tree | commitdiff |
2014-03-23 |
Arnaud A. de Grand... | ARM: no need to update SplatBits as it is not used |
tree | commitdiff |
2014-03-23 |
Nuno Lopes | remove a bunch of unused private methods |
tree | commitdiff |
2014-03-22 |
Craig Topper | Prune includes in ARM target. |
tree | commitdiff |
2014-03-22 |
Saleem Abdulrasool | ARM IAS: properly handle function entries in .thumb |
tree | commitdiff |
2014-03-21 |
Jiangning Liu | This reverts commit r203762, "ARM: support emission... |
tree | commitdiff |
2014-03-20 |
Weiming Zhao | Fix PR19136: [ARM] Fix Folding SP Update into vpush... |
tree | commitdiff |
2014-03-20 |
Saleem Abdulrasool | Reapply 'ARM IAS: support .thumb_set' |
tree | commitdiff |
2014-03-20 |
Hao Liu | [ARM]Fix an assertion failure in A15SDOptimizer about... |
tree | commitdiff |
2014-03-20 |
Rafael Espindola | Look through variables when computing relocations. |
tree | commitdiff |
2014-03-19 |
Rafael Espindola | Revert "Add back r203962, r204028 and r204059." |
tree | commitdiff |
2014-03-18 |
Rafael Espindola | Add back r203962, r204028 and r204059. |
tree | commitdiff |
2014-03-18 |
Alexander Kornienko | Revert r203962 and two revisions depending on it: r2040... |
tree | commitdiff |
2014-03-18 |
Craig Topper | [C++11] Mark the target fast isel classes as 'final... |
tree | commitdiff |
2014-03-18 |
Saleem Abdulrasool | ARM: add an assertion |
tree | commitdiff |
2014-03-17 |
Saleem Abdulrasool | ARM IAS: support .thumb_set |
tree | commitdiff |
2014-03-13 |
Owen Anderson | Phase 2 of the great MachineRegisterInfo cleanup. ... |
tree | commitdiff |
2014-03-13 |
Hans Wennborg | [ARM] Use symbolic register names in .cfi directives... |
tree | commitdiff |
2014-03-13 |
Saleem Abdulrasool | ARM: ignore unused variable to fix -Wunused-variable... |
tree | commitdiff |
2014-03-13 |
Saleem Abdulrasool | ARM: support emission of complex SO expressions |
tree | commitdiff |
2014-03-12 |
Hans Wennborg | Add comment pointing to the binutils bugzilla entry |
tree | commitdiff |
2014-03-12 |
Tim Northover | ARM: correct Dwarf output for non-contiguous VFP saves. |
tree | commitdiff |
2014-03-12 |
Hans Wennborg | [ARM] Use DWARF register numbers for CFI directives... |
tree | commitdiff |
2014-03-11 |
Owen Anderson | Range-ify a loop. |
tree | commitdiff |
2014-03-11 |
Saleem Abdulrasool | ARM: honour -f{no-,}optimize-sibling-calls |
tree | commitdiff |
2014-03-11 |
Saleem Abdulrasool | ARM: remove ancient -arm-tail-calls option |
tree | commitdiff |
2014-03-11 |
Saleem Abdulrasool | ARM: enable tail call optimisation on Thumb 2 |
tree | commitdiff |
2014-03-11 |
Tim Northover | ARM: simplify EmitAtomicBinary64 |
tree | commitdiff |
2014-03-11 |
Tim Northover | IR: add a second ordering operand to cmpxhg for failure |
tree | commitdiff |
2014-03-10 |
Craig Topper | [C++11] Remove 'virtual' keyword from methods marked... |
tree | commitdiff |
2014-03-10 |
Craig Topper | De-virtualize a method since it doesn't override anythi... |
tree | commitdiff |
2014-03-10 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
tree | commitdiff |
2014-03-10 |
Chandler Carruth | [TTI] There is actually no realistic way to pop TTI... |
tree | commitdiff |
2014-03-10 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
tree | commitdiff |
2014-03-08 |
Duncan P. N. Exon... | Change else if => if after return, after r203265 |
tree | commitdiff |
2014-03-07 |
Owen Anderson | Range-ify some for loops. |
tree | commitdiff |
2014-03-07 |
Ted Kremenek | Remove dead 'break' (dominated by 'return'). |
tree | commitdiff |
2014-03-07 |
Ted Kremenek | Remove dead 'return'. |
tree | commitdiff |
2014-03-07 |
Duncan P. N. Exon... | ARM: Make .unreq directives case-insensitive |
tree | commitdiff |
2014-03-07 |
David Majnemer | MC: Remove superfluous section attribute flag definitions |
tree | commitdiff |
2014-03-07 |
Rafael Espindola | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. |
tree | commitdiff |
2014-03-07 |
Rafael Espindola | Simplify. No functionality change. |
tree | commitdiff |
2014-03-06 |
Saleem Abdulrasool | Support: split object format out of environment |
tree | commitdiff |
2014-03-06 |
Chandler Carruth | [Layering] Move DebugInfo.h into the IR library where... |
tree | commitdiff |
2014-03-05 |
David Blaikie | Fix clang -Werror build break due to mismatched sign... |
tree | commitdiff |
2014-03-05 |
Oliver Stannard | ARM: Correctly align arguments after a byval struct... |
tree | commitdiff |
2014-03-04 |
Evan Cheng | Remove a special character in comment that accidentiall... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move CallSite into the IR library where it... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [Modules] Move GetElementPtrTypeIterator into the IR... |
tree | commitdiff |
2014-03-04 |
Chandler Carruth | [cleanup] Re-sort all the includes with utils/sort_incl... |
tree | commitdiff |
2014-03-04 |
Yaron Keren | Cleaning up a bunch of pre-Visual C++ 2012 build hacks. |
tree | commitdiff |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
tree | commitdiff |
2014-03-02 |
Craig Topper | Switch all uses of LLVM_OVERRIDE to just use 'override... |
tree | commitdiff |
2014-03-02 |
Craig Topper | Switch all uses of LLVM_FINAL to just use 'final',... |
tree | commitdiff |
2014-03-01 |
Benjamin Kramer | Now that we have C++11, turn simple functors into lambd... |
tree | commitdiff |
2014-02-27 |
Andrew Trick | Provide a target override for the latest regalloc heuri... |
tree | commitdiff |
2014-02-27 |
Adrian Prantl | Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp()... |
tree | commitdiff |
2014-02-26 |
Artyom Skrobov | ARMv8 IfConversion must skip narrow instructions that... |
tree | commitdiff |
2014-02-23 |
Saleem Abdulrasool | ARMAsmParser: whitespace |
tree | commitdiff |
2014-02-23 |
Saleem Abdulrasool | ARM IAS: support .align without parameters |
tree | commitdiff |
2014-02-23 |
Saleem Abdulrasool | ARM IAS: support .short and .hword |
tree | commitdiff |
2014-02-22 |
Logan Chien | Move get[S|U]LEB128Size() to LEB128.h. |
tree | commitdiff |
2014-02-20 |
Benjamin Kramer | Remove unnecessary copy of array_lengthof. |
tree | commitdiff |
2014-02-19 |
Rafael Espindola | move getNameWithPrefix and getSymbol to TargetMachine. |
tree | commitdiff |
2014-02-19 |
Rafael Espindola | Add back r201608, r201622, r201624 and r201625 |
tree | commitdiff |
2014-02-19 |
Daniel Jasper | Revert r201622 and r201608. |
tree | commitdiff |
2014-02-18 |
Rafael Espindola | Fix PR18743. |
tree | commitdiff |
2014-02-18 |
Rafael Espindola | Rename a DebugLoc variable to DbgLoc and a DataLayout... |
tree | commitdiff |
2014-02-18 |
Tim Northover | GlobalMerge: move "-global-merge" option to the pass... |
tree | commitdiff |
2014-02-17 |
Kevin Enderby | Fix the arm assembler so that this malformed instruction: |
tree | commitdiff |
2014-02-16 |
Mark Seaborn | Use 16 byte stack alignment for NaCl on ARM |
tree | commitdiff |
next |