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
/
lib
/
Target
/
PTX
/
PTXTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add a dummy PTXMCAsmStreamer class
Che-Liang Chiou
2010-11-08
1
-0
/
+2
*
Add the exit instruction to the PTX target.
Eric Christopher
2010-09-18
1
-6
/
+18
*
Create PTX backend. Patch by Che-Liang Chiou!
Nick Lewycky
2010-09-07
1
-0
/
+31