index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
2
-10
/
+6
*
[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
Davide Italiano
2015-05-25
1
-0
/
+32
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-27
/
+27
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
2
-8
/
+15
*
Simplify and rename function overrideFunctionAttributes. NFC.
Akira Hatanaka
2015-05-23
2
-4
/
+5
*
Fix llvm-nm -S option.
Rafael Espindola
2015-05-22
1
-1
/
+1
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-7
/
+1
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
2
-15
/
+44
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-1
/
+7
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+2
*
[DWARF parser] Make DWARF parser more robust against missing compile/type units.
Alexey Samsonov
2015-05-19
1
-6
/
+6
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-7
/
+1
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-1
/
+7
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
2015-05-15
1
-0
/
+1
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program header
Simon Atanasyan
2015-05-15
1
-0
/
+1
*
Reflow long lines of some LLVMBuild files
Douglas Katzman
2015-05-14
1
-1
/
+4
*
InstrProf: Fix display of large numbers in llvm-cov
Justin Bogner
2015-05-13
1
-21
/
+25
*
[llvm-bcanalyzer] Add -show-binary-blobs option.
Jordan Rose
2015-05-13
1
-11
/
+20
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
2
-6
/
+2
*
Fix input validation issues in llvm-as/llvm-dis
Alexey Samsonov
2015-05-11
2
-16
/
+10
*
[yaml2elf] Replace error message by assert call in writeSectionContent methods
Simon Atanasyan
2015-05-08
1
-13
/
+7
*
[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags
Simon Atanasyan
2015-05-08
2
-2
/
+24
*
[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
Simon Atanasyan
2015-05-07
2
-0
/
+74
*
[llvm-readobj] Print .MIPS.abiflags section content
Simon Atanasyan
2015-05-07
3
-1
/
+130
*
[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flags
Simon Atanasyan
2015-05-07
2
-4
/
+14
*
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
2015-05-06
2
-0
/
+6
*
Factor out a function which determines the cpu and feature strings based on
Akira Hatanaka
2015-05-06
2
-55
/
+13
*
A few fixes for llvm-symbolizer on Windows.
Zachary Turner
2015-05-06
3
-14
/
+38
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
1
-7
/
+2
*
[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.
Daniel Sanders
2015-05-05
1
-2
/
+2
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
1
-2
/
+7
*
Add TransformUtils dependency to lli.
Pete Cooper
2015-05-04
2
-1
/
+2
*
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
2015-05-04
1
-7
/
+2
*
llvm-cov: Warn if object file is newer than profile
Justin Bogner
2015-05-04
1
-0
/
+13
*
[llvm-pdbdump] Support dynamic load address and external symbols.
Zachary Turner
2015-05-01
7
-12
/
+104
*
[Object] Teach Object and llvm-objdump about ".hidden"
Davide Italiano
2015-04-30
1
-2
/
+6
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
1
-4
/
+4
*
For llvm-objdump, with the -archive-headers and -macho options, use the -non-...
Kevin Enderby
2015-04-30
1
-4
/
+10
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-5
/
+5
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-0
/
+5
*
[llvm-symbolizer] Link DebugInfoPDB for the autoconf build
Zachary Turner
2015-04-27
1
-1
/
+1
*
Make llvm-symbolizer work on Windows.
Zachary Turner
2015-04-27
3
-1
/
+20
*
Remove unused variable, found with gcc-5.1 -Wunused-variable.
Patrik Hagglund
2015-04-27
1
-25
/
+0
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-18
/
+18
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
5
-8
/
+12
*
Support arm32 R_ARM_V4BX relocation format
Adhemerval Zanella
2015-04-22
1
-6
/
+5
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
1
-3
/
+14
*
llvm-link: Factor out loop over input files, NFC
Duncan P. N. Exon Smith
2015-04-22
1
-18
/
+26
[next]