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
/
InstPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
5
-341
/
+0
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
2
-5
/
+0
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-4
/
+2
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
2
-3
/
+4
*
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
1
-0
/
+1
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-2
/
+4
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
PTX: Continue to fix up the register mess.
Justin Holewinski
2011-12-06
1
-19
/
+32
*
PTX: Encode registers as unsigned values in the MC asm printer instead of usi...
Justin Holewinski
2011-12-06
1
-1
/
+33
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-5
/
+0
*
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
1
-2
/
+16
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+24
*
PTX: Various stylistic and code readability changes recommended by Jim Grosbach.
Justin Holewinski
2011-09-30
1
-22
/
+22
*
PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requires
Justin Holewinski
2011-09-30
2
-0
/
+44
*
PTX: Fix broken shared library build
Justin Holewinski
2011-09-29
1
-1
/
+1
*
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
4
-0
/
+224