- 91c6557 ARM64: Improve diagnostics for malformed reg+reg addressing mode. by Jim Grosbach · 11 years ago
- 8a412da Move helper functions earlier in the file. by Jim Grosbach · 11 years ago
- fa49d1a ARM64: Extended addressing mode source reg is 64-bit. by Jim Grosbach · 11 years ago
- e1c0863 Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges. by David Blaikie · 11 years ago
- 2df01c6 Remove seemingly-unneeded artificial dependency by Hal Finkel · 11 years ago
- b86fbcb Simplify destruction of Modules in LLVContextImpl. by David Blaikie · 11 years ago
- bc26ff9 Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode. by Rafael Espindola · 11 years ago
- 67f71d1 clang-format this function. by Rafael Espindola · 11 years ago
- cdb2808 Use unique_ptr to handle GlobalOpt's Evaluator members by David Blaikie · 11 years ago
- 0df9abb Fix PR7272 in -tailcallelim instead of the inliner by Reid Kleckner · 11 years ago
- 290ce19 Simplify expression that was explicitly naming an operator overload in a call. by David Blaikie · 11 years ago
- 77a301f Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler. by David Blaikie · 11 years ago
- 864c531 Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImpl by David Blaikie · 11 years ago
- 52d629e Use unique_ptr to manage objects owned by the ScheduleDAGMI. by David Blaikie · 11 years ago
- d0da5af Use value semantics to manage DbgVariables rather than dynamic allocation/pointers. by David Blaikie · 11 years ago
- c5b286b Rename X86insrtps to the proper instruction name. by Filipe Cabecinhas · 11 years ago
- 51d1381 [Modules] Consolidate the DEBUG_TYPE defines in NVPTX to the top of the by Chandler Carruth · 11 years ago
- b2c8ff0 [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the by Chandler Carruth · 11 years ago
- 361c71e [Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into the by Chandler Carruth · 11 years ago
- 5d473a0 ARM64: Combine shifts and uses from different basic block to bit-extract instruction by Yi Jiang · 11 years ago
- 59b626b Revert "[rtdyld,c++11] Range'ify symbol table walking." by Jim Grosbach · 11 years ago
- 3560137 Fix unnecessary line break by Matt Arsenault · 11 years ago
- 9c3ac92 blockfreq: Some cleanup of UnsignedFloat by Duncan P. N. Exon Smith · 11 years ago
- 72eedb3 [rtdyld,c++11] Range'ify symbol table walking. by Jim Grosbach · 11 years ago
- e6b88dc Tidy up. Remove extraneous typedef. by Jim Grosbach · 11 years ago
- 6763d96 Object: iterator_range accessors for ObjectImage symbols and sections. by Jim Grosbach · 11 years ago
- 9a11d66 Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 11 years ago
- d5ebbc5 CalcSpillWeights: Hack to prevent x87 nonsense by Duncan P. N. Exon Smith · 11 years ago
- 85af3e7 Fix the test: DCE optimized away everything. by Eli Bendersky · 11 years ago
- 7e0b3fb [msan] Enable out-of-line instrumentation for large functions by default. by Evgeniy Stepanov · 11 years ago
- 3c390e5 Appease autoconf build since X86Disassembler.c has been disappeared in r206717. by NAKAMURA Takumi · 11 years ago
- f161a91 [asan] add a run-time flag detect_container_overflow=true/false by Kostya Serebryany · 11 years ago
- 7426771 Convert getFileOffset to getOffset and move it to its only user. by Rafael Espindola · 11 years ago
- d329c79 Reapply r206732. This time without optimization of branches. by Michael Zolotukhin · 11 years ago
- acbc9cb [asan] add llvm-ish test for memset/etc instrumentation by Kostya Serebryany · 11 years ago
- 470565b [asan] instead of inserting inline instrumentation around memset/memcpy/memmove, replace the intrinsic with __asan_memset/etc. This makes the memset/etc handling more complete and consistent with what we do in msan. It may slowdown some cases (when the intrinsic was actually inlined) and speedup other cases (when it was not inlined) by Kostya Serebryany · 11 years ago
- 57418d8 [PM] Add a new-PM-style CGSCC pass manager using the newly added by Chandler Carruth · 11 years ago
- 6060969 [PM] Fix a bug where we didn't properly clear the list map when the list by Chandler Carruth · 11 years ago
- 2b34335 llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32. by NAKAMURA Takumi · 11 years ago
- 84c70a7 [asan] temporary disable generating __asan_loadN/__asan_storeN by Kostya Serebryany · 11 years ago
- 1d16fde [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API. by Benjamin Kramer · 11 years ago
- 4d3682b [PM] Wire the analysis passes (such as they are) into the registry, and by Chandler Carruth · 11 years ago
- f69bb5e [X86] ISEL (and X, <constant mask>) to BZHI when BMI2 is available. by Lang Hames · 11 years ago
- a21cd04 [PM] Add a nice low-tech registry of passes as a boring macro expansion by Chandler Carruth · 11 years ago
- 81549a0 Revert r206732 which is causing llc to crash on most of the build bots. by Chandler Carruth · 11 years ago
- 215fc7d [asan] insert __asan_loadN/__asan_storeN as out-lined asan checks, llvm part by Kostya Serebryany · 11 years ago
- 7d5100d Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN, by Michael Zolotukhin · 11 years ago
- 29e0c0b [LCG] Add some basic debug output to the LCG pass. by Chandler Carruth · 11 years ago
- 1df9ce8 Protect the ArgList dtor by David Blaikie · 11 years ago
- f4a2635 Add missing #include found by modules build. by Richard Smith · 11 years ago
- f2eb936 Remove comment that hasn't been true for 5 years by David Blaikie · 11 years ago
- 7117d73 Use unique_ptr to handle ownership of synthesized args in DerivedArgList by David Blaikie · 11 years ago
- f8107eb C++ has a bool type! (And C's had one too, for 15 years...) by Richard Smith · 11 years ago
- 4c09131 More C++ification. by Richard Smith · 11 years ago
- 5c1b738 Remove some more C junk from these files. by Richard Smith · 11 years ago
- 6f37488 Don't provide two different definitions of ModRMDecision, OpcodeDecision, and ContextDecision in different source files (depending on #define magic). by Richard Smith · 11 years ago
- 5aacafc Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in by Richard Smith · 11 years ago
- 4b35598 Maybe if I touch this file the buildbots will actually rerun configure like they need to... by Richard Smith · 11 years ago
- fe0e7bb What year is it! This file has no reason to be written in C, and has doubly no by Richard Smith · 11 years ago
- 8612f6b [Mips] Add more special values for the st_other field in the symbol by Simon Atanasyan · 11 years ago
- 1eed890 [C++11] Range-based loop simplification. by Simon Atanasyan · 11 years ago
- 8f59021 Fix redefinition of default argument, found by modules build. It's not by Richard Smith · 11 years ago
- 8f5a7de Remove some empty statements by Alp Toker · 11 years ago
- be76c2a ProfileData: Remove an extra semicolon by Justin Bogner · 11 years ago
- f44eda4 Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 11 years ago
- c404a53 Revert "blockfreq: Temporarily turn on -debug-only=block-freq" by Duncan P. N. Exon Smith · 11 years ago
- 69552aa blockfreq: Temporarily turn on -debug-only=block-freq by Duncan P. N. Exon Smith · 11 years ago
- f465370 Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 11 years ago
- 64b2297 Patch by Vadim Chugunov by Yaron Keren · 11 years ago
- 2fa9e6c Patch by Ray Donnelly to print register names instead of numbers. by Yaron Keren · 11 years ago
- 428d601 Add parens to appease GCC warning. by David Blaikie · 11 years ago
- 2033057 Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2) by Duncan P. N. Exon Smith · 11 years ago
- 55c1e1b OnDiskHashTable: Audit types and use offset_type consistently by Justin Bogner · 11 years ago
- e382065 ProfileData: Avoid UB when reading by Justin Bogner · 11 years ago
- 1907b94 OnDiskHashTable: Fix a think-o with offset_type by Justin Bogner · 11 years ago
- 6b2b204 Check whether functions have any lines associated before emitting coverage info for them. This isn't just a size/time saving, gcov may crash on these. by Nick Lewycky · 11 years ago
- aae82fb llvm-profdata: Avoid writing to /dev/null in tests by Justin Bogner · 11 years ago
- 1a47d66 Change the ARM assembler to require a :lower16: or :upper16 on non-constant by Kevin Enderby · 11 years ago
- ad326ae test: Add extra run lines to investigate an error on the bots by Justin Bogner · 11 years ago
- 036e26b Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2) by Duncan P. N. Exon Smith · 11 years ago
- e0d2d7f [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing it. by Alexey Samsonov · 11 years ago
- 1c60993 ProfileData: Don't forward declare ComputeHash and make it static inline by Justin Bogner · 11 years ago
- 2e3463e Compress debug sections only when beneficial. by David Blaikie · 11 years ago
- e153fb3 ProfileData: Add support for the indexed instrprof format by Justin Bogner · 11 years ago
- 4c464de Added Sphinx documentation generation to CMake build system. by Reid Kleckner · 11 years ago
- 08ef020 [DWARF parser] Turn DILineInfo into a struct. by Alexey Samsonov · 11 years ago
- 037da24 Update the fragments of symbols in compressed sections. by David Blaikie · 11 years ago
- 6c4ec69 [ARM64] Ports the Cortex-A53 Machine Model description from AArch64. by Chad Rosier · 11 years ago
- ed56048 Remove -simplify-libcalls pass form Passes documentation by Reid Kleckner · 11 years ago
- 904f8dc Expanded test for x86-pc-windows-gnu and x86_64-pc-windows-gnu environments. by Yaron Keren · 11 years ago
- 7dcb168 [LCG] Fix the bugs that Ben pointed out in code review (and the MSan bot by Chandler Carruth · 11 years ago
- abc5eea OnDiskHashTable: Expect the Info type to declare the offset type by Justin Bogner · 11 years ago
- acf59d9 OnDiskHashTable: Expect the Info type to declare the hash size by Justin Bogner · 11 years ago
- 4387550 [DWARF parser] Respect address ranges specified in compile unit DIE. by Alexey Samsonov · 11 years ago
- 561edae Remove a couple of redundant copies of SmallVector::operator==. by Benjamin Kramer · 11 years ago
- d290fa6 [X86] Improve buildFromShuffleMostly for AVX by Adam Nemet · 11 years ago
- 842c271 DebugInfo: Remove some initializer lists to make MSVC happy again. by Benjamin Kramer · 11 years ago
- e7b068f Add range access to MCAssembler's symbol collection. by David Blaikie · 11 years ago
- b99f337 Update comment in LLVMBitCodes.h to reflect the actual bitcode record by Reid Kleckner · 11 years ago
- 6a3c4b7 Fix uint -> size_t conversion warning. by Matt Arsenault · 11 years ago