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
...
*
[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
*
ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation]
NAKAMURA Takumi
2015-05-31
1
-1
/
+0
*
ARM: recommit r237590: allow jump tables to be placed as constant islands.
Tim Northover
2015-05-31
1
-118
/
+312
*
Revert r237590, "ARM: allow jump tables to be placed as constant islands."
Peter Collingbourne
2015-05-21
1
-206
/
+50
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-3
/
+3
*
ARM: allow jump tables to be placed as constant islands.
Tim Northover
2015-05-18
1
-50
/
+206
*
ARM: remove custom jump table UID
Tim Northover
2015-05-13
1
-4
/
+3
*
ARM: refactor optimizeThumb2JumpTables.
Tim Northover
2015-05-13
1
-59
/
+79
*
ARM: Align functions containing Thumb-2 jump tables to 4 bytes.
Peter Collingbourne
2015-05-01
1
-0
/
+4
*
Thumb2: When applying branch optimizations, visit branches in reverse order.
Peter Collingbourne
2015-04-23
1
-2
/
+7
*
ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools.
Peter Collingbourne
2015-04-23
1
-18
/
+1
[prev]
[next]