aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-073-0/+129
* Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-073-4/+65
* Fix accidental edit to __builtin_ia32_vperm2f128_ps256's nameCraig Topper2011-11-071-1/+1
* Fix CRT selection logic when using CMake NMake generator.NAKAMURA Takumi2011-11-061-2/+2
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-068-19/+152
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-0611-59/+21
* Fix a typo.Benjamin Kramer2011-11-061-1/+1
* Revert "llvm-config-2: Switch to using real library dependency table." while IDaniel Dunbar2011-11-061-1/+10
* llvm-config: Users are allowed to provide component names in mixed case.Daniel Dunbar2011-11-061-2/+5
* ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-062-0/+36
* llvm-config-2: Switch to using real library dependency table.Daniel Dunbar2011-11-061-10/+1
* Release Notes: add a description of -enable-iv-rewrite.Andrew Trick2011-11-061-0/+23
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-061-1/+1
* docs/GettingStarted.html: [Git] Add another example for "[Gmail]/Drafts" in T...NAKAMURA Takumi2011-11-061-0/+2
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-064-21/+214
* CMake should join the party in a post 3.0 world. ;] This brings CMake'sChandler Carruth2011-11-051-1/+1
* Add support for passing i1, i8, and i16 call parameters. Also, be sure toChad Rosier2011-11-052-28/+83
* Update lit's list of tools.Benjamin Kramer2011-11-051-4/+6
* Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer2011-11-054-13/+14
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-052-3/+3
* Twinify.Benjamin Kramer2011-11-051-16/+13
* MachOObject: Use DataExtractor's uleb parser instead of rolling our own.Benjamin Kramer2011-11-051-21/+10
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-058-48/+23
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-052-29/+78
* Fix pasto.Benjamin Kramer2011-11-052-4/+4
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-0512-21/+54
* build/cmake: Enable initial llvm-build integration.Daniel Dunbar2011-11-051-0/+48
* Recommend the -flto flag instead of -use-gold-plugin, and updatePeter Collingbourne2011-11-051-14/+13
* Now that the linker supports lazily materialising globals, don'tPeter Collingbourne2011-11-051-4/+0
* Use absolute path to exportsfile in gold plugin CMake build.Peter Collingbourne2011-11-051-1/+2
* utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar2011-11-051-0/+14
* utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar2011-11-051-2/+16
* Allow i1 to be promoted to i32 for ARM APCS calling convention.Chad Rosier2011-11-051-1/+1
* Added missing &. Fixes <rdar://problem/10393723>Pete Cooper2011-11-041-1/+1
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-042-40/+277
* Cannot create a result register for non-legal types.Chad Rosier2011-11-041-1/+2
* build/make: Fix the output path of the llvm-config-2 library dependency table.Daniel Dunbar2011-11-041-1/+1
* llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar2011-11-041-2/+15
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-042-11/+95
* When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fitChad Rosier2011-11-041-1/+1
* build/cmake: Change to require Python be available.Daniel Dunbar2011-11-042-51/+56
* Enable support for materializing i1, i8, and i16 integers via move immediate.Chad Rosier2011-11-041-6/+11
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-041-6/+55
* Fix some misplaced punctuation.Bill Wendling2011-11-041-2/+2
* Add triple to test.Rafael Espindola2011-11-041-1/+1
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-042-44/+43
* build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar2011-11-041-13/+17
* build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar2011-11-041-15/+21
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-042-13/+37
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-0412-84/+80