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
/
PIC16
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not (implicitly) dereference iterator many times, cache it instead
Gabor Greif
2010-07-23
1
-2
/
+3
*
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-21
2
-0
/
+13
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-19
/
+0
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-2
/
+2
*
fix a bug found by a warning I added to clang this morning.
Chris Lattner
2010-07-14
1
-1
/
+1
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Fix PIC16 comments referencing copyRegToReg.
Jakob Stoklund Olesen
2010-07-11
1
-3
/
+3
*
Replace copyRegToReg with copyPhysReg for PIC16.
Jakob Stoklund Olesen
2010-07-11
2
-24
/
+17
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-5
/
+14
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+3
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-11
/
+9
*
Revert r107655.
Dan Gohman
2010-07-06
1
-9
/
+11
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-11
/
+9
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
2
-14
/
+14
*
Remove isTwoAddress from PIC16.
Eric Christopher
2010-06-21
1
-6
/
+6
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-3
/
+3
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-4
/
+5
*
cleanup
Rafael Espindola
2010-06-02
2
-11
/
+0
*
MC: Add dyn_cast support to MCSection.
Daniel Dunbar
2010-05-17
1
-1
/
+7
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
2
-2
/
+2
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-4
/
+13
*
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-05-07
1
-7
/
+7
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-4
/
+4
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
*
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-05-01
1
-7
/
+7
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-10
/
+5
*
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-17
3
-5
/
+5
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
8
-98
/
+99
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
5
-36
/
+95
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
3
-0
/
+52
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
3
-4
/
+4
*
Fix memory leaks for external symbol name strings.
Sanjiv Gupta
2010-04-07
3
-20
/
+38
*
prune some #includes.
Chris Lattner
2010-04-05
1
-2
/
+0
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
4
-31
/
+33
*
streamerize the rest of PIC16 asm printer.
Chris Lattner
2010-04-04
1
-41
/
+63
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
2
-8
/
+8
*
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
1
-1
/
+1
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-4
/
+4
*
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
2
-9
/
+5
*
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-04-02
1
-0
/
+5
*
XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these
Benjamin Kramer
2010-03-30
1
-0
/
+2
*
PIC16: Plug a leak in PIC16Section by allocating name & address strings in the
Benjamin Kramer
2010-03-30
2
-13
/
+20
*
PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...
Benjamin Kramer
2010-03-20
2
-20
/
+6
*
Initialize Size member to appease valgrind.
Benjamin Kramer
2010-03-17
1
-1
/
+1
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-1
/
+1
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
2
-6
/
+4
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-12
1
-6
/
+7
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
2
-2
/
+2
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-1
/
+1
[next]