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
/
llc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llc] Fix sanitizer failure.
Jonas Devlieghere
2018-06-23
1
-1
/
+1
*
[llc] Use WithColor for printing errors/warnings
Jonas Devlieghere
2018-06-23
1
-19
/
+27
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
1
-1
/
+21
*
llc: don't call llvm_shutdown twice
JF Bastien
2018-05-12
1
-1
/
+0
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-4
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-9
/
+14
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+1
*
Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...
Hans Wennborg
2017-11-14
1
-1
/
+2
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-2
/
+3
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-3
/
+2
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-9
/
+8
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-17
/
+23
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-23
/
+17
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-17
/
+23
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+3
*
[llc][NFC] Update message in assert.
Quentin Colombet
2017-07-31
1
-1
/
+1
*
[TargetPassConfig] Feature generic options to setup start/stop-after/before
Quentin Colombet
2017-07-31
1
-79
/
+27
*
[ORE] Add diagnostics hotness threshold
Brian Gesiak
2017-06-30
1
-0
/
+8
*
[ORE] Unify spelling as "diagnostics hotness"
Brian Gesiak
2017-06-30
1
-1
/
+1
*
llc: Add ability to parse mir from stdin
Matthias Braun
2017-06-06
1
-1
/
+11
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-2
/
+3
*
llc: Create custom pass pipeline for .mir files; NFCI
Matthias Braun
2017-06-06
1
-34
/
+46
*
RegisterScavenging: Add ScavengerTest pass
Matthias Braun
2017-06-02
1
-0
/
+3
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-3
/
+1
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+1
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-0
/
+6
*
Revert "Feature generic option to setup start/stop-after/before"
Quentin Colombet
2017-04-01
1
-10
/
+44
*
Feature generic option to setup start/stop-after/before
Quentin Colombet
2017-04-01
1
-44
/
+10
*
[Assembler] Add test for !srcloc references in assembler diags
Sanne Wouda
2017-02-28
1
-1
/
+5
*
[LLC] Add an inline assembly diagnostics handler.
Sanne Wouda
2017-02-03
1
-0
/
+11
*
[llc] Add -pass-remarks-output
Adam Nemet
2017-01-26
1
-0
/
+21
*
[llc] Add -pass-remarks-with-hotness
Adam Nemet
2017-01-25
1
-0
/
+7
*
New OptimizationRemarkEmitter pass for MIR
Adam Nemet
2017-01-25
1
-0
/
+4
*
llc: Update link components
Matt Arsenault
2017-01-17
1
-0
/
+1
*
llc: Update LLVMBuild
Matt Arsenault
2017-01-17
1
-1
/
+1
*
llc: Initialize more passes
Matt Arsenault
2017-01-17
1
-0
/
+2
*
MC: support passing search paths to the IAS
Saleem Abdulrasool
2017-01-05
1
-0
/
+3
*
[llc] Fix -stop-after=consthoist initializing the pass.
Davide Italiano
2016-12-06
1
-0
/
+1
*
[CMake] llc depends on intrinsics_gen
Chris Bieneman
2016-11-19
1
-0
/
+3
*
Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Use StringRef instead of raw pointer in TargetRegistry API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
llc: Add -start-before/-stop-before options
Matthias Braun
2016-09-23
1
-21
/
+38
*
Add a counter-function insertion pass
Hal Finkel
2016-09-01
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-2
/
+3
*
MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
Matthias Braun
2016-08-24
1
-1
/
+1
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-1
/
+2
[next]