Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
74ab84c31ef64538a1b56e1f282e49303412ad17
/
lib
/
CodeGen
/
RegAllocBigBlock.cpp
74ab84c
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
by Bill Wendling
· 17 years ago
672e550
Same isPhysRegAvailable bug as local register allocator.
by Evan Cheng
· 17 years ago
4c71dfe
Update gcc 4.3 warnings fix patch with recent head changes
by Anton Korobeynikov
· 17 years ago
63e3cd4
Remove unnecessary #include.
by Evan Cheng
· 17 years ago
6f0d024
Rename MRegisterInfo to TargetRegisterInfo.
by Dan Gohman
· 18 years ago
f2f8c2a
Forgot these files.
by Evan Cheng
· 18 years ago
8822eab
RegAllocBigBlock doesn't need LiveVariables either.
by Owen Anderson
· 18 years ago
749c6f6
rename TargetInstrDescriptor -> TargetInstrDesc.
by Chris Lattner
· 18 years ago
6425f8b
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
by Owen Anderson
· 18 years ago
f6372aa
Move some more instruction creation methods from RegisterInfo into InstrInfo.
by Owen Anderson
· 18 years ago
84bc542
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
by Chris Lattner
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
d64b5c8
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
by Evan Cheng
· 18 years ago
aee4af6
Remove redundant foldMemoryOperand variants and other code clean up.
by Evan Cheng
· 18 years ago
76c1b97
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
by Chris Lattner
· 18 years ago
df82c93
ok, this is something of a dirty hack, but it seems to work. (fixes e.g.
by Duraid Madina
· 18 years ago
b2efabd
ok, this much doesn't seem to bork anything
by Duraid Madina
· 18 years ago
4e378c6
revert evan's fixes (and my doofusness) since they had a huge code
by Duraid Madina
· 18 years ago
669f738
pull evan's fixes - should help the nightly tester (but there are still
by Duraid Madina
· 18 years ago
837a600
tidy this file up a bit
by Duraid Madina
· 18 years ago
2e0930c
A bunch of fixes to the BigBlock allocator improve compile-time by ~20%
by Duraid Madina
· 18 years ago
a8c7682
check in the BigBlock local register allocator
by Duraid Madina
· 18 years ago