summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PM] Fix a bug where we didn't properly clear the list map when the listChandler Carruth2014-04-21
* llvm/test/CodeGen/X86/bmi.ll: Relax expressions for targeting win32.NAKAMURA Takumi2014-04-21
* [asan] temporary disable generating __asan_loadN/__asan_storeNKostya Serebryany2014-04-21
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* [PM] Wire the analysis passes (such as they are) into the registry, andChandler Carruth2014-04-21
* [X86] ISEL (and X, <constant mask>) to BZHI when BMI2 is available.Lang Hames2014-04-21
* [PM] Add a nice low-tech registry of passes as a boring macro expansionChandler Carruth2014-04-21
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* [asan] insert __asan_loadN/__asan_storeN as out-lined asan checks, llvm partKostya Serebryany2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* [LCG] Add some basic debug output to the LCG pass.Chandler Carruth2014-04-21
* Protect the ArgList dtorDavid Blaikie2014-04-20
* Add missing #include found by modules build.Richard Smith2014-04-20
* Remove comment that hasn't been true for 5 yearsDavid Blaikie2014-04-20
* Use unique_ptr to handle ownership of synthesized args in DerivedArgListDavid Blaikie2014-04-20
* C++ has a bool type! (And C's had one too, for 15 years...)Richard Smith2014-04-20
* More C++ification.Richard Smith2014-04-20
* Remove some more C junk from these files.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20
* Maybe if I touch this file the buildbots will actually rerun configure like t...Richard Smith2014-04-20
* What year is it! This file has no reason to be written in C, and has doubly noRichard Smith2014-04-20
* [Mips] Add more special values for the st_other field in the symbolSimon Atanasyan2014-04-20
* [C++11] Range-based loop simplification.Simon Atanasyan2014-04-20
* Fix redefinition of default argument, found by modules build. It's notRichard Smith2014-04-20
* Remove some empty statementsAlp Toker2014-04-19
* ProfileData: Remove an extra semicolonJustin Bogner2014-04-19
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Revert "blockfreq: Temporarily turn on -debug-only=block-freq"Duncan P. N. Exon Smith2014-04-19
* blockfreq: Temporarily turn on -debug-only=block-freqDuncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-19
* Add parens to appease GCC warning.David Blaikie2014-04-19
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-19
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* ProfileData: Avoid UB when readingJustin Bogner2014-04-19
* OnDiskHashTable: Fix a think-o with offset_typeJustin Bogner2014-04-18
* Check whether functions have any lines associated before emitting coverage in...Nick Lewycky2014-04-18
* llvm-profdata: Avoid writing to /dev/null in testsJustin Bogner2014-04-18
* Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby2014-04-18
* test: Add extra run lines to investigate an error on the botsJustin Bogner2014-04-18
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-18
* ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner2014-04-18
* Compress debug sections only when beneficial.David Blaikie2014-04-18
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-18