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
/
lib
/
CodeGen
/
LLVMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llc: Add -start-before/-stop-before options
Matthias Braun
2016-09-23
1
-6
/
+9
*
[TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...
Quentin Colombet
2016-08-31
1
-1
/
+2
*
[GlobalISel] Add a fallback path to SDISel.
Quentin Colombet
2016-08-27
1
-0
/
+9
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-7
/
+3
*
MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
Matthias Braun
2016-08-24
1
-11
/
+3
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-7
/
+11
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-11
/
+7
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-5
/
+11
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-11
/
+5
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+5
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-3
/
+6
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+5
*
[MIR] Print on the given output instead of stderr.
Quentin Colombet
2016-07-13
1
-1
/
+1
*
Provide support for preserving assembly comments
Nirav Dave
2016-07-11
1
-0
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-1
/
+4
*
X86: permit using SjLj EH on x86 targets as an option
Saleem Abdulrasool
2016-05-31
1
-0
/
+3
*
Add RelaxELFRelocations to TargetOptions.h.
Rafael Espindola
2016-05-29
1
-0
/
+2
*
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
2016-05-27
1
-1
/
+1
*
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
2016-05-27
1
-1
/
+1
*
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
2016-05-27
1
-1
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFC
Matthias Braun
2016-05-10
1
-9
/
+17
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
1
-0
/
+2
*
[GlobalISel] Add RegBankSelect hooks into the pass pipeline.
Quentin Colombet
2016-04-07
1
-0
/
+8
*
When printing MIR, output to errs() rather than outs().
Justin Lebar
2016-02-19
1
-1
/
+1
*
Get rid of some GLOBAL_ISEL ifdefs that should be harmless for code size.
Quentin Colombet
2016-02-12
1
-8
/
+3
*
[GlobalISel] Add a hook in TargetConfigPass to run GlobalISel.
Quentin Colombet
2016-02-11
1
-2
/
+14
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-0
/
+4
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-0
/
+2
*
Have 'optnone' respect the -fast-isel=false option.
Paul Robinson
2015-11-30
1
-1
/
+2
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+4
*
llc: Add a 'run-pass' option.
Alex Lorenz
2015-07-06
1
-8
/
+10
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-12
/
+13
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-9
/
+10
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-3
/
+3
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
1
-6
/
+1
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-1
/
+6
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-6
/
+1
*
Revert r237789 - [mips] The naming convention for private labels is ABI depe...
Daniel Sanders
2015-05-20
1
-1
/
+0
*
[mips] The naming convention for private labels is ABI dependant.
Daniel Sanders
2015-05-20
1
-0
/
+1
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-1
/
+6
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-6
/
+1
*
MC: Skip names of temporary symbols in object streamer
Duncan P. N. Exon Smith
2015-05-06
1
-0
/
+3
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-4
/
+3
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-7
/
+5
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-6
/
+9
[next]