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
*
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