Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llc
/
llc.cpp
7cde7d9
[llc] Fix sanitizer failure.
by Jonas Devlieghere
· 7 years ago
3042921
[llc] Use WithColor for printing errors/warnings
by Jonas Devlieghere
· 7 years ago
9ffe073
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output.
by Peter Collingbourne
· 7 years ago
db69401
llc: don't call llvm_shutdown twice
by JF Bastien
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
461bf52
Rename *CommandFlags.def to *CommandFlags.inc
by David Blaikie
· 7 years ago
22b7724
Pass a module reference to CloneModule.
by Rafael Espindola
· 8 years ago
7c2d049
LLParser: add an argument for overriding data layout and do not check alloca addr space
by Yaxun Liu
· 8 years ago
d7eaf51
Rename CommandFlags.h -> CommandFlags.def
by David Blaikie
· 8 years ago
e3a9b4c
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
5765d84
Rename CountingFunctionInserter and use for both mcount and cygprofile calls, before and after inlining
by Hans Wennborg
· 8 years ago
9385cf1
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
by Matthias Braun
· 8 years ago
a063107
TargetMachine: Merge TargetMachine and LLVMTargetMachine
by Matthias Braun
· 8 years ago
97ca964
[Support] Rename tool_output_file to ToolOutputFile, NFC
by Reid Kleckner
· 8 years ago
18b4c37
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
by Vivek Pandya
· 8 years ago
4abccff
This reverts r313381
by Vivek Pandya
· 8 years ago
bb8204f
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
by Vivek Pandya
· 8 years ago
9aafb85
Delete Default and JITDefault code models
by Rafael Espindola
· 8 years ago
f514aa4
[llc][NFC] Update message in assert.
by Quentin Colombet
· 8 years ago
6131fb5
[TargetPassConfig] Feature generic options to setup start/stop-after/before
by Quentin Colombet
· 8 years ago
e330528
[ORE] Add diagnostics hotness threshold
by Brian Gesiak
· 8 years ago
8e8ec78
[ORE] Unify spelling as "diagnostics hotness"
by Brian Gesiak
· 8 years ago
f632627
llc: Add ability to parse mir from stdin
by Matthias Braun
· 8 years ago
2144c52
CodeGen: Refactor MIR parsing
by Matthias Braun
· 8 years ago
e6c9b7e
llc: Create custom pass pipeline for .mir files; NFCI
by Matthias Braun
· 8 years ago
3310b59
RegisterScavenging: Add ScavengerTest pass
by Matthias Braun
· 8 years ago
ae1c853
[LegacyPassManager] Remove TargetMachine constructors
by Francis Visoiu Mistrih
· 8 years ago
eadb58f
[X86] Relocate code of replacement of subtarget unsupported masked memory intrinsics to run also on -O0 option.
by Ayman Musa
· 8 years ago
0dd30f8
Add a late IR expansion pass for the experimental reduction intrinsics.
by Amara Emerson
· 8 years ago
9c1b0af
Move Split DWARF handling to an MC option/command line argument rather than using metadata
by David Blaikie
· 8 years ago
2a400a7
Revert "Feature generic option to setup start/stop-after/before"
by Quentin Colombet
· 8 years ago
79114cd
Feature generic option to setup start/stop-after/before
by Quentin Colombet
· 8 years ago
ff6c8c5
[Assembler] Add test for !srcloc references in assembler diags
by Sanne Wouda
· 9 years ago
5f9d8e2
[LLC] Add an inline assembly diagnostics handler.
by Sanne Wouda
· 9 years ago
c8168e7
[llc] Add -pass-remarks-output
by Adam Nemet
· 9 years ago
3e42698
[llc] Add -pass-remarks-with-hotness
by Adam Nemet
· 9 years ago
19925fc
New OptimizationRemarkEmitter pass for MIR
by Adam Nemet
· 9 years ago
878b099
llc: Initialize more passes
by Matt Arsenault
· 9 years ago
50116a2
MC: support passing search paths to the IAS
by Saleem Abdulrasool
· 9 years ago
1e15122
[llc] Fix -stop-after=consthoist initializing the pass.
by Davide Italiano
· 9 years ago
102077e
Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"
by Mehdi Amini
· 9 years ago
876fe65
Use StringRef instead of raw pointer in TargetRegistry API (NFC)
by Mehdi Amini
· 9 years ago
a92ff23
llc: Add -start-before/-stop-before options
by Matthias Braun
· 9 years ago
f73c9c1
Add a counter-function insertion pass
by Hal Finkel
· 9 years ago
fa5c5c7
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
by Matthias Braun
· 9 years ago
43f89c5
MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
by Matthias Braun
· 9 years ago
5a65f77
Revert r279564. It introduces undefined behavior (binding a reference to a
by Richard Smith
· 9 years ago
1bb228f
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
by Matthias Braun
· 9 years ago
eb3b739
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses"
by Matthias Braun
· 9 years ago
ded269b
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
by Matthias Braun
· 9 years ago
b1f5b4a
CommandFlags.h/llc: Move StopAfter/StartBefore options to llc.
by Matthias Braun
· 9 years ago
3346c15
llc: Add support for -run-pass none
by Matthias Braun
· 9 years ago
4bd6d7f
llc: Move pass query/add code into an own function; NFC
by Matthias Braun
· 9 years ago
3d35f0d
[MIR] Print on the given output instead of stderr.
by Quentin Colombet
· 9 years ago
dcf0053
Rename llc's -fpreserve-as-comments flag -preserve-as-comments.
by Nirav Dave
· 9 years ago
72d33ec
[MC] Flip llc's assembly comment preservation flag to have consistent
by Nirav Dave
· 9 years ago
aee0f14
Provide support for preserving assembly comments
by Nirav Dave
· 9 years ago
302c35d
[PM] Port UnreachableBlockElim to the new Pass Manager
by Wei Mi
· 9 years ago
c412e39
[llc] Remove exit-on-error flag (PR27759)
by Diana Picus
· 9 years ago
7f8e1c6
[llc] Do not create the pass config several times for run-pass.
by Quentin Colombet
· 9 years ago
aef5f64
[llc] Add support for several run-pass options.
by Quentin Colombet
· 9 years ago
1063f93
[llc] Remove exit-on-error flag from MIR tests (PR27770)
by Diana Picus
· 9 years ago
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
ac8db59
Delete Reloc::Default.
by Rafael Espindola
· 9 years ago
3b0d377
[llc] New diagnostic handler
by Renato Golin
· 9 years ago
7e38263
Revert "[llc] New diagnostic handler"
by Renato Golin
· 9 years ago
2c05d88
[llc] New diagnostic handler
by Renato Golin
· 9 years ago
865778e
Revert "[llc] New diagnostic handler"
by Renato Golin
· 9 years ago
89ca6c0
[llc] New diagnostic handler
by Renato Golin
· 9 years ago
0f8d2d6
llc: Print+Verify machine function after loading it
by Matthias Braun
· 9 years ago
6a6190d
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
by Matthias Braun
· 9 years ago
3c559a0
Try to appease clang-x64-ninja-win7 bot.
by Matthias Braun
· 9 years ago
bbeb3ea
llc: Rework -run-pass option
by Matthias Braun
· 9 years ago
8be7707
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
2de9927
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
by Mehdi Amini
· 10 years ago
322ee9e
fix 'the the '; NFC
by Sanjay Patel
· 10 years ago
6f41c13
[llc/opt] Add an option to run all passes twice
by Keno Fischer
· 10 years ago
15e1e7f
Remove access to the DataLayout in the TargetMachine
by Mehdi Amini
· 10 years ago
26be214
Revert "Remove access to the DataLayout in the TargetMachine"
by Mehdi Amini
· 10 years ago
0f720d9
Remove access to the DataLayout in the TargetMachine
by Mehdi Amini
· 10 years ago
edfa571
llc: Add a 'run-pass' option.
by Alex Lorenz
· 10 years ago
a15d888
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
by Alex Lorenz
· 10 years ago
61aecc8
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
by Alex Lorenz
· 10 years ago
6f49135
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
by Akira Hatanaka
· 10 years ago
0146120
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
by Akira Hatanaka
· 10 years ago
c17da71
Simplify and rename function overrideFunctionAttributes. NFC.
by Akira Hatanaka
· 10 years ago
b6b98c1
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)."
by NAKAMURA Takumi
· 10 years ago
3e5034d
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
by Alex Lorenz
· 10 years ago
e5a7236
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
by Alex Lorenz
· 10 years ago
328f462
MIR Serialization: print and parse LLVM IR using MIR format.
by Alex Lorenz
· 10 years ago
0552d51
Migrate existing backends that care about software floating point
by Eric Christopher
· 10 years ago
e6f0494
Let llc and opt override "-target-cpu" and "-target-features" via command line
by Akira Hatanaka
· 10 years ago
4f28a76
Factor out a function which determines the cpu and feature strings based on
by Akira Hatanaka
· 10 years ago
c98092e
Use raw_pwrite_stream in the object writer/streamer.
by Rafael Espindola
· 10 years ago
427c073
Simplify use of formatted_raw_ostream.
by Rafael Espindola
· 10 years ago
9a7c003
Make llc use getHostCPUFeatures when 'native' is specified for cpu.
by Craig Topper
· 10 years ago
4e5fdbf
tools: Unify how verifyModule() is called
by Duncan P. N. Exon Smith
· 10 years ago
de89228
Verifier: Call verifyModule() from llc and opt
by Duncan P. N. Exon Smith
· 10 years ago
c94da20
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
d59c5f9
Add missing includes. make_unique proliferated everywhere.
by Benjamin Kramer
· 11 years ago
Next »