2011-11-07 |
Eric Christopher | Allow for the case where the name of the subprogram... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Owen Anderson | Fix llvm-objdump's MachO mode to not depend on the... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Richard Osborne | Don't introduce custom nodes after legalization in... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Remove unnecessary addition to API. Replace with someth... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Add new files to cmake. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Add the support code to enable the dwarf accelerator... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Add a new dwarf accelerator table prototype with the... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Expose a way to get the beginning of the dwarf string... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Fix up comment. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Eric Christopher | Typo. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Craig Topper | Add AVX2 variable shift instructions and intrinsics. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Craig Topper | Add AVX2 VPMOVMASK instructions and intrinsics. |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Craig Topper | Add AVX2 VEXTRACTI128 and VINSERTI128 instructions... |
commit | commitdiff | tree | snapshot |
2011-11-07 |
Craig Topper | Fix accidental edit to __builtin_ia32_vperm2f128_ps256... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
NAKAMURA Takumi | Fix CRT selection logic when using CMake NMake generator. |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Craig Topper | More AVX2 instructions and their intrinsics. |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Benjamin Kramer | Replace (Lower|Upper)caseString in favor of StringRef... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Benjamin Kramer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Daniel Dunbar | Revert "llvm-config-2: Switch to using real library... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Daniel Dunbar | llvm-config: Users are allowed to provide component... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Daniel Dunbar | ADT/StringRef: Add ::lower() and ::upper() methods. |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Daniel Dunbar | llvm-config-2: Switch to using real library dependency... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Andrew Trick | Release Notes: add a description of -enable-iv-rewrite. |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Peter Collingbourne | Return only the least significant 8 bits of the exit... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
NAKAMURA Takumi | docs/GettingStarted.html: [Git] Add another example... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Craig Topper | Add more AVX2 instructions and intrinsics. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Chandler Carruth | CMake should join the party in a post 3.0 world. ;... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Chad Rosier | Add support for passing i1, i8, and i16 call parameters... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Update lit's list of tools. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Audited all the format strings in libDebugInfo and... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Reduce the offsets in DwarfDebugInfoEntry to 32 bit... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Twinify. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | MachOObject: Use DataExtractor's uleb parser instead... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Add an option to pad an uleb128 to MCObjectWriter and... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Nick Lewycky | Do simple cross-block DSE when we encounter a free... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Fix pasto. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Benjamin Kramer | Add more PRI.64 macros for MSVC and use them throughout... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Daniel Dunbar | build/cmake: Enable initial llvm-build integration. |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Peter Collingbourne | Recommend the -flto flag instead of -use-gold-plugin... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Peter Collingbourne | Now that the linker supports lazily materialising globa... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Peter Collingbourne | Use absolute path to exportsfile in gold plugin CMake... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Daniel Dunbar | utils/llvm-build: Ensure output directory exists for... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Daniel Dunbar | utils/llvm-build: Add trivial quoting of slashes for... |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Chad Rosier | Allow i1 to be promoted to i32 for ARM APCS calling... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Pete Cooper | Added missing &. Fixes <rdar://problem/10393723> |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Enhanced vzeroupper insertion pass that avoids insertin... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | Cannot create a result register for non-legal types. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/make: Fix the output path of the llvm-config... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | llvm-build: Quote colons in target names, in an attempt... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | llvm-build: Add initial --write-cmake-fragment option. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | When materializing an i32, SExt vs ZExt doesn't matter... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Change to require Python be available. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | Enable support for materializing i1, i8, and i16 intege... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bruno Cardoso... | Add mips ELF relocation types. Patch by Jack Carter! |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bill Wendling | Fix some misplaced punctuation. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Rafael Espindola | Add triple to test. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Coalesce the configuration time header... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Coalesce in-tree sanity checks. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Tidy up specification of build/include... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Move all the user controllable options... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | build/cmake: Use tblgen macro directly instead of llvm_... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Rafael Espindola | Emit declarations before definitions if they are availa... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bill Wendling | Reformatting changes to get rid of blank lines, put... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Add missing includes/decls. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Dan Gohman | Add tests for existing InstSimplify features. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Dan Gohman | Teach instsimplify to simplify calls to undef. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Add missing includes/class declaration. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Add missing forward declarations. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Add a couple missing includes; found while analyzing... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Delete names for unused parameters in inline function... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bob Wilson | Build llvmCore with RTTI enabled. <rdar://problem... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Eli Friedman | Add missing argument for atomic instructions in c+... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | utils: Remove build-for-llvm-top.sh and ModuleInfo... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | Remove declarations for functions that don't exist... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bill Wendling | Move comment to the correct place. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bill Wendling | Make the Mangler an ivar so that it doesn't have to... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Bill Wendling | Refactor the MCContext so that it's an ivar instead... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Craig Topper | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Craig Topper | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Evan Cheng | Fix some minor scheduling itinerary bug. It's not expec... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | utils: Rename the "llvmbuild" script to llvm-compilers... |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | Indentation. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Chad Rosier | Add fast-isel support for returning i1, i8, and i16. |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Daniel Dunbar | Speculatively revert "DeadStoreElimination can now... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | build: Use right Echo variable and use Verb appropriately. |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | build/Make: Integrate llvm-build into Makefiles. |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | llvm-build: Add initial code for --write-make-fragment. |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Dan Gohman | Reapply r143206, with fixes. Disallow physical register... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | utils: Remove (way) old nightly test scripts, I don... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | llvm-config-2: Implement build system support for getti... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | build/Make: Add support for INCLUDE_BUILD_DIR make... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Pete Cooper | Reverted r143600 - selector reference change |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Bill Wendling | Keep the Crack language as an external project. |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | llvm-build: Avoid followlinks keyword argument to os... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Dan Bailey | fixed global array handling for ptx to use the correct... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Pete Cooper | DeadStoreElimination can now trim the size of a store... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | llvm-build: Update --write-llvmbuild to write out a... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Daniel Dunbar | llvm-build: Add "--write-library-table" option for... |
commit | commitdiff | tree | snapshot |
next |