index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetMachine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2012-01-12
1
-9
/
+0
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-2
/
+15
*
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
1
-3
/
+3
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-27
/
+15
*
Delete the Latency scheduling preference.
Dan Gohman
2011-10-24
1
-1
/
+0
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-0
/
+9
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-21
/
+3
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-16
/
+8
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-7
/
+15
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-4
/
+4
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-11
/
+11
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-0
/
+7
*
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
1
-0
/
+9
*
Fix unused param warning.
Eric Christopher
2011-03-21
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
1
-0
/
+3
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-0
/
+7
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-4
/
+4
*
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-19
1
-0
/
+7
*
Whitespace!
Michael J. Spencer
2010-10-16
1
-16
/
+16
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-0
/
+2
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-2
/
+2
*
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
1
-4
/
+9
*
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-24
1
-1
/
+2
*
Warnings patrol.
Eric Christopher
2010-07-22
1
-4
/
+4
*
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-07-22
1
-0
/
+22
*
MC: Add TargetMachine support for setting the value of MCRelaxAll with
Daniel Dunbar
2010-05-26
1
-1
/
+11
*
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
1
-0
/
+1
*
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-20
1
-1
/
+2
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
1
-0
/
+7
*
Remove the "WantsWholeFile" concept, as it's no longer needed. CBE
Dan Gohman
2010-05-11
1
-11
/
+0
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-2
/
+2
*
Add a getSelectionDAGInfo member to TargetMachine.
Dan Gohman
2010-04-16
1
-0
/
+2
*
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
2010-04-13
1
-0
/
+15
*
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
1
-9
/
+4
*
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-04-07
1
-4
/
+9
*
Fix unused parameter warning.
Eric Christopher
2010-03-25
1
-3
/
+3
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-2
/
+3
*
MC: Provide MCAssembler with a TargetAsmBackend.
Daniel Dunbar
2010-03-11
1
-0
/
+2
*
Add a flag to addPassesToEmit* to disable the Verifier pass run
Dan Gohman
2010-02-28
1
-6
/
+12
*
Fix a few unused parameter warnings.
Eric Christopher
2010-02-17
1
-1
/
+1
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
1
-23
/
+0
*
change addPassesToEmitFile to return true on failure instead of its input,
Chris Lattner
2010-02-03
1
-23
/
+13
*
Remove a bunch of stuff around the edges of the ELF writer.
Chris Lattner
2010-02-02
1
-4
/
+2
*
eliminate all the dead addSimpleCodeEmitter implementations.
Chris Lattner
2010-02-02
1
-32
/
+0
*
eliminate FileModel::Model, just use CodeGenFileType. The client
Chris Lattner
2010-02-02
1
-26
/
+20
*
remove the remnants of TargetMachOWriterInfo.
Chris Lattner
2010-02-02
1
-6
/
+0
*
eliminate all forms of addPassesToEmitMachineCode except
Chris Lattner
2010-02-02
1
-79
/
+0
*
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-02-02
1
-8
/
+0
*
Kill the Mach-O writer, and temporarily make filetype=obj an error.
Nate Begeman
2010-02-01
1
-8
/
+0
*
remove a couple of asserts that use RTTI.
Chris Lattner
2010-01-21
1
-4
/
+1
[next]