summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* Remove stray comma in enum to satisfy -Wpedantic.Craig Topper2014-01-14
* Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* Always let value types influence register classes.Jakob Stoklund Olesen2014-01-14
* Switch the NEON register class from QPR to DPair.Jakob Stoklund Olesen2014-01-14
* [PM] Fix stale header blocker, found by Duncan Smith in code review!Chandler Carruth2014-01-14
* Remove the last weird subproject, 'privbracket'.Chandler Carruth2014-01-14
* Add checks to configure for sufficiently modern host compilers. ThisChandler Carruth2014-01-14
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Fix llc to not reuse spill slots in functions that invoke setjmp()Mark Seaborn2014-01-14
* Ok, really, for the last time, llvm-gcc is dead Jim.Chandler Carruth2014-01-14
* llvm-gcc is dead. REALLY. IT'S DEAD JIM.Chandler Carruth2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Remove extra } in documentation commentDuncan P. N. Exon Smith2014-01-13
* Clean up RUN command for Assembler/getInt.ll.Cameron McInally2014-01-13
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-13
* Raise the minimum CMake version to 2.8.8 -- we have a report that theChandler Carruth2014-01-13
* Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.Cameron McInally2014-01-13
* [DAG] Refactor ReassociateOps - no functional change intended.Juergen Ributzka2014-01-13
* Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth2014-01-13
* [DAG] Teach DAG to also reassociate vector operationsJuergen Ributzka2014-01-13
* Hide the pre-RA-sched= option.Andrew Trick2014-01-13
* Fix PR 18369: [Thumbv8] asserts due to inconsistent CPSR liveness of IT blocksWeiming Zhao2014-01-13
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* [AArch64] Fix assertion failure caused by an invalid comparison between APInt...Andrea Di Biagio2014-01-13
* Fix indentation.Joerg Sonnenberger2014-01-13
* [SystemZ] Flesh out stackrestore test (frame-11.ll)Richard Sandiford2014-01-13
* [SystemZ] Add "volatile" to a dead store in variable-loc.llRichard Sandiford2014-01-13
* [SystemZ] Improve risbg-01.ll testRichard Sandiford2014-01-13
* [SystemZ] Optimize (sext (ashr (shl ...), ...))Richard Sandiford2014-01-13
* fix a -Wdocumentation warning.Chris Lattner2014-01-13
* ARM: add test for r199108. Oops.Tim Northover2014-01-13
* ARM: constrain Thumb LDRLIT pseudo-instructions to r0-r7.Tim Northover2014-01-13
* [x86] Fix retq/retl handling in 64-bit modeDavid Woodhouse2014-01-13
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM][cleanup] Clean up comments and use modern doxygen in this file.Chandler Carruth2014-01-13
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* [PM] Fix the const-correctness of the generic DominatorTreeBase toChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* Revert "ReMat: fix overly cavalier attitude to sub-register indices"Tim Northover2014-01-13
* Docs: fix sign of division and increase equivocation on code generated.Tim Northover2014-01-13
* ReMat: fix overly cavalier attitude to sub-register indicesTim Northover2014-01-13
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-13
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-13
* [cleanup] Switch comments to use '\brief' style instead of '@brief'Chandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth2014-01-13
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13