index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LLVMTargetMachine.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-06
llc: Add a 'run-pass' option.
Alex Lorenz
1
-8
/
+10
2015-06-16
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
1
-12
/
+13
2015-06-15
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
1
-9
/
+10
2015-06-11
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
1
-3
/
+3
2015-05-27
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
1
-6
/
+1
2015-05-22
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
1
-1
/
+6
2015-05-21
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
1
-6
/
+1
2015-05-20
Revert r237789 - [mips] The naming convention for private labels is ABI depe...
Daniel Sanders
1
-1
/
+0
2015-05-20
[mips] The naming convention for private labels is ABI dependant.
Daniel Sanders
1
-0
/
+1
2015-05-19
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
1
-1
/
+6
2015-05-19
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
1
-6
/
+1
2015-05-06
MC: Skip names of temporary symbols in object streamer
Duncan P. N. Exon Smith
1
-0
/
+3
2015-04-14
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
1
-4
/
+3
2015-04-09
Simplify use of formatted_raw_ostream.
Rafael Espindola
1
-7
/
+5
2015-04-09
This reverts commit r234460 and r234461.
Rafael Espindola
1
-6
/
+9
2015-04-09
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
1
-9
/
+6
2015-03-31
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
1
-1
/
+1
2015-03-20
Don't declare all text sections at the start of the .s
Rafael Espindola
1
-2
/
+4
2015-03-19
Remove unused headers.
Eric Christopher
1
-4
/
+0
2015-03-19
Add an MCSubtargetInfo variable to the TargetMachine.
Eric Christopher
1
-2
/
+8
2015-03-19
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
1
-13
/
+14
2015-03-18
Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"
Eric Christopher
1
-11
/
+9
2015-03-18
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
1
-9
/
+11
2015-03-16
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
1
-6
/
+5
2015-03-12
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
1
-4
/
+5
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
1
-4
/
+3
2015-02-27
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
1
-13
/
+0
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-1
/
+1
2015-02-03
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
1
-1
/
+1
2015-02-01
[multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
1
-2
/
+3
2015-02-01
[multiversion] Switch all of the targets over to use the
Chandler Carruth
1
-2
/
+3
2015-02-01
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
1
-1
/
+1
2015-01-31
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
1
-3
/
+4
2015-01-18
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
1
-13
/
+7
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
1
-1
/
+0
2014-11-11
Add Forward Control-Flow Integrity.
Tom Roeder
1
-1
/
+8
2014-10-15
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
1
-6
/
+8
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
1
-20
/
+0
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
1
-0
/
+20
2014-08-07
Nuke the old JIT.
Rafael Espindola
1
-20
/
+0
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-11
/
+11
2014-06-20
Allow a target to create a null streamer.
Rafael Espindola
1
-1
/
+1
2014-06-05
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
1
-0
/
+10
2014-05-20
Move the verbose asm option to be part of the options struct and
Eric Christopher
1
-15
/
+3
2014-05-19
Fix typos.
Eric Christopher
1
-1
/
+2
2014-05-16
Remove the Options query functions and just access our Options directly.
Eric Christopher
1
-8
/
+8
2014-05-15
Move more MC options into the MCTargetOptions structure.
Eric Christopher
1
-12
/
+4
2014-05-07
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
1
-1
/
+0
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-8
/
+9
2014-03-27
DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sections
David Blaikie
1
-0
/
+3
[next]