Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f6d6df40060eef9af19b084b2fb7a8fd627415ae
/
lib
/
Target
/
Alpha
/
AlphaLLRP.cpp
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
c7f3ace
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
by Chris Lattner
· 15 years ago
01b36e6
Remove non-DebugLoc versions of BuildMI from Alpha and Cell.
by Dale Johannesen
· 17 years ago
ae73dc1
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
da47e6e
Replace all target specific implicit def instructions with a target independent one: TargetInstrInfo::IMPLICIT_DEF.
by Evan Cheng
· 17 years ago
9a1ceae
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm
by Chris Lattner
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
1997473
Drop 'const'
by Devang Patel
· 18 years ago
3e15bf3
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 18 years ago
794fd75
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
bed2946
Removed tabs everywhere except autogenerated & external files. Add make
by Anton Korobeynikov
· 18 years ago
95b2c7d
eliminate static ctors for Statistic objects.
by Chris Lattner
· 19 years ago
0fb2590
Simplify a bit
by Andrew Lenharth
· 19 years ago
ac0b6ae
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
c0f64ff
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
by Evan Cheng
· 19 years ago
6bbf6b0
more shotenning
by Andrew Lenharth
· 19 years ago
c459bbf
Account for pseudo-ops correctly
by Andrew Lenharth
· 19 years ago
2ab804c
A pass to remove the worst of the replay trap offenders, and as a bonus, align basic blocks when it is free to do so
by Andrew Lenharth
· 19 years ago