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
/
X86
/
X86CallFrameOptimization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Include X86CallFrameOptimization in the opt-bisect process.
Andrew Kaylor
2016-08-18
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
Fix a TODO in X86CallFrameOptimization to not rely on a codegen artifact.
Nico Weber
2016-07-13
1
-10
/
+10
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-9
/
+9
*
Test commit.
David L Kreitzer
2016-06-30
1
-1
/
+1
*
X86CallFrameOptimization: make adjustCallSequence's return type void
Hans Wennborg
2016-05-05
1
-7
/
+8
*
Enable the X86 call frame optimization for the 64-bit targets that allow it.
David L Kreitzer
2016-05-02
1
-16
/
+30
*
Preliminary changes for fixing PR27241. Generalized/restructured some things
David L Kreitzer
2016-04-19
1
-19
/
+37
*
Fixed a few typos and formatting problems. NFCI.
David L Kreitzer
2016-04-12
1
-15
/
+15
*
[X86] Enable call frame optimization ("mov to push") not only for optsize (PR...
Hans Wennborg
2016-03-30
1
-4
/
+0
*
Typo
Joerg Sonnenberger
2016-03-22
1
-1
/
+1
*
Use a range-based for loop. NFC.
Michael Kuperstein
2016-03-20
1
-4
/
+4
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-2
/
+1
*
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
2015-12-06
1
-1
/
+2
*
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
2015-11-03
1
-15
/
+25
*
[X86] Disable X86CallFrameOptimization on Darwin in presence of EH
Frederic Riss
2015-10-08
1
-0
/
+6
*
Fix for bz24500: Avoid non-deterministic code generation triggered by the x86...
Andrew Kaylor
2015-09-08
1
-22
/
+25
*
[X86] Allow x86 call frame optimization to fold more loads into pushes
Michael Kuperstein
2015-08-12
1
-6
/
+3
*
X86: remove a dead store (NFC)
Saleem Abdulrasool
2015-08-09
1
-2
/
+2
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-5
/
+1
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[X86] Reapply r240257 : "Allow more call sequences to use push instructions f...
Michael Kuperstein
2015-07-16
1
-26
/
+91
*
Revert "[X86] Allow more call sequences to use push instructions for argument...
Reid Kleckner
2015-07-16
1
-91
/
+26
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[X86] Allow more call sequences to use push instructions for argument passing
Michael Kuperstein
2015-06-22
1
-26
/
+91
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-4
/
+4
*
Use the cached subtarget from the MachineFunction rather than
Eric Christopher
2015-02-20
1
-2
/
+2
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
[X86] Call frame optimization - allow stack-relative movs to be folded into a...
Michael Kuperstein
2015-02-12
1
-6
/
+0
*
[X86] A heuristic to estimate the size impact for converting stack-relative p...
Michael Kuperstein
2015-02-12
1
-25
/
+71
*
[X86] Split information collection from actual transformation in call frame o...
Michael Kuperstein
2015-02-11
1
-59
/
+100
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-3
/
+4
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+400
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-400
/
+0
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+400