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/MIR: Fix setFunctionAttributes for MIR functions
Matt Arsenault
2020-01-06
1
-3
/
+8
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-8
/
+8
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[NFC] Add SUPPORT_PLUGINS to add_llvm_executable()
David Tenty
2019-11-06
1
-3
/
+1
*
Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"
David Tenty
2019-10-30
1
-1
/
+1
*
[NFC] Rename LLVM_NO_DEAD_STRIP
David Tenty
2019-10-25
1
-1
/
+1
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-6
/
+7
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-3
/
+3
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-1
/
+7
*
Reland: [Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-14
1
-32
/
+16
*
Revert "[Remarks] Refactor optimization remarks setup"
Francis Visoiu Mistrih
2019-06-14
1
-16
/
+32
*
[Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-13
1
-32
/
+16
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
1
-0
/
+1
*
Fix -DBUILD_SHARED_LIBS=ON build after rL362160
Sam Clegg
2019-05-31
1
-0
/
+1
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-2
/
+3
*
Fix BUILD_SHARED_LIBS builds after r361567
Daniel Sanders
2019-05-24
1
-0
/
+2
*
Break false dependencies on target libraries
Daniel Sanders
2019-05-23
1
-1
/
+2
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+12
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-12
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+12
*
Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-3
/
+2
*
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
Francis Visoiu Mistrih
2019-03-06
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[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
[next]