Rui Ueyama
|
c3f211d97b
Fix parameter name comments using clang-tidy. NFC.
|
6 yıl önce |
James Y Knight
|
6c00b3f35f
[opaque pointer types] Pass value type to LoadInst creation.
|
6 yıl önce |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 yıl önce |
Chandler Carruth
|
2aaf7228e0
[TI removal] Make variables declared as `TerminatorInst` and initialized
|
6 yıl önce |
Chandler Carruth
|
9179aee2c1
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
|
7 yıl önce |
Fangrui Song
|
af7b1832a0
Remove trailing space
|
7 yıl önce |
David Blaikie
|
8325fb20d4
Move Analysis/Utils/Local.h back to Transforms
|
7 yıl önce |
Heejin Ahn
|
a6e37da488
[WebAssembly] Add Wasm exception handling prepare pass
|
7 yıl önce |
Heejin Ahn
|
5b752cf527
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
|
7 yıl önce |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 yıl önce |
David Blaikie
|
283527b390
Fix a couple of layering violations in Transforms
|
7 yıl önce |
Benjamin Kramer
|
66f3fb9fac
Use phi ranges to simplify code. No functionality change intended.
|
7 yıl önce |
Florian Hahn
|
8b712792d3
Guard print() functions only used by dump() functions.
|
8 yıl önce |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 yıl önce |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 yıl önce |
Francis Visoiu Mistrih
|
ae1c853358
[LegacyPassManager] Remove TargetMachine constructors
|
8 yıl önce |
Matt Arsenault
|
e0b3c335a2
Allow DataLayout to specify addrspace for allocas.
|
8 yıl önce |
Andrew Kaylor
|
577bb06589
[WinEH] Avoid holding references to BlockColor (DenseMap) entries while inserting new elements
|
8 yıl önce |
Simon Pilgrim
|
84d1e9104a
Fix comment typos. NFC.
|
8 yıl önce |
Mehdi Amini
|
67f335d992
Use StringRef in Pass/PassManager APIs (NFC)
|
9 yıl önce |
Justin Lebar
|
24dbd38b83
Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942.
|
9 yıl önce |
Justin Lebar
|
6d9563a0bc
Don't invoke getName() from Function::isIntrinsic().
|
9 yıl önce |
Etienne Bergeron
|
c1715eec83
revert http://reviews.llvm.org/D21101
|
9 yıl önce |
Etienne Bergeron
|
6e9bd6a34d
[exceptions] Upgrade exception handlers when stack protector is used
|
9 yıl önce |
David Majnemer
|
db5173a31d
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
|
9 yıl önce |
David Majnemer
|
46e1183e69
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
|
9 yıl önce |
Duncan P. N. Exon Smith
|
fff8357845
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
|
9 yıl önce |
David Majnemer
|
20cfdfefcf
[WinEH] Don't remove unannotated inline-asm calls
|
9 yıl önce |
David Majnemer
|
d7746920fa
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
|
9 yıl önce |
Andrew Kaylor
|
4caa75fcde
[WinEH] Prevent EH state numbering from skipping nested cleanup pads that never return
|
9 yıl önce |