| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add description of how to build docs | Joel Jones | 2012-11-15 | 1 | -1/+28 |
| | | | | | llvm-svn: 168088 | ||||
| * | Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. | Craig Topper | 2012-11-15 | 1 | -0/+102 |
| | | | | | llvm-svn: 168026 | ||||
| * | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper | 2012-11-15 | 1 | -0/+141 |
| | | | | | llvm-svn: 168025 | ||||
| * | Add some release notes that say we removed the CellSPU port. | Eric Christopher | 2012-11-15 | 1 | -0/+2 |
| | | | | | llvm-svn: 168014 | ||||
| * | docs: Improve typographical correctness. | Sean Silva | 2012-11-14 | 1 | -2/+2 |
| | | | | | llvm-svn: 167998 | ||||
| * | docs: Sphinxify TestSuiteMakefileGuide | Sean Silva | 2012-11-14 | 3 | -356/+290 |
| | | | | | | | Some small related fixups to TestingGuide too. llvm-svn: 167996 | ||||
| * | Remove the CellSPU port. | Eric Christopher | 2012-11-14 | 1 | -9/+0 |
| | | | | | | | Approved by Chris Lattner. llvm-svn: 167984 | ||||
| * | docs: Sphinxify TestingGuide | Sean Silva | 2012-11-14 | 7 | -930/+723 |
| | | | | | llvm-svn: 167979 | ||||
| * | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in | Alexander Kornienko | 2012-11-14 | 1 | -0/+27 |
| | | | | | | | FileCheck. llvm-svn: 167978 | ||||
| * | Added %(line), %(line+<number>), %(line-<number>) substitutions to lit | Alexander Kornienko | 2012-11-14 | 1 | -0/+5 |
| | | | | | llvm-svn: 167971 | ||||
| * | FileCheck.rst: change formatting of code-like constructs to use a monospaced | Dmitri Gribenko | 2012-11-14 | 1 | -86/+50 |
| | | | | | | | font. These were formatted in bold, but that's not correct. llvm-svn: 167964 | ||||
| * | docs: nuke GCCFEBuildInstrs.html | Sean Silva | 2012-11-14 | 1 | -279/+0 |
| | | | | | llvm-svn: 167961 | ||||
| * | docs: Fix Sphinx toctree warning. | Sean Silva | 2012-11-14 | 1 | -0/+4 |
| | | | | | llvm-svn: 167905 | ||||
| * | docs: chmod -x HowToUseInstrMappings.rst | Sean Silva | 2012-11-14 | 1 | -0/+0 |
| | | | | | llvm-svn: 167903 | ||||
| * | Relax the restrictions on vector of pointer types, and vector getelementptr. | Duncan Sands | 2012-11-13 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | Previously in a vector of pointers, the pointer couldn't be any pointer type, it had to be a pointer to an integer or floating point type. This is a hassle for dragonegg because the GCC vectorizer happily produces vectors of pointers where the pointer is a pointer to a struct or whatever. Vector getelementptr was restricted to just one index, but now that vectors of pointers can have any pointer type it is more natural to allow arbitrary vector getelementptrs. There is however the issue of struct GEPs, where if each lane chose different struct fields then from that point on each lane will be working down into unrelated types. This seems like too much pain for too little gain, so when you have a vector struct index all the elements are required to be the same. llvm-svn: 167828 | ||||
| * | Update link to external document | Jean-Daniel Dupas | 2012-11-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 167781 | ||||
| * | fix a spelling mistake | Nadav Rotem | 2012-11-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 167734 | ||||
| * | Update the vectorizer docs. | Nadav Rotem | 2012-11-11 | 1 | -4/+20 |
| | | | | | llvm-svn: 167688 | ||||
| * | fix typo PR1476 | Pawel Wodnicki | 2012-11-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 167536 | ||||
| * | fix for PR1476 | Pawel Wodnicki | 2012-11-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 167535 | ||||
| * | Fix a broken sentence | Eli Bendersky | 2012-11-07 | 1 | -2/+3 |
| | | | | | llvm-svn: 167521 | ||||
| * | Document the -input-file option of FileCheck | Eli Bendersky | 2012-11-07 | 1 | -0/+5 |
| | | | | | llvm-svn: 167517 | ||||
| * | docs: use code font for console commands in phabricator manual | Alexey Samsonov | 2012-11-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 167459 | ||||
| * | Add a couple of stubs to the release notes for things I noticed while | Chandler Carruth | 2012-11-05 | 1 | -1/+5 |
| | | | | | | | clearing out my backlog of commit mail. llvm-svn: 167380 | ||||
| * | PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ↵ | Eli Bendersky | 2012-11-05 | 1 | -2/+1 |
| | | | | | | | ago. Fix references to it in documentation and comments. llvm-svn: 167378 | ||||
| * | Documentation: fix typos. | Dmitri Gribenko | 2012-11-02 | 1 | -2/+2 |
| | | | | | llvm-svn: 167302 | ||||
| * | Remove stale documentation about tail duplicaton IR pass | Arnold Schwaighofer | 2012-10-31 | 1 | -17/+0 |
| | | | | | | | | We no longer have a tail duplication pass that runs on LLVM IR. It was removed in 3.0. llvm-svn: 167140 | ||||
| * | Fix typo in CodeGenerator doc | Eli Bendersky | 2012-10-31 | 1 | -4/+4 |
| | | | | | llvm-svn: 167137 | ||||
| * | Typo. | Jakub Staszak | 2012-10-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 166969 | ||||
| * | Change the PassManagerBuilder (used by -O3) loop vectorizer flag from ↵ | Nadav Rotem | 2012-10-29 | 1 | -1/+2 |
| | | | | | | | -vectorize to -vectorize-loops because we dont want to share the same flag as the bb-vectorizer. llvm-svn: 166937 | ||||
| * | Loads and stores without an explicit alignment use the abi alignment not the | Duncan Sands | 2012-10-29 | 1 | -2/+2 |
| | | | | | | | preferred alignment. Correct the documentation. llvm-svn: 166925 | ||||
| * | Clarify that there is an option other than OAuth for Phabricator and | Chandler Carruth | 2012-10-27 | 1 | -4/+10 |
| | | | | | | | | | offer up my email to the spam lords for it. Hopefully this will eventually be more automatic, but we don't want people to think there is only one option. llvm-svn: 166870 | ||||
| * | Suggest llvm_unreachable over assert(0). | Jordan Rose | 2012-10-26 | 1 | -10/+15 |
| | | | | | llvm-svn: 166821 | ||||
| * | Remove LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-26 | 1 | -10/+10 |
| | | | | | | | | It was unmaintained and not much more than a stub. The new DependenceAnalysis pass is both more general and complete. llvm-svn: 166810 | ||||
| * | Minor enhancement to build process notes for ARM platforms. | David Tweed | 2012-10-26 | 1 | -2/+15 |
| | | | | | llvm-svn: 166769 | ||||
| * | Update the release notes to note the change from TargetData to DataLayout. | Micah Villmow | 2012-10-25 | 1 | -0/+3 |
| | | | | | llvm-svn: 166702 | ||||
| * | add TableGen support to create relationship maps between instructions | Sebastian Pop | 2012-10-25 | 2 | -0/+203 |
| | | | | | | | | | | | | Relationship maps are represented as InstrMapping records which are parsed by TableGen and the information is used to construct mapping tables to represent appropriate relations between instructions. These tables are emitted into XXXGenInstrInfo.inc file along with the functions to query them. Patch by Jyotsna Verma <jverma@codeaurora.org>. llvm-svn: 166685 | ||||
| * | Add a bit of documentation on the annotated disassembly output. | Kevin Enderby | 2012-10-24 | 2 | -0/+94 |
| | | | | | llvm-svn: 166639 | ||||
| * | Document the -force-vector-width flag. | Nadav Rotem | 2012-10-24 | 1 | -1/+4 |
| | | | | | llvm-svn: 166621 | ||||
| * | Document current Doxygen use practices in Coding Standards. Mostly it is | Dmitri Gribenko | 2012-10-20 | 1 | -9/+134 |
| | | | | | | | | | obvious stuff and most new code being committed conforms to that. Some old code does not; this might cause confusion and this is the motivation to document the correct guidelines. llvm-svn: 166378 | ||||
| * | Vectorization docs. | Nadav Rotem | 2012-10-20 | 1 | -3/+5 |
| | | | | | llvm-svn: 166364 | ||||
| * | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 2012-10-19 | 1 | -1/+1 |
| | | | | | | | (vg_leak). llvm-svn: 166306 | ||||
| * | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 2012-10-19 | 1 | -0/+13 |
| | | | | | | | - These can be used with the XFAIL options. llvm-svn: 166303 | ||||
| * | Fix some doc-os. | Daniel Dunbar | 2012-10-19 | 1 | -2/+2 |
| | | | | | llvm-svn: 166290 | ||||
| * | lit: Allow XFAIL: lines to also refer to "features". | Daniel Dunbar | 2012-10-18 | 1 | -8/+9 |
| | | | | | llvm-svn: 166224 | ||||
| * | Update the LangRef documentation for the per pointer address space support. | Micah Villmow | 2012-10-18 | 1 | -4/+10 |
| | | | | | llvm-svn: 166201 | ||||
| * | test commit: verifying access from new address | Eli Bendersky | 2012-10-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 166197 | ||||
| * | Add a small example which shows a vectorizable loop with a non-pow-of-two count | Nadav Rotem | 2012-10-18 | 1 | -2/+10 |
| | | | | | llvm-svn: 166169 | ||||
| * | Update the release notes about how to enable the loop vectorizer. | Nadav Rotem | 2012-10-17 | 1 | -2/+2 |
| | | | | | llvm-svn: 166123 | ||||
| * | Update the release notes about the store-merge dag optimization. | Nadav Rotem | 2012-10-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 166116 | ||||

