summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-23
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-23
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-22
* Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman2013-04-22
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* [ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier2013-04-22
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-22
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-22
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-22
* Add a missing reference on a std::vector<> out paramReid Kleckner2013-04-22
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* Fix unused variable warning.Chad Rosier2013-04-22
* Fix comment that didn't match the method it was aboveEli Bendersky2013-04-22
* [Support] Propagate the environment into the test child processReid Kleckner2013-04-22
* 80 columns.Akira Hatanaka2013-04-22
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-22
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-22
* Document the -filetype option of llc (PR #12902)Eli Bendersky2013-04-22
* Fix for PR 14965: Better error message for GEP with partially defined contentsEli Bendersky2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover...Jia Liu2013-04-22
* typoJia Liu2013-04-22
* Make doxygen comment match declaration.Benjamin Kramer2013-04-22
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* No really, don't store anything to this since it's unconditionallyEric Christopher2013-04-22
* Remove variable store that is never read.Eric Christopher2013-04-22
* Remove variable store that is never read.Eric Christopher2013-04-22
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-22
* Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher2013-04-22
* Add the same todo about a command iterator interface into theEric Christopher2013-04-22
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-22
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-22
* llvm-readobj: Check for null section pointerNico Rieck2013-04-22
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-22
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Tidy.Eric Christopher2013-04-22
* Update comment. Whitespace.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-22
* Fix indentation. No functional change.Craig Topper2013-04-22
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-22
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-22
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21