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
/
Target
/
X86
/
X86TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+7
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-7
/
+0
*
X86: expand atomics in IR instead of as MachineInstrs.
Tim Northover
2014-07-01
1
-0
/
+7
*
Move all of the x86 subtarget initialized variables down into the x86 subtarget
Eric Christopher
2014-06-09
1
-44
/
+1
*
X86: simplify data layout calculation
Saleem Abdulrasool
2014-06-08
1
-3
/
+2
*
Replace the use of TargetMachine with a tiny bool variable.
Eric Christopher
2014-06-06
1
-1
/
+1
*
Remove all local variables from X86SelectionDAGInfo, the DAG has
Eric Christopher
2014-06-06
1
-1
/
+1
*
Remove X86Subtarget from the X86FrameLowering constructor since
Eric Christopher
2014-06-05
1
-11
/
+9
*
Remove duplicate copy of InstrItineraryData from the TargetMachine,
Eric Christopher
2014-06-05
1
-1
/
+0
*
Remove uses of the TargetMachine from X86FrameLowering.
Eric Christopher
2014-06-05
1
-1
/
+1
*
Avoid using subtarget features when adding X86 specific passes to
Eric Christopher
2014-05-22
1
-11
/
+3
*
Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to make
Eric Christopher
2014-05-22
1
-1
/
+1
*
Make early if conversion dependent upon the subtarget and add
Eric Christopher
2014-05-21
1
-11
/
+2
*
[X86] Tune LEA usage for Silvermont
Alexey Volkov
2014-05-20
1
-1
/
+2
*
Patch by Vadim Chugunov
Yaron Keren
2014-04-19
1
-0
/
+7
*
isTargetWindows() renamed to isTargetKnownWindowsMSVC()
Yaron Keren
2014-04-01
1
-2
/
+2
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-5
/
+5
*
[x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachine
David Woodhouse
2014-01-08
1
-38
/
+13
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-0
/
+1
*
Remove the 's' DataLayout specification
Rafael Espindola
2014-01-01
1
-4
/
+0
*
Synchronize the NaCl DataLayout strings with the ones in clang.
Rafael Espindola
2013-12-19
1
-2
/
+5
*
One last cleanup of LLVM's DataLayout strings.
Rafael Espindola
2013-12-16
1
-5
/
+4
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-3
/
+3
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-3
/
+1
*
Assume defaults to produce smaller datalayout strings.
Rafael Espindola
2013-12-13
1
-5
/
+2
*
Refactor the computation of the x86 datalayout.
Rafael Espindola
2013-12-10
1
-14
/
+47
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-2
/
+2
*
X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.
NAKAMURA Takumi
2013-08-21
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-0
/
+2
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
1
-0
/
+5
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
1
-2
/
+6
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-6
/
+10
*
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
1
-0
/
+6
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-4
/
+15
*
Revert revision 171524. Original message:
Nadav Rotem
2013-01-05
1
-4
/
+0
*
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2013-01-04
1
-0
/
+4
*
Fix use-before-construction of X86TargetLowering.
Richard Smith
2012-12-20
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
Chad Rosier
2012-11-26
1
-1
/
+0
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
1
-1
/
+0
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-2
/
+2
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-2
/
+4
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-4
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-2
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
1
-1
/
+7
*
Add early if-conversion support to X86.
Jakob Stoklund Olesen
2012-07-04
1
-1
/
+6
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-7
/
+7
[prev]
[next]