Bob Wilson
|
a96751fc8f
Provide InitializeAllTargets and InitializeNativeTarget functions in the
|
16 years ago |
Douglas Gregor
|
1555a23335
Introduce new headers whose inclusion forces linking and
|
16 years ago |
Dan Gohman
|
ae3a0be92e
Split the Add, Sub, and Mul instruction opcodes into separate
|
16 years ago |
Jeffrey Yasskin
|
2d92c71668
This patch brings the list of attributes in CPPBackend.cpp up to date with the
|
16 years ago |
Anton Korobeynikov
|
cffb5284f1
Fix code emission for conditional branches.
|
16 years ago |
Chris Lattner
|
c650f1f141
'The attached patch fixes an issue where llc -march=cpp fails with
|
16 years ago |
Chris Lattner
|
cf189964d7
remove progname which is never set. PR4085
|
16 years ago |
Bill Wendling
|
98a366d547
Instead of passing in an unsigned value for the optimization level, use an enum,
|
16 years ago |
Bill Wendling
|
be8cc2a3de
Second attempt:
|
16 years ago |
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 |