summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-23
* clang-format for my previous commit (I keep forgetting... )David Blaikie2014-04-23
* Use pointer size function where only a pointer is expectedMatt Arsenault2014-04-23
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-23
* Remove more default address space argument usage.Matt Arsenault2014-04-23
* [ARM64] Fix the information we give to the peephole optimizer for comparison.Quentin Colombet2014-04-23
* Don't use default address space arguments in GlobalOptMatt Arsenault2014-04-23
* clang-format r207010David Blaikie2014-04-23
* [X86] Fix missing/wrong scheduling model found by code inspection.Quentin Colombet2014-04-23
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-23
* ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner2014-04-23
* [yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan2014-04-23
* [ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)Alexander Potapenko2014-04-23
* Remove dead code in instcombine.Matt Arsenault2014-04-23
* X86AsmParser.cpp: Fix memory leak at replacing movsd to movsl.NAKAMURA Takumi2014-04-23
* cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi2014-04-23
* Centralize handling of ELF_Other_ThumbFunc.Rafael Espindola2014-04-23
* Fix handling of missing DataLayout in sanitizers.Evgeniy Stepanov2014-04-23
* Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-23
* [LCG] Add the first round of mutation support to the lazy call graph.Chandler Carruth2014-04-23
* [ARM64] Fix formatting.James Molloy2014-04-23
* [LCG] Implement Tarjan's algorithm correctly this time. We have to walkChandler Carruth2014-04-23
* [ARM64] Add a big endian version of the ARM64 target machine, and update all ...James Molloy2014-04-23
* Fixing typos in commit r206957Alexey Volkov2014-04-23
* [X86] Silvermont new scheduler modelAlexey Volkov2014-04-23
* [LV] Statistics numbers for LoopVectorize introduced: a number of analyzed lo...Alexander Musman2014-04-23
* [LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth2014-04-23
* X86Disassembler - fixed a bug in immediate printElena Demikhovsky2014-04-23
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-23
* [ARM64] Enable feature predicates for NEON / FP / CRYPTO.Kevin Qin2014-04-23
* [LCG] Hoist the logic for forming a new SCC from the top of the DFSStackChandler Carruth2014-04-23
* [LCG] Switch the Callee sets to be DenseMaps pointing to the index intoChandler Carruth2014-04-23
* Requisite reformatting for previous commit.David Blaikie2014-04-22
* Push memory ownership of DwarfUnits into clients of DwarfFile.David Blaikie2014-04-22
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-22
* Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.David Blaikie2014-04-22
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-22
* [Constant Hoisting] Materialize the constant before the cloned cast instruction.Juergen Ributzka2014-04-22
* [Constant Hoisting] Print the instructions in the correct order for debugging...Juergen Ributzka2014-04-22
* Fix DataLayout::operator==().Rafael Espindola2014-04-22
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* Simplify address pool index assignment.David Blaikie2014-04-22
* R600: Emit error instead of unreachable on function callMatt Arsenault2014-04-22
* R600/SI: Reorganize SIInstructions.tdTom Stellard2014-04-22
* AVX-512: store and truncstore for i1 valuesElena Demikhovsky2014-04-22
* Remove DOS CRLF.NAKAMURA Takumi2014-04-22
* AArch64/ARM64: make use of ANDS and BICS instructions for comparisons.Tim Northover2014-04-22