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
/
PTX
/
PTXTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
1
-2
/
+2
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-3
/
+2
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-1
/
+3
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
1
-4
/
+4
*
PTX no longer needs to provide its own backend.
Andrew Trick
2012-02-10
1
-249
/
+21
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-0
/
+2
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-17
/
+17
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-1
/
+1
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
1
-0
/
+2
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-2
/
+2
*
Add TargetPassConfig to the PassManager for use inside passes
Andrew Trick
2012-02-06
1
-3
/
+5
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
1
-6
/
+11
*
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2012-02-03
1
-36
/
+57
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
Remove the logging streamer.
Rafael Espindola
2012-01-10
1
-3
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+4
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-18
/
+6
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-34
/
+33
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requires
Justin Holewinski
2011-09-30
1
-0
/
+1
*
PTX: Implement PTXSelectionDAGInfo
Justin Holewinski
2011-09-26
1
-0
/
+1
*
PTX: Handle FrameIndex nodes
Justin Holewinski
2011-09-26
1
-1
/
+3
*
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
1
-2
/
+2
*
PTX: Fix style issues
Justin Holewinski
2011-09-22
1
-1
/
+1
*
PTX: Customize codegen passes in backend
Justin Holewinski
2011-09-22
1
-0
/
+285
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-1
/
+1
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-9
/
+8
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-15
/
+13
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-4
/
+0
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+1
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-3
/
+6
*
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
1
-2
/
+1
*
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
1
-1
/
+2
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-0
/
+1
*
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
1
-9
/
+25
*
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
1
-6
/
+8
*
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
1
-4
/
+13
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-2
/
+2
*
ptx: add store instruction
Che-Liang Chiou
2011-01-01
1
-0
/
+6
*
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
1
-0
/
+1
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+1
*
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-28
1
-1
/
+8
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-1
/
+1
*
Add physical register counting functions
Che-Liang Chiou
2010-11-08
1
-0
/
+1
[next]