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
/
BlackfinISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-8
/
+11
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+1
*
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
1
-1
/
+1
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-2
/
+3
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+0
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-0
/
+1
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+3
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-3
/
+0
*
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
1
-1
/
+0
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-1
/
+2
*
add some missing #includes
Chris Lattner
2009-11-07
1
-1
/
+1
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-12
/
+12
*
Use getStoreSize() instead of getStoreSizeInBits()/8.
Dan Gohman
2009-09-23
1
-1
/
+1
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-2
/
+2
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-3
/
+3
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-1
/
+0
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-82
/
+82
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-86
/
+86
*
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
1
-1
/
+1
*
Add support for READCYCLECOUNTER in Blackfin back-end.
Jakob Stoklund Olesen
2009-08-08
1
-0
/
+31
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-63
/
+41
*
Minor stylistic cleanups in the Blackfin target.
Jakob Stoklund Olesen
2009-08-03
1
-6
/
+6
*
Inline assembly support for Blackfin.
Jakob Stoklund Olesen
2009-08-02
1
-12
/
+82
*
Analog Devices Blackfin back-end.
Jakob Stoklund Olesen
2009-08-02
1
-0
/
+536