index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineModuleInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AIX] Lowering jump table, constant pool and block address in asm
Xiangling Liao
2019-11-20
1
-1
/
+12
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-2
/
+2
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-23
/
+60
*
[CodeGen] Require a name for a block addr target
Bill Wendling
2019-08-09
1
-1
/
+1
*
[llvm-mc] Add reportWarning() to MCContext
Brian Cain
2019-08-08
1
-3
/
+3
*
Qualify use of llvm::empty that's ambiguous with std::empty
Sam McCall
2019-05-29
1
-1
/
+1
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
1
-20
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
Matthias Braun
2018-11-05
1
-1
/
+1
*
MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing
Matthias Braun
2018-10-31
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
MachineFunction: Slight refactoring; NFC
Matthias Braun
2017-12-15
1
-1
/
+2
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen] Emit necessary .note sections for -fsplit-stack
Than McIntosh
2017-09-27
1
-0
/
+1
*
Retire the llvm.dbg.mir hack after r311594.
Adrian Prantl
2017-08-23
1
-2
/
+0
*
Remove PrologEpilogInserter's usage of DBG_VALUE's offset field
Adrian Prantl
2017-08-01
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-6
/
+8
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-05-31
1
-30
/
+35
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+2
*
Implement FreeMachineFunction::getPassName().
Yaron Keren
2017-03-07
1
-0
/
+4
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-201
/
+3
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-3
/
+201
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-201
/
+3
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+0
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-3
/
+0
*
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
Ahmed Bougacha
2016-11-16
1
-9
/
+9
*
[CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.
Ahmed Bougacha
2016-11-16
1
-0
/
+51
*
[CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC.
Ahmed Bougacha
2016-11-16
1
-39
/
+7
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-3
/
+65
*
MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
Matthias Braun
2016-08-24
1
-13
/
+7
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-70
/
+5
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-5
/
+70
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-49
/
+5
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-5
/
+49
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-14
/
+1
*
[WinEH] Remove more dead code
David Majnemer
2015-10-10
1
-9
/
+1
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
1
-56
/
+1
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-0
/
+2
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-03
1
-1
/
+1
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
1
-0
/
+3
*
Initialize booleans CallsUnwindInit and CallsEHReturn with false instead of 0.
Yaron Keren
2015-07-03
1
-4
/
+4
*
[MMI] Use TinyPtrVector instead of PointerUnion with vector.
Benjamin Kramer
2015-06-29
1
-98
/
+21
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
[next]