2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
tree | commitdiff |
2015-02-15 |
Zachary Turner | llvm-pdbdump: Fix warning caused by missing sentinel... |
tree | commitdiff |
2015-02-15 |
Zachary Turner | llvm-pdbdump: Add flags controlling the type of values... |
tree | commitdiff |
2015-02-14 |
Chandler Carruth | [gold] Consolidate the gold plugin options and actually... |
tree | commitdiff |
2015-02-14 |
Justin Bogner | llvm-cov: Actually use the command line arguments when... |
tree | commitdiff |
2015-02-14 |
Justin Bogner | llvm-cov: Simplify coverage reports, fixing PR22575... |
tree | commitdiff |
2015-02-14 |
Peter Collingbourne | llvm-go: Set $GCCGO instead of putting a gccgo executab... |
tree | commitdiff |
2015-02-14 |
Peter Collingbourne | llvm-go: Add flag for specifying path to go command. |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] Add DIE selection algorithm. |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] Downcase a function name. |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] Add a few generic helper methods. |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] constify trivial function. |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] Find relocations that correspond to debug... |
tree | commitdiff |
2015-02-13 |
Frederic Riss | [dsymutil] Add DebugMapObject::lookupObjectAddress() |
tree | commitdiff |
2015-02-13 |
Chandler Carruth | [PM] Fix a compile error I introduced in r229094 and... |
tree | commitdiff |
2015-02-13 |
Chandler Carruth | [PM] Remove the old 'PassManager.h' header file at... |
tree | commitdiff |
2015-02-13 |
Chandler Carruth | Re-sort #include lines using my handy dandy ./utils... |
tree | commitdiff |
2015-02-13 |
Zachary Turner | llvm-pdbdump: Add more comprehensive dumping of symbol... |
tree | commitdiff |
2015-02-12 |
Zachary Turner | Add concrete type overloads to PDBSymbol::findChildren(). |
tree | commitdiff |
2015-02-12 |
Michael Kuperstein | gold-plugin: delete the output file for OT_DISABLE |
tree | commitdiff |
2015-02-11 |
Jan Wen Voung | Gold-plugin: Broaden scope of get/release_input_file... |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Oops. Don't call Windows functions on non-windows. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB. |
tree | commitdiff |
2015-02-06 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
tree | commitdiff |
2015-02-05 |
Sylvestre Ledru | revert 228308. The code has changed since the review |
tree | commitdiff |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
tree | commitdiff |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
tree | commitdiff |
2015-02-03 |
Rafael Espindola | Fix duplicated symbol error. |
tree | commitdiff |
2015-02-03 |
Manman Ren | [LTO API] split lto_codegen_compile to lto_codegen_opti... |
tree | commitdiff |
2015-02-03 |
Andrew Kaylor | Really, really, really don't build llvm-pdbdump on... |
tree | commitdiff |
2015-02-02 |
Justin Bogner | InstrProf: Remove an unused header (NFC) |
tree | commitdiff |
2015-02-02 |
NAKAMURA Takumi | gold-plugin.cpp: Fixup r227599 corresponding to r227685... |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [multiversion] Implement the old pass manager's TTI... |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Port SimplifyCFG to the new pass manager. |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Port EarlyCSE to the new pass manager. |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Port TTI to the new pass manager, introducing... |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Refactor the analysis registration and pass pipeli... |
tree | commitdiff |
2015-01-31 |
Chandler Carruth | [PM] Switch the TargetMachine interface from accepting... |
tree | commitdiff |
2015-01-31 |
Chandler Carruth | [PM] Change the core design of the TTI analysis to... |
tree | commitdiff |
2015-01-31 |
Kevin Enderby | Add the -section option to llvm-objdump used with ... |
tree | commitdiff |
2015-01-30 |
Alexey Samsonov | Fixup gold-plugin after r227576. |
tree | commitdiff |
2015-01-30 |
Zachary Turner | Fix lli after the DebugInfo move. |
tree | commitdiff |
2015-01-30 |
Zachary Turner | Really really don't build llvm-pdbdump on MSVC < 2013. |
tree | commitdiff |
2015-01-30 |
Zachary Turner | Move DebugInfo to DebugInfo/DWARF. |
tree | commitdiff |
2015-01-30 |
Akira Hatanaka | [llvm-lto] Add a line for setting LTOCodeGenerator... |
tree | commitdiff |
2015-01-29 |
Zachary Turner | Disable compilation of llvm-pdbdump for versions of... |
tree | commitdiff |
2015-01-29 |
Michael J. Spencer | [lto] Disable dialog boxes on crash on Windows. |
tree | commitdiff |
2015-01-29 |
Aaron Ballman | Oops -- accidentally commit some debug code! Removing... |
tree | commitdiff |
2015-01-29 |
Aaron Ballman | Attempting to fix a build issue with MSVC 2012; NFC |
tree | commitdiff |
2015-01-29 |
Reid Kleckner | Add a Windows EH preparation pass that zaps resumes |
tree | commitdiff |
2015-01-28 |
Frederic Riss | [dsymutil] Gather the DIE tree child->parent relationships. |
tree | commitdiff |
2015-01-28 |
Bjorn Steinbrink | Fix build breakage caused by memory leaks in llvm-c... |
tree | commitdiff |
2015-01-28 |
Frederic Riss | [dsymutil] Add DwarfLinker class. |
tree | commitdiff |
2015-01-28 |
Bjorn Steinbrink | Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand... |
tree | commitdiff |
2015-01-28 |
David Majnemer | llvm-ar: Remove unimplemented -N option from -help |
tree | commitdiff |
2015-01-28 |
Zachary Turner | [llvm-pdbdump] Add basic symbol dumping. |
tree | commitdiff |
2015-01-28 |
Zachary Turner | [llvm-pdbdump] Add support for printing source files... |
tree | commitdiff |
2015-01-28 |
Zachary Turner | [llvm-pdbdump] Print more friendly names for enum values. |
tree | commitdiff |
2015-01-27 |
Zachary Turner | Run dos2unix against llvm-pdbdump. |
tree | commitdiff |
2015-01-27 |
Zachary Turner | Add support for dumping debug tables to llvm-pdbdump. |
tree | commitdiff |
2015-01-27 |
Kevin Enderby | dd the option, -link-opt-hints to llvm-objdump used... |
tree | commitdiff |
2015-01-27 |
Zachary Turner | Add llvm-pdbdump to tools. |
tree | commitdiff |
2015-01-26 |
Eric Christopher | Move DataLayout back to the TargetMachine from TargetSu... |
tree | commitdiff |
2015-01-25 |
Simon Atanasyan | [ELFYAML] Support mips64 relocation record format in... |
tree | commitdiff |
2015-01-24 |
Sylvestre Ledru | Update of the gold-plugin.cpp code to match Chandler... |
tree | commitdiff |
2015-01-24 |
Chandler Carruth | [PM] Port LowerExpectIntrinsic to the new pass manager. |
tree | commitdiff |
2015-01-24 |
Chandler Carruth | [PM] Port instcombine to the new pass manager! |
tree | commitdiff |
2015-01-24 |
Chandler Carruth | [PM] Rework how the TargetLibraryInfo pass integrates... |
tree | commitdiff |
2015-01-24 |
Lang Hames | [Orc] Add orcjit to the dependencies list in the Makefi... |
tree | commitdiff |
2015-01-23 |
Justin Bogner | llvm-cov: Don't use llvm::outs() in library code |
tree | commitdiff |
2015-01-23 |
Lang Hames | [Orc] New JIT APIs. |
tree | commitdiff |
2015-01-23 |
Kevin Enderby | Fix the problem with llvm-objdump and -archive-headers... |
tree | commitdiff |
2015-01-23 |
Colin LeMahieu | [Objdump] Output information about common symbols in... |
tree | commitdiff |
2015-01-23 |
Kevin Enderby | Add the option, -data-in-code, to llvm-objdump used... |
tree | commitdiff |
2015-01-23 |
Rafael Espindola | Add STB_GNU_UNIQUE to the ELF writer. |
tree | commitdiff |
2015-01-22 |
Chandler Carruth | [PM] Actually add the new pass manager support for... |
tree | commitdiff |
2015-01-22 |
Kevin Enderby | Add the option, -indirect-symbols, used with -macho... |
tree | commitdiff |
2015-01-22 |
Chris Bieneman | Assigning and copying command line option objects shoul... |
tree | commitdiff |
2015-01-20 |
Kevin Enderby | For llvm-objdump, hook up existing options to work... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Port LoopInfo to the new pass manager, adding... |
tree | commitdiff |
2015-01-19 |
Frederic Riss | [dsymutil] Add the detected target triple to the debug... |
tree | commitdiff |
2015-01-18 |
David Blaikie | unique_ptrify the RelInfo parameter to TargetRegistry... |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-16 |
Saleem Abdulrasool | llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Port TargetLibraryInfo to the new pass manager... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Separate the TargetLibraryInfo object from the... |
tree | commitdiff |
2015-01-15 |
NAKAMURA Takumi | Update libdeps since TLI was moved from Target to Analy... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Move TargetLibraryInfo into the Analysis library. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Fix linking of shared libraries. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Fix handling of extern_weak. This was broken by r225983. |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Handle a symbol being undefined. |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [PM] Port domtree to the new pass manager (at last). |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Push the debug option for the new pass manager... |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Fold all three analysis managers into a single... |
tree | commitdiff |
2015-01-10 |
Rafael Espindola | Use the DiagnosticHandler to print diagnostics when... |
tree | commitdiff |
2015-01-09 |
Kevin Enderby | Fix an ASAN failure introduced with r225537 (adding... |
tree | commitdiff |
next |