Bill Wendling
|
c69d56f115
r70270 isn't ready yet. Back this out. Sorry for the noise.
|
16 years ago |
Bill Wendling
|
2e9d5f912a
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
|
16 years ago |
Chris Lattner
|
266c7bbbbc
Add a new "available_externally" linkage type. This is intended
|
16 years ago |
Gabor Greif
|
0c8f7dc67c
do not rely on callee being operand 0
|
16 years ago |
Dan Gohman
|
f871ccb853
Now that errs() is properly non-buffered, there's no need to
|
16 years ago |
Duncan Sands
|
4dc2b39bf8
It makes no sense to have a ODR version of common
|
16 years ago |
Duncan Sands
|
5f4ee1fc5d
Remove the one-definition-rule version of extern_weak
|
16 years ago |
Duncan Sands
|
667d4b8de6
Introduce new linkage types linkonce_odr, weak_odr, common_odr
|
16 years ago |
Rafael Espindola
|
bb46f52027
Add the private linkage.
|
16 years ago |
Chris Lattner
|
acca9559f4
make -march=cpp handle the nocapture attribute, make it assert if it
|
16 years ago |
Dan Gohman
|
f923129fc3
Update CPP backend for PrintModulePass API changes.
|
16 years ago |
Oscar Fuentes
|
92adc19be9
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
|
17 years ago |
Anton Korobeynikov
|
b0714dbc0d
Typo fix
|
17 years ago |
Nicolas Geoffray
|
d9afb4d08a
The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.
|
17 years ago |
Anton Korobeynikov
|
e0f4af3b49
StoreInst does not produce any result thus it's useless to create new
|
17 years ago |
Dan Gohman
|
b8cab9227a
Fix command-line option printing to print two spaces where needed,
|
17 years ago |
Dale Johannesen
|
23a98551ab
Add a "loses information" return value to APFloat::convert
|
17 years ago |
Dale Johannesen
|
7111b02c73
Rename APFloat::convertToAPInt to bitcastToAPInt to
|
17 years ago |
Anton Korobeynikov
|
ff4ca2e088
Emit type-correct constant null. Also fix a typo.
|
17 years ago |
Devang Patel
|
0598866c05
Large mechanical patch.
|
17 years ago |
Devang Patel
|
e3d76d37e9
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
|
17 years ago |
Devang Patel
|
eaf42abab6
s/ParameterAttributes/Attributes/g
|
17 years ago |
Dan Gohman
|
ae73dc1448
Tidy up several unbeseeming casts from pointer to intptr_t.
|
17 years ago |
Owen Anderson
|
cb37188323
Use raw_ostream throughout the AsmPrinter.
|
17 years ago |
Anton Korobeynikov
|
70053c340e
Unbreak cpp backend: upgrade output due to change in APInt API
|
17 years ago |
Gordon Henriksen
|
5eca075b74
Rename some GC classes so that their roll will hopefully be clearer.
|
17 years ago |
Chris Lattner
|
fad86b003a
Rework the routines that convert AP[S]Int into a string. Now, instead of
|
17 years ago |
Bill Wendling
|
1a53eadbff
Remove <iostream> include.
|
17 years ago |
Dan Gohman
|
75146a6725
CPPBackend support for extractvalue and insertvalue.
|
17 years ago |
Dan Gohman
|
26825a84e9
Abort on an unrecognized opcode.
|
17 years ago |