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
/
Target
/
ARM
/
ARMConstantIslandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Thumb-1] Fix corner cases for compressed jump tables
Weiming Zhao
2017-04-20
1
-0
/
+9
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-4
/
+3
*
[ARM] Remove a dead ADD during the creation of TBBs
David Green
2017-04-06
1
-1
/
+42
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-2
/
+8
*
Fix assertion failure in ARMConstantIslandPass.
Kristof Beyls
2017-02-23
1
-0
/
+1
*
[ARM] Fix constant islands pass.
Roger Ferrer Ibanez
2017-02-22
1
-0
/
+7
*
[Thumb-1] TBB generation: spot redefinitions of index register
James Molloy
2017-02-13
1
-1
/
+17
*
[ARM] Register ConstantIslands with the pass manager
James Molloy
2017-02-13
1
-1
/
+6
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+3
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-26
1
-17
/
+39
*
[ARM] Use helpers for adding pred / CC operands. NFC
Diana Picus
2017-01-20
1
-10
/
+11
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-3
/
+5
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-1
/
+1
*
[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables
James Molloy
2016-11-01
1
-15
/
+93
*
Revert r284580+r284917. ("Synthesize TBB/TBH instructions")
Eli Friedman
2016-10-24
1
-91
/
+14
*
[ARM] Fix crash in ConstantIslands
James Molloy
2016-10-22
1
-1
/
+3
*
[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables
James Molloy
2016-10-19
1
-14
/
+89
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-26
1
-0
/
+6
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-23
1
-6
/
+0
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-23
1
-0
/
+6
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[ARMConstantIslandPass] Remove dead code.
Davide Italiano
2016-07-30
1
-20
/
+0
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-10
/
+10
*
This refactoring of ARM machine block size computation creates two utility
Sjoerd Meijer
2016-07-22
1
-123
/
+5
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-3
/
+3
*
ARM: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-34
/
+25
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-11
/
+11
*
Fix some spelling mistakes
David Majnemer
2016-04-22
1
-2
/
+2
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-1
/
+1
*
Fix PR25339: ARM Constant Island
Weiming Zhao
2016-02-23
1
-9
/
+39
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+4
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[ARM] Add B.W and CBZ instructions to ARMv8-M Baseline
Bradley Smith
2016-01-15
1
-3
/
+9
*
Use std::is_sorted and std::none_of instead of manual loops. NFC
Craig Topper
2016-01-03
1
-6
/
+6
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+1
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-1
/
+2
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+1
*
[ARM] Prevent use of a value pointed by end() iterator when placing a jump table
Petr Pavlu
2015-11-16
1
-0
/
+2
*
ARM: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-18
/
+17
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
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]