summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put together rm(1) and mkdi...NAKAMURA Takumi2014-01-13
* [CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi2014-01-13
* [PM] Wire up support for printing assembly output from the opt command.Chandler Carruth2014-01-13
* [PM] Add an enum for describing the desired output strategy, and runChandler Carruth2014-01-13
* [AArch64 NEON] Add missing patterns for bitcast from or to v1f64Kevin Qin2014-01-13
* [AArch64 NEON] Add more scenarios to use perm instructions when lowering shuf...Kevin Qin2014-01-13
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every ac...NAKAMURA Takumi2014-01-12
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-12
* Make test independent of schedulingNico Rieck2014-01-12
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-12
* llvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy r199050.NAKAMURA Takumi2014-01-12
* Fix non-deterministic SDNodeOrder-dependent codegenNico Rieck2014-01-12
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [PM] Revert an accidental commit of total BS code. This was halfwayChandler Carruth2014-01-12
* [PM] Simplify the IR printing passes significantly now that a narrowerChandler Carruth2014-01-12
* [PM] Update one user of the printing pass API that I missed.Chandler Carruth2014-01-12
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Run clang-format and remove redundant or obvious comments beforeChandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* [PM] Un-indent this file-level namespace. It's far more common to notChandler Carruth2014-01-12
* [PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-12
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-12
* ARM IAS: fix diagnostics of improper qualificationSaleem Abdulrasool2014-01-12
* [Sparc] Add support for parsing floating point instructions.Venkatraman Govindaraju2014-01-12
* ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructionsSaleem Abdulrasool2014-01-12
* [Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner.Venkatraman Govindaraju2014-01-12
* The SPARCv9 ABI returns a float in %f0.Jakob Stoklund Olesen2014-01-12
* TypoJoerg Sonnenberger2014-01-12
* Add missing mul aliases for armv4 support. Add checks that armv4 canJoerg Sonnenberger2014-01-12
* Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg2014-01-12
* [Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju2014-01-11
* ARM IAS: support emitting constant values in target expressionsSaleem Abdulrasool2014-01-11
* Fix broken CHECK lines.Benjamin Kramer2014-01-11