Bill Wendling
|
f9271ea159
Initial cleanups of the param-attribute code in the bitcode reader/writer.
|
12 tahun lalu |
Bill Wendling
|
8e47daf285
Remove some introspection functions.
|
12 tahun lalu |
Bill Wendling
|
85875647d6
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
|
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
|
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 |
Michael Ilseman
|
cb66b5dd7a
Minor tweaking to SmallVector static size.
|
12 tahun lalu |
Michael Ilseman
|
dbd7b95ed4
Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments
|
12 tahun lalu |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 tahun lalu |
Bill Wendling
|
efd08d413c
Remove the dependent libraries feature.
|
12 tahun lalu |
Michael Ilseman
|
495d10ad56
Fast-math flags for the bitcode
|
12 tahun lalu |
Joe Abbey
|
170a15e98d
Code Custodian:
|
12 tahun lalu |
Michael Ilseman
|
407a6169b7
Remove trailing whitespace
|
12 tahun lalu |
Jan Wen Voung
|
7b8d94933d
Fix some typos 165739, spotted by Duncan.
|
13 tahun lalu |
Jan Wen Voung
|
d9a3bad448
Change encoding of instruction operands in bitcode binaries to be relative
|
13 tahun lalu |
Bill Wendling
|
2039a8f834
Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces.
|
13 tahun lalu |
Chad Rosier
|
f16ae58891
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
|
13 tahun lalu |
Bill Wendling
|
32811bef95
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
|
13 tahun lalu |
Hans Wennborg
|
ce718ff9f4
Extend the IL for selecting TLS models (PR9788)
|
13 tahun lalu |
Stepan Dyatkovskiy
|
47cbc4e0ee
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp.
|
13 tahun lalu |
Stepan Dyatkovskiy
|
43eb31bfae
PR1255: case ranges.
|
13 tahun lalu |
Stepan Dyatkovskiy
|
0aa32d5d0f
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
|
13 tahun lalu |
Meador Inge
|
e99f8be067
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
|
13 tahun lalu |
Stepan Dyatkovskiy
|
484fc93eff
PR1255: Case Ranges
|
13 tahun lalu |
Stepan Dyatkovskiy
|
734dde8e05
SwitchInst cosmetics: renamed "Hash" method to "hash"
|
13 tahun lalu |
Stepan Dyatkovskiy
|
1cce5bf8ef
Recommited r156374 with critical fixes in BitcodeReader/Writer:
|
13 tahun lalu |
Stepan Dyatkovskiy
|
1f9838347f
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure.
|
13 tahun lalu |
Stepan Dyatkovskiy
|
85a4406959
Ordinary patch for PR1255.
|
13 tahun lalu |