index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Blackfin
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-13
Remove unused variables.
Daniel Dunbar
1
-1
/
+0
2009-09-13
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
1
-1
/
+1
2009-09-13
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
1
-1
/
+1
2009-09-13
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
1
-0
/
+2
2009-09-13
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
1
-1
/
+1
2009-09-13
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
1
-1
/
+2
2009-09-09
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
1
-0
/
+6
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2
-6
/
+6
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2
-2
/
+2
2009-08-23
eliminate the last DOUTs from the targets.
Chris Lattner
1
-1
/
+1
2009-08-22
Forgot to update some CMakeLists.
Benjamin Kramer
1
-1
/
+1
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
1
-7
/
+7
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
4
-14
/
+13
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
1
-1
/
+0
2009-08-19
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
1
-2
/
+4
2009-08-18
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
1
-1
/
+1
2009-08-12
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
4
-9
/
+6
2009-08-12
Move immediate constant predicate templates from the Blackfin target to MathE...
Jakob Stoklund Olesen
3
-28
/
+18
2009-08-11
Change the asmprinter to print the comment character before the
Chris Lattner
1
-2
/
+0
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
5
-97
/
+97
2009-08-11
pass the TargetTriple down from each target ctor to the
Chris Lattner
1
-1
/
+1
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
6
-105
/
+105
2009-08-10
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2
-2
/
+2
2009-08-08
Add support for READCYCLECOUNTER in Blackfin back-end.
Jakob Stoklund Olesen
3
-0
/
+35
2009-08-08
make printInstruction return void since its result is omitted. Make the
Chris Lattner
1
-1
/
+1
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2
-66
/
+61
2009-08-04
Restlyize to match other targets, fixes cmake build to boot.
Mike Stump
2
-2
/
+7
2009-08-04
Most flags are reserved registers on Blackfin.
Jakob Stoklund Olesen
1
-0
/
+11
2009-08-03
Update CMake files.
Ted Kremenek
2
-0
/
+2
2009-08-03
Minor stylistic cleanups in the Blackfin target.
Jakob Stoklund Olesen
3
-42
/
+46
2009-08-02
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2
-16
/
+3
2009-08-02
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
3
-8
/
+3
2009-08-02
Remove unneeded intrinsics from Blackfin backend.
Jakob Stoklund Olesen
1
-7
/
+1
2009-08-02
Add some basic blackfin intrinsics.
Jakob Stoklund Olesen
1
-1
/
+42
2009-08-02
Add support for CPU features (i.e., bugs) and workarounds.
Jakob Stoklund Olesen
4
-8
/
+250
2009-08-02
Inline assembly support for Blackfin.
Jakob Stoklund Olesen
3
-12
/
+137
2009-08-02
Analog Devices Blackfin back-end.
Jakob Stoklund Olesen
28
-0
/
+3787