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
/
Blackfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Blackfin intrinsics into the Target/Blackfin directory.
Jakob Stoklund Olesen
2009-10-15
7
-1
/
+124
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
2
-8
/
+11
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-7
/
+1
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-1
/
+2
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
2
-17
/
+17
*
Use getStoreSize() instead of getStoreSizeInBits()/8.
Dan Gohman
2009-09-23
1
-1
/
+1
*
Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
Bob Wilson
2009-09-23
2
-9
/
+0
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-2
/
+2
*
Remove unused variables.
Daniel Dunbar
2009-09-13
1
-1
/
+0
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-1
/
+1
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-1
/
+2
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+6
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
2
-6
/
+6
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
2
-2
/
+2
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-22
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-7
/
+7
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
4
-14
/
+13
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-1
/
+0
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-2
/
+4
*
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
1
-1
/
+1
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
4
-9
/
+6
*
Move immediate constant predicate templates from the Blackfin target to MathE...
Jakob Stoklund Olesen
2009-08-12
3
-28
/
+18
*
Change the asmprinter to print the comment character before the
Chris Lattner
2009-08-11
1
-2
/
+0
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
5
-97
/
+97
*
pass the TargetTriple down from each target ctor to the
Chris Lattner
2009-08-11
1
-1
/
+1
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
6
-105
/
+105
*
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
2
-2
/
+2
*
Add support for READCYCLECOUNTER in Blackfin back-end.
Jakob Stoklund Olesen
2009-08-08
3
-0
/
+35
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
2
-66
/
+61
*
Restlyize to match other targets, fixes cmake build to boot.
Mike Stump
2009-08-04
2
-2
/
+7
*
Most flags are reserved registers on Blackfin.
Jakob Stoklund Olesen
2009-08-04
1
-0
/
+11
*
Update CMake files.
Ted Kremenek
2009-08-03
2
-0
/
+2
*
Minor stylistic cleanups in the Blackfin target.
Jakob Stoklund Olesen
2009-08-03
3
-42
/
+46
*
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
2
-16
/
+3
*
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
3
-8
/
+3
*
Remove unneeded intrinsics from Blackfin backend.
Jakob Stoklund Olesen
2009-08-02
1
-7
/
+1
*
Add some basic blackfin intrinsics.
Jakob Stoklund Olesen
2009-08-02
1
-1
/
+42
*
Add support for CPU features (i.e., bugs) and workarounds.
Jakob Stoklund Olesen
2009-08-02
4
-8
/
+250
*
Inline assembly support for Blackfin.
Jakob Stoklund Olesen
2009-08-02
3
-12
/
+137
*
Analog Devices Blackfin back-end.
Jakob Stoklund Olesen
2009-08-02
28
-0
/
+3787