index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
Fix duplicated symbol error.
Rafael Espindola
1
-0
/
+2
2015-02-03
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2
-0
/
+23
2015-02-03
Really, really, really don't build llvm-pdbdump on MSVC < 2013.
Andrew Kaylor
1
-1
/
+1
2015-02-02
InstrProf: Remove an unused header (NFC)
Justin Bogner
1
-1
/
+0
2015-02-02
gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't ...
NAKAMURA Takumi
1
-1
/
+5
2015-02-01
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
1
-3
/
+3
2015-02-01
[PM] Port SimplifyCFG to the new pass manager.
Chandler Carruth
2
-0
/
+2
2015-02-01
[PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
2
-0
/
+2
2015-02-01
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
6
-14
/
+27
2015-02-01
[PM] Refactor the analysis registration and pass pipeline parsing to
Chandler Carruth
3
-71
/
+96
2015-01-31
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
1
-9
/
+4
2015-01-31
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
1
-0
/
+5
2015-01-31
Add the -section option to llvm-objdump used with -macho that takes the argument
Kevin Enderby
3
-25
/
+203
2015-01-30
Fixup gold-plugin after r227576.
Alexey Samsonov
1
-2
/
+2
2015-01-30
Fix lli after the DebugInfo move.
Zachary Turner
2
-2
/
+2
2015-01-30
Really really don't build llvm-pdbdump on MSVC < 2013.
Zachary Turner
1
-0
/
+2
2015-01-30
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
20
-21
/
+21
2015-01-30
[llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from command
Akira Hatanaka
1
-0
/
+3
2015-01-29
Disable compilation of llvm-pdbdump for versions of MSVC < 2013.
Zachary Turner
1
-1
/
+4
2015-01-29
[lto] Disable dialog boxes on crash on Windows.
Michael J. Spencer
1
-0
/
+7
2015-01-29
Oops -- accidentally commit some debug code! Removing that code; NFC (this ti...
Aaron Ballman
1
-3
/
+1
2015-01-29
Attempting to fix a build issue with MSVC 2012; NFC
Aaron Ballman
1
-3
/
+5
2015-01-29
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
1
-0
/
+1
2015-01-28
[dsymutil] Gather the DIE tree child->parent relationships.
Frederic Riss
1
-0
/
+62
2015-01-28
Fix build breakage caused by memory leaks in llvm-c-test
Bjorn Steinbrink
1
-0
/
+4
2015-01-28
[dsymutil] Add DwarfLinker class.
Frederic Riss
4
-4
/
+59
2015-01-28
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
4
-0
/
+48
2015-01-28
llvm-ar: Remove unimplemented -N option from -help
David Majnemer
1
-1
/
+0
2015-01-28
[llvm-pdbdump] Add basic symbol dumping.
Zachary Turner
1
-5
/
+44
2015-01-28
[llvm-pdbdump] Add support for printing source files and compilands.
Zachary Turner
3
-5
/
+149
2015-01-28
[llvm-pdbdump] Print more friendly names for enum values.
Zachary Turner
1
-131
/
+131
2015-01-27
Run dos2unix against llvm-pdbdump.
Zachary Turner
6
-1612
/
+1612
2015-01-27
Add support for dumping debug tables to llvm-pdbdump.
Zachary Turner
8
-22
/
+1678
2015-01-27
dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
Kevin Enderby
3
-2
/
+69
2015-01-27
Add llvm-pdbdump to tools.
Zachary Turner
6
-1
/
+495
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-1
/
+1
2015-01-25
[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml
Simon Atanasyan
1
-2
/
+8
2015-01-24
Update of the gold-plugin.cpp code to match Chandler's changes (r226981)
Sylvestre Ledru
1
-1
/
+1
2015-01-24
[PM] Port LowerExpectIntrinsic to the new pass manager.
Chandler Carruth
2
-0
/
+2
2015-01-24
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2
-0
/
+2
2015-01-24
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
3
-6
/
+7
2015-01-24
[Orc] Add orcjit to the dependencies list in the Makefile for lli.
Lang Hames
1
-1
/
+1
2015-01-23
llvm-cov: Don't use llvm::outs() in library code
Justin Bogner
1
-1
/
+1
2015-01-23
[Orc] New JIT APIs.
Lang Hames
2
-0
/
+10
2015-01-23
Fix the problem with llvm-objdump and -archive-headers in printing the archiv...
Kevin Enderby
1
-1
/
+1
2015-01-23
[Objdump] Output information about common symbols in a way closer to GNU objd...
Colin LeMahieu
1
-1
/
+11
2015-01-23
Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...
Kevin Enderby
3
-2
/
+53
2015-01-23
Add STB_GNU_UNIQUE to the ELF writer.
Rafael Espindola
1
-3
/
+4
2015-01-22
[PM] Actually add the new pass manager support for the assumption cache.
Chandler Carruth
2
-0
/
+3
2015-01-22
Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...
Kevin Enderby
3
-3
/
+136
[next]