Add colored diagnostics when building LLVM with cmake + ninja + clang
[oota-llvm.git] / tools /
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Bill WendlingThe command line options need to be processed before...
2013-05-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-19 Tim NorthoverPrint uint64_t -debug text correctly on 32-bit hosts
2013-05-17 Rafael EspindolaFix the configure build.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-16 Ahmed Bougachallvm-objdump: Initialize MCDisassembler once instead...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-05-06 Rafael EspindolaRemove some redundant includes in llvm-mc.cpp.
2013-05-04 Rafael EspindolaOptimize llvm-link too.
2013-05-04 Rafael EspindolaLast batch of cleanups to Linker.h.
2013-05-04 Rafael EspindolaDon't construct or delete a module on the Linker.
2013-05-04 Rafael EspindolaRemove unused members and constructor arguments.
2013-05-04 Rafael EspindolaAdd missing header.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-02 Bill WendlingRemove redundant flag.
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-25 Rafael EspindolaDon't compute a std::vector<uint8_t> just to write...
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-24 Rafael EspindolaDon't produce an empty llvm.compiler.used in LTO.
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Rafael EspindolaSimplify yaml2obj a bit.
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-22 Nico Rieckllvm-readobj: Dump more COFF auxiliary records
2013-04-22 Nico Rieckllvm-readobj: Check for null section pointer
2013-04-22 Nico Rieckllvm-readobj: Do not print NULL StringRefs
2013-04-20 Rafael EspindolaRemove dead code.
2013-04-20 Rafael EspindolaThese can be void.
2013-04-20 Rafael EspindolaRename obj2yaml local namespace to avoid conflicts...
2013-04-20 Rafael EspindolaRemove local namespace yaml to avoid confusion with...
2013-04-20 Rafael EspindolaSmall obj2yaml cleanups.
2013-04-20 Rafael EspindolaRemove COFFYAML::Header.
2013-04-19 Rafael EspindolaRemove COFFYAML::Relocation.
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-14 Eric ChristopherRevert "Remove some unused triple and data layout."
2013-04-14 Eric ChristopherIf we've specified a triple on the command line then...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaSimplify the code. No functionality change.
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Chandler CarruthRemove a global 'endl' variable from the other file...
2013-04-08 Chandler CarruthClean up namespaces in obj2yaml.cpp.
2013-04-08 Chandler CarruthCleanup the formatting of obj2yaml.cpp.
2013-04-08 Chandler CarruthDon't define our own global 'endl' variable. While...
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-07 Rafael EspindolaRemove dead code.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.
2013-04-05 Rafael EspindolaFix include guards to match new location.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Alexey Samsonovllvm-symbolizer: correctly parse filenames given in...
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherDon't disassemble symbols with an unknown address or...
2013-03-29 Bob WilsonRun the ObjCARCContract pass for LTO. <rdar://problem...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-25 Shankar Easwaran[tools][llvm-readobj] print the name of the section...
2013-03-19 Eli BenderskyRemove stale comment
2013-03-19 Alexey SamsonovFix for r177390: map values are pointers, use DeleteCon...
next