Bill Wendling
|
8e47daf285
Remove some introspection functions.
|
12 tahun lalu |
Tim Northover
|
0a29cb0454
Make APFloat constructor require explicit semantics.
|
12 tahun lalu |
Chris Lattner
|
1ca114a66b
trivial micro-optimization: lazily call the virtual method instead of eagerly calling it.
|
12 tahun lalu |
Chris Lattner
|
5a4251c767
convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs,
|
12 tahun lalu |
Chris Lattner
|
63246aa04f
Add a new BitstreamEntry concept, and add two helper methods for walking
|
12 tahun lalu |
Chris Lattner
|
312c7d9dc1
BitstreamReader hasn't aged well. It's been hacked on by various people and
|
12 tahun lalu |
Bill Wendling
|
1db9b6957c
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings.
|
12 tahun lalu |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 tahun lalu |
Bill Wendling
|
c966e08a98
s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around.
|
12 tahun lalu |
Bill Wendling
|
034b94b170
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
|
12 tahun lalu |
Michael Ilseman
|
1638b83909
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces.
|
12 tahun lalu |
Michael Ilseman
|
855d0255d0
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
|
12 tahun lalu |
Bill Wendling
|
99faa3b4ec
s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future.
|
12 tahun lalu |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 tahun lalu |
Bill Wendling
|
3defc0bfa6
Add back support for reading and parsing 'deplibs'.
|
12 tahun lalu |
Bill Wendling
|
efd08d413c
Remove the dependent libraries feature.
|
12 tahun lalu |
Joe Abbey
|
eaac37ece1
Code pretification
|
12 tahun lalu |
Michael Ilseman
|
495d10ad56
Fast-math flags for the bitcode
|
12 tahun lalu |
Joe Abbey
|
170a15e98d
Code Custodian:
|
12 tahun lalu |
Bill Wendling
|
0976e00fd1
Make the AttrListPtr object a part of the LLVMContext.
|
12 tahun lalu |
Joe Abbey
|
e46b14acab
80 cols
|
12 tahun lalu |
Michael Ilseman
|
407a6169b7
Remove trailing whitespace
|
12 tahun lalu |
Bill Wendling
|
702cc91aa1
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
|
13 tahun lalu |
Bill Wendling
|
cb3de0bc80
Attributes Rewrite
|
13 tahun lalu |
Sean Silva
|
ed84062812
Remove unnecessary classof()'s
|
13 tahun lalu |
Jan Wen Voung
|
d9a3bad448
Change encoding of instruction operands in bitcode binaries to be relative
|
13 tahun lalu |
Bill Wendling
|
47a3395d1d
Use method to query if there are attributes.
|
13 tahun lalu |
Bill Wendling
|
2039a8f834
Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces.
|
13 tahun lalu |
Benjamin Kramer
|
122f5e5a5b
BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function.
|
13 tahun lalu |
Craig Topper
|
86a1c32e67
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
|
13 tahun lalu |