Guillaume Chatelet
|
3ae2d8fa73
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
|
5 years ago |
Guillaume Chatelet
|
0557373d00
[LLVM][Alignment] Introduce Alignment In GlobalObject
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Roman Tereshin
|
238a3389d0
[MIR] Making MIR Printing, opt -dot-cfg, and -debug printing faster
|
7 years ago |
Chandler Carruth
|
3c0d60785c
Re-sort #include lines for unittests. This uses a slightly modified
|
8 years ago |
Reid Kleckner
|
1c19be8a98
Remove getArgumentList() in favor of arg_begin(), args(), etc
|
8 years ago |
Mehdi Amini
|
8be7707c14
Remove every uses of getGlobalContext() in LLVM (but the C API)
|
9 years ago |
Duncan P. N. Exon Smith
|
70f8c2049f
unittests: Remove implicit ilist iterator conversions, NFC
|
9 years ago |
Alex Lorenz
|
9adb2129bd
IR: Expose the method 'getLocalSlot' in the module slot tracker.
|
10 years ago |
Duncan P. N. Exon Smith
|
2a5fda92b4
IR: Expose ModuleSlotTracker in Value::print()
|
10 years ago |
Rafael Espindola
|
08aeb166fd
Add unittest for extreme alignments.
|
10 years ago |
Rafael Espindola
|
9b29ff99c0
Modernize the .ll parsing interface.
|
11 years ago |
Craig Topper
|
b177041dfa
[C++11] Use 'nullptr'.
|
11 years ago |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 years ago |
Chandler Carruth
|
bc65a8d518
Move the LLVM IR asm writer header files into the IR directory, as they
|
11 years ago |
Matt Arsenault
|
2ebcd57e6a
Fix getOrInsertGlobal dropping the address space.
|
12 years ago |
Benjamin Kramer
|
71c1b22855
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answers for blocks larger than 3 instrs.
|
12 years ago |