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-04-27
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
1
-0
/
+5
2015-04-27
[llvm-symbolizer] Link DebugInfoPDB for the autoconf build
Zachary Turner
1
-1
/
+1
2015-04-27
Make llvm-symbolizer work on Windows.
Zachary Turner
3
-1
/
+20
2015-04-27
Remove unused variable, found with gcc-5.1 -Wunused-variable.
Patrik Hagglund
1
-25
/
+0
2015-04-24
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
1
-18
/
+18
2015-04-23
Move DIContext.h to common DebugInfo location.
Zachary Turner
5
-8
/
+12
2015-04-22
Support arm32 R_ARM_V4BX relocation format
Adhemerval Zanella
1
-6
/
+5
2015-04-22
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
1
-3
/
+14
2015-04-22
llvm-link: Factor out loop over input files, NFC
Duncan P. N. Exon Smith
1
-18
/
+26
2015-04-21
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
1
-4
/
+2
2015-04-20
bugpoint Enhancement.
JF Bastien
2
-8
/
+104
2015-04-20
Add targets to cmake for specific target components.
Pete Cooper
1
-1
/
+5
2015-04-20
[Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobj
Simon Atanasyan
1
-0
/
+2
2015-04-19
Remove the JITEmitDebugInfo TargetOptions as they're only set and
Eric Christopher
1
-23
/
+0
2015-04-18
DebugInfo: Delete DIDescriptor (but not its subclasses)
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-17
[PDB] Support executables and source/line info.
Zachary Turner
1
-1
/
+1
2015-04-17
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2
-0
/
+6
2015-04-17
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
NAKAMURA Takumi
1
-0
/
+1
2015-04-16
For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-...
Kevin Enderby
1
-0
/
+52
2015-04-16
Updating symbol wildcards one more time.
Chris Bieneman
1
-1
/
+1
2015-04-16
[NFC] [MachO] remove extra semicolons
Jingyue Wu
1
-4
/
+4
2015-04-16
Properly escaping the quotes so that bash doesn't do stupid things with the w...
Chris Bieneman
1
-1
/
+1
2015-04-16
For llvm-objdump added support for printing Objc1 32-bit runtime meta data
Kevin Enderby
1
-11
/
+836
2015-04-16
Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.
Chris Bieneman
1
-25
/
+27
2015-04-16
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
1
-3
/
+3
2015-04-15
[RuntimeDyld] Work around a bug in RuntimeDyldELF exposed by r234839.
Lang Hames
1
-0
/
+12
2015-04-15
[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
Lang Hames
1
-11
/
+14
2015-04-15
Change range-based for-loop to use const auto&. No functionality change.
Richard Trieu
1
-16
/
+11
2015-04-15
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
7
-50
/
+60
2015-04-15
uselistorder: Pull the bit through PrintModulePass
Duncan P. N. Exon Smith
4
-4
/
+11
2015-04-15
uselistorder: Pull the assembly bit up out of the printer
Duncan P. N. Exon Smith
3
-10
/
+5
2015-04-15
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
1
-13
/
+16
2015-04-15
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
4
-6
/
+12
2015-04-15
Fix build error from r234957
Duncan P. N. Exon Smith
1
-2
/
+1
2015-04-15
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
5
-11
/
+10
2015-04-14
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2
-5
/
+21
2015-04-14
verify-uselistorder: More outs() and errs(), less dbgs()
Duncan P. N. Exon Smith
1
-14
/
+17
2015-04-14
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
5
-0
/
+28
2015-04-14
IR: Rename 'use-list-order' options to 'uselistorder'
Duncan P. N. Exon Smith
1
-8
/
+8
2015-04-14
[Orc] Reapply r234815, outputting via stdout instead.
Lang Hames
1
-11
/
+12
2015-04-14
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
Aaron Ballman
1
-0
/
+1
2015-04-14
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
1
-3
/
+3
2015-04-14
DebugInfo: Gut DINamespace and DITemplate*Parameter
Duncan P. N. Exon Smith
1
-4
/
+4
2015-04-14
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-13
[Orc] Disambiguate call to make_unique. This should fix the builders broken by
Lang Hames
1
-1
/
+2
2015-04-13
[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
Lang Hames
2
-7
/
+90
2015-04-13
[CMake] Updates to llvm-shlib to support overriding exports list and added an...
Chris Bieneman
1
-10
/
+21
2015-04-13
llvm-readobj: teach it to handle MachO Universal Archive correctly
David Blaikie
1
-7
/
+6
2015-04-11
Mark empty default constructors as =default if it makes the type POD
Benjamin Kramer
1
-4
/
+1
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
4
-4
/
+4
[next]